Normal Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Normal Alt 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/344853.svg" alt="Normal Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344853.svg" alt="Normal Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344853.svg" alt="Normal Alt icon" :width="24" :height="24" />
CSS background
.icon-normal-alt {
background-image: url('https://proicons.com/icon/344853.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M30.5,20.8c3.3.6,7.4,1.7,6.9,3.9-.4,2.2-4.8,1.7-8,.9"/><path class="b" d="M29.4,25.6c.1.7.3,1.3.6,1.9.3.3.5.6.9.9-.4.3-.9.6-1.4.8"/><path class="b" d="M29.5,29.2s.3,2-.3,2.7c-.5.6-1.6.4-2.3.8-.3.2-.8.5-.9.9-.1.3.3.9.3.9l.7,1.9c1.2.7,2.3,1.6,3.4,2.5s1.9,2.1,2.3,3.5"/><path class="b" d="M30.5,20.8s.3-5.8-1.8-8.3c-1.6-2-4.2-3.1-6.8-2.9-2.5.1-4.8,1.5-6.2,3.7-1.1,1.9-1,4.7-1,7.2,0,2.9.4,8.1,1.6,10.8.8,1.8,2.9,1.4,3.7,2.6.7,1.2.8,2.6.3,3.8-.7,1.6-3.4,2.6-4.3,3.7s-1.1,1.1-1.1,1.1"/></svg>
Copied!