Befunky Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Befunky 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/322508.svg" alt="Befunky icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322508.svg" alt="Befunky icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322508.svg" alt="Befunky icon" :width="24" :height="24" />
CSS background
.icon-befunky {
background-image: url('https://proicons.com/icon/322508.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><g><circle class="b" cx="24" cy="31.4681" r="12.0319"/><polygon class="b" points="25.8188 28.318 22.1812 28.318 20.3624 31.4681 22.1812 34.6182 25.8188 34.6182 27.6376 31.4681 25.8188 28.318"/><line class="b" x1="27.6376" y1="31.4681" x2="32.5342" y2="39.9493"/><line class="b" x1="15.4658" y1="22.9869" x2="20.3624" y2="31.4681"/><line class="b" x1="27.0779" y1="19.8366" x2="22.1812" y2="28.3178"/><line class="b" x1="25.8188" y1="34.6183" x2="20.9221" y2="43.0995"/><line class="b" x1="22.1812" y1="34.6183" x2="12.3854" y2="34.6183"/><line class="b" x1="25.8188" y1="28.3178" x2="35.6146" y2="28.3178"/></g><line class="b" x1="11.9681" y1="31.4681" x2="11.9681" y2="4.5"/></svg>
Copied!