smoke free icon
smoke-free from Material Symbols by Google · Regular · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- smoke-free
- Set
- Material Symbols
- Style
- Regular
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- smoke-free-outline, smoke-free-outline-sharp, smoke-free-sharp
1 other variant in Material Symbols
The same icon in other sets
More travel icons from Material Symbols
airline-seat-flatairline-seat-flat-angledairline-seat-individual-suiteairline-seat-legroom-extraairline-seat-legroom-normalairline-seat-legroom-reducedairline-seat-recline-extraairline-seat-recline-normalairplane-ticketapartmentattractionsbakery-diningbath-bedrockbeach-accessbeer-mealbentobreakfast-diningbrunch-diningbungalowcabincar-rentalcar-repaircarpentercarry-on-bag
Use the smoke free icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 22.6L13.2 16H2v-3h8.2L1.4 4.2l1.4-1.4l18.4 18.4zm-.95-6.6l-.85-.85V13h1.5v3zm1.65 0v-3H22v3zM17 14.15L15.85 13H17zM18 12v-1.3q0-.975-.575-1.487T16.05 8.7H14.5q-1.4 0-2.375-.975T11.15 5.35t.975-2.375T14.5 2v1.5q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25V12zm2.5 0V9.75q0-1.65-1.15-2.85T16.5 5.7V4.2q.75 0 1.3-.55t.55-1.3h1.5q0 .725-.275 1.313T18.85 4.75q1.4.65 2.275 2t.875 3V12z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSmokeFree(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="M19.8 22.6L13.2 16H2v-3h8.2L1.4 4.2l1.4-1.4l18.4 18.4zm-.95-6.6l-.85-.85V13h1.5v3zm1.65 0v-3H22v3zM17 14.15L15.85 13H17zM18 12v-1.3q0-.975-.575-1.487T16.05 8.7H14.5q-1.4 0-2.375-.975T11.15 5.35t.975-2.375T14.5 2v1.5q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25V12zm2.5 0V9.75q0-1.65-1.15-2.85T16.5 5.7V4.2q.75 0 1.3-.55t.55-1.3h1.5q0 .725-.275 1.313T18.85 4.75q1.4.65 2.275 2t.875 3V12z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.8 22.6L13.2 16H2v-3h8.2L1.4 4.2l1.4-1.4l18.4 18.4zm-.95-6.6l-.85-.85V13h1.5v3zm1.65 0v-3H22v3zM17 14.15L15.85 13H17zM18 12v-1.3q0-.975-.575-1.487T16.05 8.7H14.5q-1.4 0-2.375-.975T11.15 5.35t.975-2.375T14.5 2v1.5q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25V12zm2.5 0V9.75q0-1.65-1.15-2.85T16.5 5.7V4.2q.75 0 1.3-.55t.55-1.3h1.5q0 .725-.275 1.313T18.85 4.75q1.4.65 2.275 2t.875 3V12z"/></svg> </template>
CSS
.icon-smoke-free {
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%22M19.8%2022.6L13.2%2016H2v-3h8.2L1.4%204.2l1.4-1.4l18.4%2018.4zm-.95-6.6l-.85-.85V13h1.5v3zm1.65%200v-3H22v3zM17%2014.15L15.85%2013H17zM18%2012v-1.3q0-.975-.575-1.487T16.05%208.7H14.5q-1.4%200-2.375-.975T11.15%205.35t.975-2.375T14.5%202v1.5q-.75%200-1.3.525t-.55%201.325t.55%201.325t1.3.525h1.55q1.4%200%202.425.9t1.025%202.25V12zm2.5%200V9.75q0-1.65-1.15-2.85T16.5%205.7V4.2q.75%200%201.3-.55t.55-1.3h1.5q0%20.725-.275%201.313T18.85%204.75q1.4.65%202.275%202t.875%203V12z%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%22M19.8%2022.6L13.2%2016H2v-3h8.2L1.4%204.2l1.4-1.4l18.4%2018.4zm-.95-6.6l-.85-.85V13h1.5v3zm1.65%200v-3H22v3zM17%2014.15L15.85%2013H17zM18%2012v-1.3q0-.975-.575-1.487T16.05%208.7H14.5q-1.4%200-2.375-.975T11.15%205.35t.975-2.375T14.5%202v1.5q-.75%200-1.3.525t-.55%201.325t.55%201.325t1.3.525h1.55q1.4%200%202.425.9t1.025%202.25V12zm2.5%200V9.75q0-1.65-1.15-2.85T16.5%205.7V4.2q.75%200%201.3-.55t.55-1.3h1.5q0%20.725-.275%201.313T18.85%204.75q1.4.65%202.275%202t.875%203V12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/smoke-free.svg?color=%231a73e8&size=48