Poteau Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Poteau 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/331529.svg" alt="Poteau icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331529.svg" alt="Poteau icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331529.svg" alt="Poteau icon" :width="24" :height="24" />
CSS background
.icon-poteau {
background-image: url('https://proicons.com/icon/331529.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><path class="b" d="M40.0523,15.4317c4.8263,2.0098,6.2675,9.5996,3.2131,16.9382-3.0544,7.3518-9.441,11.6756-14.2672,9.679-4.8395-2.0098-6.2807-9.5996-3.2263-16.9382,3.0544-7.3518,9.441-11.6756,14.2804-9.679Z"/><path class="b" d="M38.2804,10.341c6.5849,2.7371,8.7931,12.4425,4.9585,21.6851-3.8346,9.2426-12.2838,14.5184-18.8555,11.7814-6.5716-2.7239-8.793-12.4293-4.9585-21.6719,3.8346-9.2426,12.2838-14.5184,18.8555-11.7946Z"/><path class="b" d="M24,2.5c11.8739,0,21.5,9.6261,21.5,21.5s-9.6261,21.5-21.5,21.5S2.5,35.8739,2.5,24,12.1261,2.5,24,2.5Z"/><path class="b" d="M11.0154,40.8985c-6.1353-8.5947-3.7685-18.829-.1983-25.1759,1.1371-1.4677,10.393-11.94,20.1645-11.94"/><path class="b" d="M4.9859,33.7186c-.1058-3.8742-2.4859-8.6079,3.4247-19.6092,2.4065-3.0544,7.841-9.0972,15.8672-11.5037M41.5993,35.3582l-3.6759-.9785M39.7614,15.7226l1.3487,3.2924-3.1734,6.8625.0529,8.5022-7.1138,5.5006-5.0775-1.309"/><path class="b" d="M25.5074,26.195l4.6015-3.3585,7.9071,2.8296M30.1089,22.8364l-.1058-3.7817M41.1101,19.0151l2.6181.4892M19.5175,10.6451l-.0661-2.3933M26.3801,12.5624l-6.9022-1.9569-6.9419,5.5535,1.1504,9.1897-4.3899,6.0824,5.3684,7.365v4.4428M14.7177,38.7432l4.3899.0529M13.6731,25.428l4.2445,1.4677M7.4585,30.8361l1.8379.595M34.3401,5.2768l1.0181,4.2312M12.3905,15.9474l-5.0643-2.2214M18.1424,5.2371l-7.5237,2.0495-3.504,6.5452-3.9271,5.5006,1.3223,10.512"/></svg>
Copied!