Whatisremoved Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whatisremoved 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/349669.svg" alt="Whatisremoved icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349669.svg" alt="Whatisremoved icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349669.svg" alt="Whatisremoved icon" :width="24" :height="24" />
CSS background
.icon-whatisremoved {
background-image: url('https://proicons.com/icon/349669.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><path class="b" d="M41.4184,36.8418c0,3.6772-2.981,6.6582-6.6582,6.6582h0c-3.6772,0-6.6582-2.981-6.6582-6.6582h0c0-3.6772,2.981-6.6582,6.6582-6.6582h0c3.6772,0,6.6582,2.981,6.6582,6.6582h0ZM34.8142,35.2492v1.8048l1.51.8664M31.3161,37.9204l-1.2871-.9347M32.6247,39.6999c1.5747,1.2191,3.8396.9308,5.0587-.6439.4906-.6337.7561-1.4128.7546-2.2142,0-1.9881-1.6214-3.5987-3.6203-3.5987-1.9915-.0032-3.6085,1.6087-3.6117,3.6001-.0006.3665.0547.7309.1639,1.0807l1.2907-.9383M15.2602,17.234v19.0218M26.6748,17.234v19.0218M20.9657,17.234v19.0218M30.0542,41.5299c-.2067.0452-.4176.0681-.6291.0683H12.5495c-1.6307,0-2.9532-1.3209-2.9552-2.9516V11.8916h22.7824v18.7522M35.3606,11.8916v-4.422h-6.8379l-2.9552-2.9696h-9.2035l-2.9516,2.9732h-6.8308v4.422h28.7754"/></svg>
Copied!