Normal Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Normal 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/330293.svg" alt="Normal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330293.svg" alt="Normal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330293.svg" alt="Normal icon" :width="24" :height="24" />
CSS background
.icon-normal {
background-image: url('https://proicons.com/icon/330293.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M26.502,20.242s11.599.8435,10.91,4.432c-.6887,3.5885-11.511-.0781-11.511-.0781"/><path class="b" d="M29.4194,25.5803s.2633,1.4204.6287,1.9273.8839.8678.8839.8678c0,0-1.2921,1.0786-2.818,1.0514-1.5259-.0271-2.7271-1.0942-4.2257-1.5814-1.3791-.4483-2.5316-2.2687-2.5316-2.2687"/><path class="b" d="M29.523,29.425s.2382,1.7544-.3095,2.4192c-.5201.6313-1.6185.3997-2.3026.848-.3402.223-.8361.5156-.9374.9484-.0731.3126.3029.9141.3029.9141l.6862,1.9172s2.1875,1.3523,3.3621,2.4697c1.9903,1.8932,2.2562,3.4646,2.2562,3.4646"/><path class="b" d="M30.475,20.706s.2701-5.7836-1.8167-8.2282c-2.0868-2.4446-4.3419-2.9575-6.7966-2.8648-2.3556.089-5.0246,1.5905-6.1562,3.6583-1.0498,1.9183-1.0049,4.6812-1.0463,7.1732-.0488,2.9397.4371,8.1316,1.621,10.823.7846,1.7835,2.9321,1.3886,3.6961,2.6092.7598,1.214.7941,2.6302.2801,3.8319-.6655,1.5557-3.4295,2.6028-4.3156,3.7253s-1.1068,1.0948-1.1068,1.0948"/><path class="b" d="M20.2564,37.7086s1.543.6854,3.2089.7857c1.6294.0981,3.4974-1.9302,3.4974-1.9302"/><path class="b" d="M22.763,17.598c.5149-.6739.4635-1.7247-.0779-2.3775-.6492-.7829-2.0592-1.163-2.8943-.5824-.7596.5281-.6416,1.6262-.4018,2.5196.1113.4145.5373.7205.9314.8904.8233.3549,1.8982.2623,2.4426-.4501Z"/><path class="b" d="M28.68,17.368c.5149-.6739.0856-2.0793-.4558-2.7321-.6492-.7829-1.8541-.6763-2.6892-.0957-.7596.5281-.6651,1.1052-.4252,1.9987.1113.4145.3249.898.719,1.0679.8233.3549,2.3069.4737,2.8513-.2387h0Z"/><circle class="c" cx="21.4498" cy="16.4788" r=".75"/><circle class="c" cx="27.2325" cy="16.3842" r=".75"/></svg>
Copied!