Funimate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Funimate 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/340876.svg" alt="Funimate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340876.svg" alt="Funimate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340876.svg" alt="Funimate icon" :width="24" :height="24" />
CSS background
.icon-funimate {
background-image: url('https://proicons.com/icon/340876.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M25.0305252,29.09476391c2.88065687-.86718847,4.57737561-5.48443399,1.8728147-9.22895648-2.43875659-3.37793227-8.6862724-4.23072245-12.27574079.00996853-2.91277524,3.442169-2.97479604,9.95548913.04873048,13.3013041,4.55854862,5.04807036,12.00661257,5.08905141,17.00041896.36769714,4.8177062-4.55411781,5.57081949-11.55585383,1.35228151-17.82551842-4.29052942-6.37709407-16.32926036-8.81695968-24.1173339-.69773713-5.83108767,6.07806448-4.98826603,17.23299695.11850493,22.91678259,7.52005539,8.37284557,19.99736377,9.11709936,28.93614912,0,8.69070215-8.86458219,6.9463588-28.40897023-9.18576162-34.43830423"/></svg>
Copied!