Butterflymx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Butterflymx 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/323057.svg" alt="Butterflymx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323057.svg" alt="Butterflymx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323057.svg" alt="Butterflymx icon" :width="24" :height="24" />
CSS background
.icon-butterflymx {
background-image: url('https://proicons.com/icon/323057.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="M24,26.2179c0-9.5924-7.3006-17.4797-16.6486-18.4084-.9894-.0983-1.8514.6863-1.8514,1.6805v11.691c0,2.7818,2.2551,5.0369,5.0369,5.0369h13.4631Z"/><path class="b" d="M13.4084,40.1988c5.8496,0,10.5916-4.742,10.5916-10.5916v-3.3893h-12.4275c-3.3538,0-6.0725,2.7188-6.0725,6.0725h0c0,4.3677,3.5407,7.9084,7.9084,7.9084h0Z"/><path class="b" d="M24,26.2179c0-9.5924,7.3006-17.4797,16.6486-18.4084.9894-.0983,1.8514.6863,1.8514,1.6805v11.691c0,2.7818-2.2551,5.0369-5.0369,5.0369h-13.4631Z"/><path class="b" d="M34.5916,40.1988c-5.8496,0-10.5916-4.742-10.5916-10.5916v-3.3893h12.4275c3.3538,0,6.0725,2.7188,6.0725,6.0725h0c0,4.3677-3.5407,7.9084-7.9084,7.9084h0Z"/></svg>
Copied!