Custom SVG Icons

?
S
Markup

Collection of custom SVGs

1<!-- Warning Triangle -->
2<svg focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
3  <polygon class="stroke-linejoin-round" points="8 1 15 15 1 15 8 1"></polygon>
4  <rect x="7.99" y="12" width="0.01" height="0.01"></rect>
5  <line x1="8" y1="6" x2="8" y2="10"></line>
6</svg>
7
8<!-- Download PDF -->
9<svg width="145" height="171" viewBox="0 0 145 171" fill="none" xmlns="http://www.w3.org/2000/svg">
10<path d="M74.5 4H26C23.2386 4 21 6.23858 21 9V123C21 125.761 23.2386 128 26 128H103C105.761 128 108 125.761 108 123V40.5M74.5 4L90.5 22L108 40.5M74.5 4V35.5C74.5 38.2614 76.7386 40.5 79.5 40.5H108" stroke="#333333" stroke-width="8"/>
11<rect y="32" width="64" height="27" rx="4" fill="#970000"/>
12<path d="M20.3594 46.9922V51H18.0156V39.625H22.4531C23.3073 39.625 24.0573 39.7812 24.7031 40.0938C25.3542 40.4062 25.8542 40.8516 26.2031 41.4297C26.5521 42.0026 26.7266 42.6562 26.7266 43.3906C26.7266 44.5052 26.3438 45.3854 25.5781 46.0312C24.8177 46.6719 23.763 46.9922 22.4141 46.9922H20.3594ZM20.3594 45.0938H22.4531C23.0729 45.0938 23.5443 44.9479 23.8672 44.6562C24.1953 44.3646 24.3594 43.9479 24.3594 43.4062C24.3594 42.849 24.1953 42.3984 23.8672 42.0547C23.5391 41.7109 23.0859 41.5339 22.5078 41.5234H20.3594V45.0938ZM28.3438 51V39.625H31.8438C32.8438 39.625 33.737 39.8516 34.5234 40.3047C35.3151 40.7526 35.9323 41.3932 36.375 42.2266C36.8177 43.0547 37.0391 43.9974 37.0391 45.0547V45.5781C37.0391 46.6354 36.8203 47.5755 36.3828 48.3984C35.9505 49.2214 35.3385 49.8594 34.5469 50.3125C33.7552 50.7656 32.862 50.9948 31.8672 51H28.3438ZM30.6875 41.5234V49.1172H31.8203C32.737 49.1172 33.4375 48.8177 33.9219 48.2188C34.4062 47.6198 34.6536 46.763 34.6641 45.6484V45.0469C34.6641 43.8906 34.4245 43.0156 33.9453 42.4219C33.4661 41.8229 32.7656 41.5234 31.8438 41.5234H30.6875ZM45.5938 46.3516H41.0938V51H38.75V39.625H46.1562V41.5234H41.0938V44.4609H45.5938V46.3516Z" fill="white"/>
13<rect x="91" y="101" width="30" height="49.4848" rx="2" fill="#970000"/>
14<path d="M103.284 168.57C104.473 169.875 106.527 169.875 107.716 168.57L135.127 138.522C136.884 136.596 135.518 133.5 132.911 133.5H78.0893C75.4825 133.5 74.1161 136.596 75.873 138.522L103.284 168.57Z" fill="#970000"/>
15<line x1="40" y1="67" x2="89" y2="67" stroke="#333333" stroke-width="6"/>
16<line x1="40" y1="77" x2="89" y2="77" stroke="#333333" stroke-width="6"/>
17<line x1="40" y1="87" x2="89" y2="87" stroke="#333333" stroke-width="6"/>
18</svg>

Created on 8/17/2019