Funity Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Funity 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/340878.svg" alt="Funity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340878.svg" alt="Funity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340878.svg" alt="Funity icon" :width="24" :height="24" />
CSS background
.icon-funity {
background-image: url('https://proicons.com/icon/340878.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:#fff;}.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="g" d="M4.5,12.4938h39"/><path class="g" d="M14.5,12.4938v23"/><line class="g" x1="25.674" y1="27.5058" x2="25.674" y2="35.5058"/><line class="g" x1="25.674" y1="33.8068" x2="29.304" y2="30.2028"/><line class="g" x1="26.834" y1="32.6598" x2="29.674" y2="35.4938"/><circle class="f" cx="18" cy="27.7558" r=".75"/><line class="g" x1="18" y1="30.2058" x2="18" y2="35.5058"/><path class="g" d="M38.72,28.5438v5.95c0,.5523.4477,1,1,1h.3"/><line class="g" x1="37.67" y1="30.1938" x2="39.77" y2="30.1938"/><path class="g" d="M23.676,34.4988c-.3447.6018-.9933,1.0073-1.9173,1.0073s-1.8194-.8954-1.8194-2v-1.3c0-1.1046.8954-2,1.8187-2s1.5708.4039,1.916,1.0039"/><path class="g" d="M35.41,34.4848c-.3445.6029-.9937,1.0093-1.7378,1.0093-1.1046,0-2-.8954-2-2v-1.3c0-1.1046.8954-2,2-2s2,.8954,2,2v.65h-4"/></svg>
Copied!