Removedotbg Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Removedotbg 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/315835.svg" alt="Removedotbg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315835.svg" alt="Removedotbg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315835.svg" alt="Removedotbg icon" :width="24" :height="24" />
CSS background
.icon-removedotbg {
background-image: url('https://proicons.com/icon/315835.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>remove.bg</title><path d="m23.729 13.55-1.903-.995-9.134 4.776a1.497 1.497 0 0 1-1.383.002l-9.137-4.778-1.903.995a.5.5 0 0 0 0 .888l11.499 6.011a.495.495 0 0 0 .462 0l11.499-6.011a.5.5 0 0 0 0-.888zM.269 10.447l11.499 6.013a.495.495 0 0 0 .462 0l11.499-6.013a.5.5 0 0 0 0-.887l-11.5-6.012a.505.505 0 0 0-.462 0L.268 9.559a.5.5 0 0 0 .001.887z"/></svg>
Copied!