Granny Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Granny icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/326751.svg" alt="Granny icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326751.svg" alt="Granny icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326751.svg" alt="Granny icon" :width="24" :height="24" />
CSS background
.icon-granny {
background-image: url('https://proicons.com/icon/326751.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="39.748" y1="18.734" x2="40.31" y2="18.734"/><line class="b" x1="37.3561" y1="29.1904" x2="39.0716" y2="29.1904"/><line class="b" x1="37.2797" y1="18.85" x2="37.947" y2="18.8403"/><line class="b" x1="38.9575" y1="18.8983" x2="39.5" y2="18.8983"/><line class="b" x1="38.2516" y1="25.4935" x2="38.2516" y2="29.1711"/><polyline class="b" points="36.6125 18.8597 37.2797 18.85 38.2516 25.4935 39.5 18.8983"/><line class="b" x1="33.868" y1="18.8838" x2="34.4637" y2="18.8345"/><polyline class="b" points="33.2723 18.9332 33.868 18.8838 33.8352 25.3687 33.6205 29.2562 31.8992 18.7688 31.2406 18.8065"/><polyline class="b" points="30.7416 18.8345 31.2406 18.8055 31.288 29.2562 31.8837 29.2562"/><line class="b" x1="30.6923" y1="29.2562" x2="31.288" y2="29.2562"/><line class="b" x1="27.9508" y1="18.8838" x2="28.5455" y2="18.8335"/><polyline class="b" points="27.3551 18.9331 27.9508 18.8838 27.9169 25.3678 27.7023 29.2552 25.9819 18.7688 25.3224 18.8074"/><polyline class="b" points="24.8244 18.8355 25.3224 18.8065 25.3708 29.2562 25.9655 29.2562"/><line class="b" x1="24.7741" y1="29.2562" x2="25.3698" y2="29.2562"/><line class="b" x1="21.1507" y1="29.233" x2="21.9514" y2="29.233"/><line class="b" x1="19.5696" y1="29.1421" x2="18.8839" y2="29.1421"/><path class="b" d="M20.1121,28.939l-.5425.2031c.1354-.9419.265-1.8867.351-2.8489"/><path class="b" d="M21.6738,26.2845c-.2263-2.4359-.4303-4.8767-.5029-7.3513l-.6508.0097c-.1518,1.4931-.2843,3.109-.4932,4.7723.0135.879-.03,1.7348-.1064,2.5781l2.0308,2.9407h.7707l-1.0483-2.9494Z"/><line class="b" x1="14.8273" y1="29.0193" x2="13.2636" y2="29.0193"/><line class="b" x1="14.0101" y1="22.8061" x2="14.0256" y2="25.5321"/><line class="b" x1="14.0256" y1="25.5321" x2="14.0449" y2="29.0386"/><path class="b" d="M13.4357,19.1275c.2698-.0571-.0155-.234.5522-.1141l.0058.8955"/><path class="b" d="M15.6086,24.0642c.5599,0,.705-.6556.705-1.2571v-3.2976c0-.2814-.0406-.6092-.5715-.7823-.3162-.1025-.8046-.1064-1.0676,0-.5705.2321-.6837.7301-.6808,1.1817l.0164,2.8972c-.0832.6798.3201,1.2581.8742,1.2581"/><path class="b" d="M14.8843,24.0642h.7243c.7765.2514.6576,1.0763.6576,2.2116v2.6303c0,.2698.3539.2011.5802.2185"/><path class="b" d="M9.8335,25.3213l.8007-.0764.0097,3.9261c-1.8954.5048-2.1081-.0193-2.1081-1.9824,0-.9293-.0358-1.9843-.0358-2.8585v-4.4976c.0474-1.4061,1.2736-1.1247,2.2493-1.0666l-.0774,2.669"/><line class="b" x1="11.4359" y1="25.1695" x2="10.6913" y2="25.2653"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!