Buzkill Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Buzkill 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/323064.svg" alt="Buzkill icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323064.svg" alt="Buzkill icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323064.svg" alt="Buzkill icon" :width="24" :height="24" />
CSS background
.icon-buzkill {
background-image: url('https://proicons.com/icon/323064.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path class="a" d="M25.7967,21.9925a5.5283,5.5283,0,0,1,0,11.0566H16.675V10.936h9.1217a5.5283,5.5283,0,1,1,0,11.0565Z"/><line class="a" x1="25.7967" y1="21.9925" x2="16.675" y2="21.9925"/><polyline class="a" points="21.236 33.049 23.22 37.064 25.205 33.049"/><path class="a" d="M16.675,17.0817c-2.8063.9119-9.1762,5.5206-11.3859,9.5556-1.2269,2.24-1.1881,4.7795,1.302,5.95,3.0515,1.4342,5.2168-.96,6.2077-3.9968,1.2739-3.9041,1.2512-9.5862,3.8762-11.5086"/><path class="a" d="M31.325,17.0817c2.8063.9119,9.1762,5.5206,11.3859,9.5556,1.2269,2.24,1.1881,4.7795-1.302,5.95-3.0515,1.4342-5.2168-.96-6.2077-3.9968-1.2739-3.9041-1.2512-9.5862-3.8762-11.5086"/></svg>
Copied!