Funda Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Funda 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/340875.svg" alt="Funda icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340875.svg" alt="Funda icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340875.svg" alt="Funda icon" :width="24" :height="24" />
CSS background
.icon-funda {
background-image: url('https://proicons.com/icon/340875.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M23.1916,32.8581v-13.8192c0-1.6185,1.3107-2.9313,2.9313-2.9313,1.4426,0,2.343.4271,2.9607,1.227"/><path class="c" d="M20.7083,21.7608h5.8627"/><path class="c" d="M4.5,39.6521h19.0717c6.7253,0,12.6186-4.5013,14.3881-10.9897l5.5402-20.3148h-19.0717c-6.7253,0-12.6186,4.5013-14.3881,10.9897l-5.5402,20.3148Z"/></svg>
Copied!