smoking icon
smoking from Iconoir by Luca Burgio · Regular · Activities · MIT Free for personal and commercial use.
- Name
- smoking
- Set
- Iconoir
- Style
- Regular
- Category
- Activities
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More activities icons from Iconoir
Use the smoking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M18 19v3m0-6c0-1-1-2-3-2h-1a3 3 0 0 1-3-3V8.5A2.5 2.5 0 0 1 13.5 6v0h.5m8 10c0-4.5-2-5.5-4-6c2-.5 4-1 4-4s-2.5-4-4-4m4 17v3"/><rect width="12" height="3" x="2" y="19" rx=".6"/></g></svg>
React
import type { SVGProps } from "react";
export function IconoirSmoking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M18 19v3m0-6c0-1-1-2-3-2h-1a3 3 0 0 1-3-3V8.5A2.5 2.5 0 0 1 13.5 6v0h.5m8 10c0-4.5-2-5.5-4-6c2-.5 4-1 4-4s-2.5-4-4-4m4 17v3"/><rect width="12" height="3" x="2" y="19" rx=".6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M18 19v3m0-6c0-1-1-2-3-2h-1a3 3 0 0 1-3-3V8.5A2.5 2.5 0 0 1 13.5 6v0h.5m8 10c0-4.5-2-5.5-4-6c2-.5 4-1 4-4s-2.5-4-4-4m4 17v3"/><rect width="12" height="3" x="2" y="19" rx=".6"/></g></svg> </template>
CSS
.icon-smoking {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2019v3m0-6c0-1-1-2-3-2h-1a3%203%200%200%201-3-3V8.5A2.5%202.5%200%200%201%2013.5%206v0h.5m8%2010c0-4.5-2-5.5-4-6c2-.5%204-1%204-4s-2.5-4-4-4m4%2017v3%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%223%22%20x%3D%222%22%20y%3D%2219%22%20rx%3D%22.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18%2019v3m0-6c0-1-1-2-3-2h-1a3%203%200%200%201-3-3V8.5A2.5%202.5%200%200%201%2013.5%206v0h.5m8%2010c0-4.5-2-5.5-4-6c2-.5%204-1%204-4s-2.5-4-4-4m4%2017v3%22%2F%3E%3Crect%20width%3D%2212%22%20height%3D%223%22%20x%3D%222%22%20y%3D%2219%22%20rx%3D%22.6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/iconoir/smoking.svg?color=%231a73e8&size=48