Empty Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Empty 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/325429.svg" alt="Empty icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325429.svg" alt="Empty icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325429.svg" alt="Empty icon" :width="24" :height="24" />
CSS background
.icon-empty {
background-image: url('https://proicons.com/icon/325429.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m7.2946,32.2364c-1.1845-2.5086-1.9224-4.6819-1.7762-7.0251m1.7762,7.0251c1.3233,2.7596,3.2254,5.7784,5.183,9.2913.5949,1.0676,22.4473,1.1585,23.0756,0,1.9114-3.5243,3.7194-6.5992,5.0106-9.2913m-33.2692,0c-.2653-4.299,33.8729-3.9319,33.2692,0m0,0c1.2911-2.7312,2.025-4.7974,1.9276-7.0251m-36.973,0c.9356-6.0887,36.973-5.6639,36.973,0m-36.973,0c.2181-2.5153,1.8817-4.5023,2.7084-6.0887m34.2646,6.0887c-.1857-1.9069-2.0646-4.269-2.8648-6.0887m-31.3998,0c.5878-1.0118.5565-1.9308.1966-2.9231m-.1966,2.9231c3.5758-5.0811,28.2212-4.8189,31.3998,0m0,0c-.5252-1.0289-.3526-1.9834-.1141-2.9231m-31.089,0C-1.8944,2.103,49.8336,2.1297,39.5125,16.1995m-31.089,0c1.1769-6.8774,30.3319-6.1957,31.089,0"/></svg>
Empty in other icon packs
Copied!