Flipper Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flipper 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/340545.svg" alt="Flipper icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340545.svg" alt="Flipper icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340545.svg" alt="Flipper icon" :width="24" :height="24" />
CSS background
.icon-flipper {
background-image: url('https://proicons.com/icon/340545.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path class="c" d="m36.0618,10.4835s2.6373.0661,3.0716,3.2049"/><path class="c" d="m35.98,12.5113s.8896.022,1.0365,1.0805"/><path class="c" d="m35.532,7.822s5.2631.1332,6.1286,6.395"/><path class="c" d="m4.5,32.137c.4553-2.2292,1.8642-6.8535,1.8642-6.8535,0,0,4.1228-15.141,17.1321-15.4253,8.2896-.1815,12.6904,6.3279,12.5771,9.5401"/><path class="c" d="m18.6811,26.6504s.3137-.7679,1.0491-1.3952"/><path class="c" d="m19.7301,25.2552c.4112-.3504.9546-.6567,1.6491-.7585.3472-.0514.6703-.0671.9704-.0566.3451.0126.6588.0619.9431.1343"/><path class="c" d="m23.2927,24.5744c.8476.2182,1.433.6536,1.7823,1.0029"/><path class="c" d="m19.7301,25.2552c-2.0026-.4574-3.4986-2.2523-3.4986-4.3934,0-2.4873,2.0194-4.5067,4.5067-4.5067s4.5067,2.0194,4.5067,4.5067c0,1.54-.7732,2.8996-1.9523,3.7126"/><circle class="c" cx="20.6953" cy="21.3034" r="3.0423"/><circle class="c" cx="20.8337" cy="20.2827" r="1.3501"/><path class="c" d="m24.4383,23.434s3.2195.5917,8.3987-2.3583c4.3735-2.4915,6.2282-2.8031,7.1084-2.8241,2.4474-.0577,3.3486,1.1896,3.5259,1.8002.3777,1.2956-3.0328,5.1477-6.1967,7.121"/><path class="c" d="m37.2745,27.1729s5.7457,1.0984,5.6869,2.3803c-.0577,1.2809-3.3066,3.0538-8.1239,4.3672-.32.0871-2.8503,4.3074-3.0832,6.2576"/><path class="c" d="m34.8375,33.9204s-1.5757.2696-4.2403-.1049"/><path class="c" d="m21.2953,27.4089s2.1233,1.4959,3.55,1.3218c1.4267-.1752,5.9702-.5298,8.2456-2.439,1.5967-1.3396,3.0485-2.7737,4.2885-3.6455,2.0068-1.4099,3.743-2.5335,4.9704-2.0614.9851.3787-3.9686,5.5107-5.0753,6.588"/><path class="c" d="m32.4908,26.7123s1.1477.2193,2.3593,1.3606c1.2106,1.1424,1.2389,1.2505,1.3554,1.5536"/><path class="c" d="m24.8254,28.7905s7.8857,1.2242,18.1276.8518"/><path class="c" d="m24.5694,18.4899s2.8314-4.4574,9.3544-4.085"/><path class="c" d="m14.4618,13.0023s8.448-3.4346,13.5957,2.5513"/><path class="c" d="m33.3175,16.44c-.1039-.1846-.2948-.3021-.5067-.3105-.5077-.0168-1.4624-.0115-2.2219.2088-1.091.3179-1.6774.7186-1.9596.9672-.1437.1657-.2056.3871-.1689.6032.0441.3609.1437.8906.3095,1.1749.2518.4301.5151.7071.6976.8676.1469.1122.3346.1563.5161.1206.4952-.0871,1.5159-.2969,2.0152-.4805.876-.3231,1.3638-.6074,1.6155-.7836.149-.1374.2329-.3305.2339-.5329-.0042-.3367-.0525-.7322-.1353-1.0732-.0682-.2832-.236-.491-.3955-.7616Z"/><path class="c" d="m30.0811,18.1363c0-.0052.2444.2004.235.5602"/><path class="c" d="m31.1449,17.6622s.2822.2948.256.6588"/><path class="c" d="m32.3649,17.4062s.2014.2098.1668.5046"/></g></svg>
Copied!