cigarette icon
cigarette-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.
- Name
- cigarette-solid
- Set
- Myna UI Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
The same icon in other sets
Related icons in Myna UI Icons
Use the cigarette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.627 8.492C2.423 8.95 2.25 9.47 2.25 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345m3.5 0C5.923 8.95 5.75 9.47 5.75 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345m3.5 0C9.423 8.95 9.25 9.47 9.25 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345M20 17.75A1.75 1.75 0 0 0 21.75 16v-2A1.75 1.75 0 0 0 20 12.25H4A1.75 1.75 0 0 0 2.25 14v2c0 .966.784 1.75 1.75 1.75zm.25-3.75v2a.25.25 0 0 1-.25.25h-3.25v-2.5H20a.25.25 0 0 1 .25.25"/></svg>
React
import type { SVGProps } from "react";
export function MynauiCigaretteSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.627 8.492C2.423 8.95 2.25 9.47 2.25 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345m3.5 0C5.923 8.95 5.75 9.47 5.75 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345m3.5 0C9.423 8.95 9.25 9.47 9.25 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345M20 17.75A1.75 1.75 0 0 0 21.75 16v-2A1.75 1.75 0 0 0 20 12.25H4A1.75 1.75 0 0 0 2.25 14v2c0 .966.784 1.75 1.75 1.75zm.25-3.75v2a.25.25 0 0 1-.25.25h-3.25v-2.5H20a.25.25 0 0 1 .25.25"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.627 8.492C2.423 8.95 2.25 9.47 2.25 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345m3.5 0C5.923 8.95 5.75 9.47 5.75 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345m3.5 0C9.423 8.95 9.25 9.47 9.25 10a.75.75 0 0 0 1.5 0c0-.22.077-.513.248-.898a15 15 0 0 1 .653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75 0 0 0-1.5 0c0 .22-.077.513-.248.898a15 15 0 0 1-.653 1.23l-.011.019c-.243.425-.508.889-.711 1.345M20 17.75A1.75 1.75 0 0 0 21.75 16v-2A1.75 1.75 0 0 0 20 12.25H4A1.75 1.75 0 0 0 2.25 14v2c0 .966.784 1.75 1.75 1.75zm.25-3.75v2a.25.25 0 0 1-.25.25h-3.25v-2.5H20a.25.25 0 0 1 .25.25"/></svg> </template>
CSS
.icon-cigarette-solid {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.627%208.492C2.423%208.95%202.25%209.47%202.25%2010a.75.75%200%200%200%201.5%200c0-.22.077-.513.248-.898a15%2015%200%200%201%20.653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75%200%200%200-1.5%200c0%20.22-.077.513-.248.898a15%2015%200%200%201-.653%201.23l-.011.019c-.243.425-.508.889-.711%201.345m3.5%200C5.923%208.95%205.75%209.47%205.75%2010a.75.75%200%200%200%201.5%200c0-.22.077-.513.248-.898a15%2015%200%200%201%20.653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75%200%200%200-1.5%200c0%20.22-.077.513-.248.898a15%2015%200%200%201-.653%201.23l-.011.019c-.243.425-.508.889-.711%201.345m3.5%200C9.423%208.95%209.25%209.47%209.25%2010a.75.75%200%200%200%201.5%200c0-.22.077-.513.248-.898a15%2015%200%200%201%20.653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75%200%200%200-1.5%200c0%20.22-.077.513-.248.898a15%2015%200%200%201-.653%201.23l-.011.019c-.243.425-.508.889-.711%201.345M20%2017.75A1.75%201.75%200%200%200%2021.75%2016v-2A1.75%201.75%200%200%200%2020%2012.25H4A1.75%201.75%200%200%200%202.25%2014v2c0%20.966.784%201.75%201.75%201.75zm.25-3.75v2a.25.25%200%200%201-.25.25h-3.25v-2.5H20a.25.25%200%200%201%20.25.25%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.627%208.492C2.423%208.95%202.25%209.47%202.25%2010a.75.75%200%200%200%201.5%200c0-.22.077-.513.248-.898a15%2015%200%200%201%20.653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75%200%200%200-1.5%200c0%20.22-.077.513-.248.898a15%2015%200%200%201-.653%201.23l-.011.019c-.243.425-.508.889-.711%201.345m3.5%200C5.923%208.95%205.75%209.47%205.75%2010a.75.75%200%200%200%201.5%200c0-.22.077-.513.248-.898a15%2015%200%200%201%20.653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75%200%200%200-1.5%200c0%20.22-.077.513-.248.898a15%2015%200%200%201-.653%201.23l-.011.019c-.243.425-.508.889-.711%201.345m3.5%200C9.423%208.95%209.25%209.47%209.25%2010a.75.75%200%200%200%201.5%200c0-.22.077-.513.248-.898a15%2015%200%200%201%20.653-1.23l.011-.019c.243-.425.508-.889.711-1.345c.204-.458.377-.978.377-1.508a.75.75%200%200%200-1.5%200c0%20.22-.077.513-.248.898a15%2015%200%200%201-.653%201.23l-.011.019c-.243.425-.508.889-.711%201.345M20%2017.75A1.75%201.75%200%200%200%2021.75%2016v-2A1.75%201.75%200%200%200%2020%2012.25H4A1.75%201.75%200%200%200%202.25%2014v2c0%20.966.784%201.75%201.75%201.75zm.25-3.75v2a.25.25%200%200%201-.25.25h-3.25v-2.5H20a.25.25%200%200%201%20.25.25%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/cigarette-solid.svg?color=%231a73e8&size=48