Extinguish Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Extinguish 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/325644.svg" alt="Extinguish icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325644.svg" alt="Extinguish icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325644.svg" alt="Extinguish icon" :width="24" :height="24" />
CSS background
.icon-extinguish {
background-image: url('https://proicons.com/icon/325644.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;}</style></defs><path class="b" d="M35.0789,36.4488l-11.0023-10.9883M15.8914,17.2853l-5.4801-5.4721M34.1159,8.1931c.624,3.0341.497,6.7292-1.865,9.1022l-8.1752,8.1652-8.1752-8.1652c-2.3611-2.3731-2.4891-6.0682-1.864-9.1012-10.4503,8.3552-7.9022,19.1625-1.103,26.8837,1.633-1.623,3.7981-2.5211,6.0492-2.5211,4.8701,0,8.8172,4.1221,8.8172,9.2072h0c0,.573-.05,1.144-.061,1.736,10.8133-7.7342,20.1045-24.3316,6.3772-35.3069M23.9416,19.8134l-5.5851-5.4611c-.828-.81-1.062-2.2001-1.062-3.2131.0022-3.6689,2.9783-6.6414,6.6472-6.6392,3.6681-.0017,6.6434,2.97,6.6462,6.6382h0c0,1.014-.234,2.4031-1.062,3.2131l-5.5841,5.4621Z"/></svg>
Copied!