smoke free icon
smoke-free-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- smoke-free-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- smoke-free-outline-rounded
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="M3.5 16q-.625 0-1.062-.437T2 14.5t.438-1.062T3.5 13h6.7L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L13.2 16zm15.788-2.787q.212.212.212.537v1.5q0 .35-.187.55t-.463.2l-.85-.85v-1.4q0-.325.213-.537T18.75 13t.538.213m2.5 0q.212.212.212.537v1.5q0 .325-.213.538T21.25 16t-.537-.213t-.213-.537v-1.5q0-.325.213-.537T21.25 13t.538.213M15.85 13h.4q.325 0 .538.213t.212.537v.4zm2.363-1.213Q18 11.576 18 11.25v-.55q0-.975-.575-1.487T16.05 8.7H14.5q-1.4 0-2.375-.975T11.15 5.35t.975-2.375T14.5 2q.325 0 .538.213t.212.537t-.213.538t-.537.212q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25v.9q0 .325-.213.538T18.75 12t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5 5.7q-.325 0-.537-.213t-.213-.537t.213-.537t.537-.213q.75 0 1.3-.55t.55-1.3q0-.325.213-.537T19.1 1.6t.538.213t.212.537q0 .725-.275 1.313T18.85 4.75q1.4.65 2.275 2t.875 3v1.5q0 .325-.213.538T21.25 12t-.537-.213"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSmokeFreeRounded(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="M3.5 16q-.625 0-1.062-.437T2 14.5t.438-1.062T3.5 13h6.7L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L13.2 16zm15.788-2.787q.212.212.212.537v1.5q0 .35-.187.55t-.463.2l-.85-.85v-1.4q0-.325.213-.537T18.75 13t.538.213m2.5 0q.212.212.212.537v1.5q0 .325-.213.538T21.25 16t-.537-.213t-.213-.537v-1.5q0-.325.213-.537T21.25 13t.538.213M15.85 13h.4q.325 0 .538.213t.212.537v.4zm2.363-1.213Q18 11.576 18 11.25v-.55q0-.975-.575-1.487T16.05 8.7H14.5q-1.4 0-2.375-.975T11.15 5.35t.975-2.375T14.5 2q.325 0 .538.213t.212.537t-.213.538t-.537.212q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25v.9q0 .325-.213.538T18.75 12t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5 5.7q-.325 0-.537-.213t-.213-.537t.213-.537t.537-.213q.75 0 1.3-.55t.55-1.3q0-.325.213-.537T19.1 1.6t.538.213t.212.537q0 .725-.275 1.313T18.85 4.75q1.4.65 2.275 2t.875 3v1.5q0 .325-.213.538T21.25 12t-.537-.213"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.5 16q-.625 0-1.062-.437T2 14.5t.438-1.062T3.5 13h6.7L2.1 4.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17 17q.275.275.275.7t-.275.7t-.7.275t-.7-.275L13.2 16zm15.788-2.787q.212.212.212.537v1.5q0 .35-.187.55t-.463.2l-.85-.85v-1.4q0-.325.213-.537T18.75 13t.538.213m2.5 0q.212.212.212.537v1.5q0 .325-.213.538T21.25 16t-.537-.213t-.213-.537v-1.5q0-.325.213-.537T21.25 13t.538.213M15.85 13h.4q.325 0 .538.213t.212.537v.4zm2.363-1.213Q18 11.576 18 11.25v-.55q0-.975-.575-1.487T16.05 8.7H14.5q-1.4 0-2.375-.975T11.15 5.35t.975-2.375T14.5 2q.325 0 .538.213t.212.537t-.213.538t-.537.212q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25v.9q0 .325-.213.538T18.75 12t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5 5.7q-.325 0-.537-.213t-.213-.537t.213-.537t.537-.213q.75 0 1.3-.55t.55-1.3q0-.325.213-.537T19.1 1.6t.538.213t.212.537q0 .725-.275 1.313T18.85 4.75q1.4.65 2.275 2t.875 3v1.5q0 .325-.213.538T21.25 12t-.537-.213"/></svg> </template>
CSS
.icon-smoke-free-rounded {
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%22M3.5%2016q-.625%200-1.062-.437T2%2014.5t.438-1.062T3.5%2013h6.7L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275L13.2%2016zm15.788-2.787q.212.212.212.537v1.5q0%20.35-.187.55t-.463.2l-.85-.85v-1.4q0-.325.213-.537T18.75%2013t.538.213m2.5%200q.212.212.212.537v1.5q0%20.325-.213.538T21.25%2016t-.537-.213t-.213-.537v-1.5q0-.325.213-.537T21.25%2013t.538.213M15.85%2013h.4q.325%200%20.538.213t.212.537v.4zm2.363-1.213Q18%2011.576%2018%2011.25v-.55q0-.975-.575-1.487T16.05%208.7H14.5q-1.4%200-2.375-.975T11.15%205.35t.975-2.375T14.5%202q.325%200%20.538.213t.212.537t-.213.538t-.537.212q-.75%200-1.3.525t-.55%201.325t.55%201.325t1.3.525h1.55q1.4%200%202.425.9t1.025%202.25v.9q0%20.325-.213.538T18.75%2012t-.537-.213m2.5%200q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5%205.7q-.325%200-.537-.213t-.213-.537t.213-.537t.537-.213q.75%200%201.3-.55t.55-1.3q0-.325.213-.537T19.1%201.6t.538.213t.212.537q0%20.725-.275%201.313T18.85%204.75q1.4.65%202.275%202t.875%203v1.5q0%20.325-.213.538T21.25%2012t-.537-.213%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%22M3.5%2016q-.625%200-1.062-.437T2%2014.5t.438-1.062T3.5%2013h6.7L2.1%204.9q-.275-.275-.275-.7t.275-.7t.7-.275t.7.275l17%2017q.275.275.275.7t-.275.7t-.7.275t-.7-.275L13.2%2016zm15.788-2.787q.212.212.212.537v1.5q0%20.35-.187.55t-.463.2l-.85-.85v-1.4q0-.325.213-.537T18.75%2013t.538.213m2.5%200q.212.212.212.537v1.5q0%20.325-.213.538T21.25%2016t-.537-.213t-.213-.537v-1.5q0-.325.213-.537T21.25%2013t.538.213M15.85%2013h.4q.325%200%20.538.213t.212.537v.4zm2.363-1.213Q18%2011.576%2018%2011.25v-.55q0-.975-.575-1.487T16.05%208.7H14.5q-1.4%200-2.375-.975T11.15%205.35t.975-2.375T14.5%202q.325%200%20.538.213t.212.537t-.213.538t-.537.212q-.75%200-1.3.525t-.55%201.325t.55%201.325t1.3.525h1.55q1.4%200%202.425.9t1.025%202.25v.9q0%20.325-.213.538T18.75%2012t-.537-.213m2.5%200q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5%205.7q-.325%200-.537-.213t-.213-.537t.213-.537t.537-.213q.75%200%201.3-.55t.55-1.3q0-.325.213-.537T19.1%201.6t.538.213t.212.537q0%20.725-.275%201.313T18.85%204.75q1.4.65%202.275%202t.875%203v1.5q0%20.325-.213.538T21.25%2012t-.537-.213%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-rounded.svg?color=%231a73e8&size=48