Linwood Butterfly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Linwood Butterfly 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/343131.svg" alt="Linwood Butterfly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343131.svg" alt="Linwood Butterfly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343131.svg" alt="Linwood Butterfly icon" :width="24" :height="24" />
CSS background
.icon-linwood-butterfly {
background-image: url('https://proicons.com/icon/343131.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#fff;}</style></defs><polygon class="a" points="20.294 27.034 26.79 22.716 23.703 28.955 28.141 32.212 32.257 17.747 15.956 23.915 20.294 27.034"/><polyline class="a" points="20.294 27.034 20.294 34.238 23.703 28.955"/><circle class="a" cx="10.1596" cy="12.0878" r="3"/><path class="a" d="M24,38.1309h6.9118a9.1758,9.1758,0,0,0,9.1758-9.1759V23.0874a9.1224,9.1224,0,0,0-1.7606-5.3891,5.6817,5.6817,0,1,0-5.7711-3.6316,9.2008,9.2008,0,0,0-1.6441-.1551H17.0882a9.2008,9.2008,0,0,0-1.6441.1551A5.6554,5.6554,0,1,0,9.673,17.6983a9.1224,9.1224,0,0,0-1.7606,5.3891V28.955a9.1758,9.1758,0,0,0,9.1758,9.1759Z"/><path class="a" d="M40.0876,28.9551V32.396a9.1759,9.1759,0,0,1-9.1758,9.1759H17.0882A9.1759,9.1759,0,0,1,7.9124,32.396V28.9551"/><circle class="a" cx="37.8404" cy="12.0878" r="3"/><circle class="b" cx="37.8404" cy="12.0878" r="0.75"/><circle class="b" cx="10.1596" cy="12.0878" r="0.75"/></svg>
Copied!