Emoji Hedgehog Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Hedgehog 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/339885.svg" alt="Emoji Hedgehog icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/339885.svg" alt="Emoji Hedgehog icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/339885.svg" alt="Emoji Hedgehog icon" :width="24" :height="24" />
CSS background
.icon-emoji-hedgehog {
background-image: url('https://proicons.com/icon/339885.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="e" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><path class="g" d="M27.2517,13.2943s-1.1913.8012-2.0893.9724c-.386.0736-.7594.1501-1.1205.2291l-2.0696-.4395c-1.0262,1.1723-2.4518,1.7308-3.4559,2.1713"/><path class="g" d="M39.3904,17.54c-1.2967,0-1.6649-.1003-2.3968-.6903-.5674-.4574-1.0478-1.01-1.4187-1.6374l-.2668-.4513c-1.725,0-3.5705-.2084-5.2566-.486"/><path class="g" d="M43.5,23.8729c-2.0225-.7542-2.3084-2.8844-2.9772-3.7465"/><path class="g" d="M16.2027,16.1247c-.5591,1.4696-1.1967,2.1516-1.7069,2.6689-.3653.3703-.9449.4152-1.3548.0948l-.7735-.6046-2.2361,3.3011c-.2954.436-.7877.6971-1.3143.6971h0s-1.7452,2.1366-2.3528,4.4452c-.1704.6475-.5764,1.208-1.1129,1.6084l-.2491.186s-1.5355,1.2813.2972,1.8385c0,0,6.2855,1.9851,9.7691-.7909l-1.495,3.2635c-.4174.8673.2146,1.8728,1.1772,1.8728h1.063c.4798,0,.921-.263,1.1491-.6851l1.8585-3.4376s2.2868.9476,3.1053,3.2896c.1784.5104.6847.833,1.2254.833h1.3212c.7753,0,1.3854-.6715,1.2998-1.442-.0673-.6061-.1899-1.2342-.4135-1.5107,0,0,9.8999.2855,13.0684-.3998.6687-.1446,1.335.2602,1.4826.9283.0716.3239.1141.6873.0926,1.0693-.0419.7441.5575,1.3549,1.3028,1.3549h.2538c.7346,0,1.3067-.5225,1.3548-1.2031.0805-1.1393-.0095-2.8689-1.0115-4.2009,0,0,.7403-.6479.7267-2.6697"/><path class="g" d="M12.7723,23.0349s1.3869-2.1727,2.6252-.2229c.8355,1.3157-.2007,3.2928-.9631,4.4396-.3621.5446-1.0568.7549-1.662.5071h0"/><line class="g" x1="18.1349" y1="21.323" x2="21.4008" y2="18.6286"/><line class="g" x1="20.8293" y1="24.9307" x2="24.7483" y2="23.5862"/><line class="g" x1="24.3401" y1="20.1264" x2="28.29" y2="18.302"/><line class="g" x1="26.315" y1="27.1199" x2="30.7902" y2="26.6319"/><line class="g" x1="32.0966" y1="22.6528" x2="36.5871" y2="23.458"/><line class="g" x1="30.8872" y1="19.9469" x2="34.449" y2="18.3122"/><line class="g" x1="34.869" y1="27.3139" x2="38.9585" y2="28.4096"/></g></svg>
Copied!