round smoke free icon
round-smoke-free from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.
- Name
- round-smoke-free
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Places
- Viewbox
- 24×24
- License
- Apache 2.0
More places icons from Google Material Icons
baseline-ac-unitbaseline-airport-shuttlebaseline-all-inclusivebaseline-apartmentbaseline-baby-changing-stationbaseline-backpackbaseline-balconybaseline-bathtubbaseline-beach-accessbaseline-bentobaseline-bungalowbaseline-business-centerbaseline-cabinbaseline-carpenterbaseline-casinobaseline-chaletbaseline-charging-stationbaseline-checkroombaseline-child-carebaseline-child-friendlybaseline-corporate-farebaseline-cottagebaseline-countertopsbaseline-crib
Use the round 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="M20.5 13H22v3h-1.5zM18 13h1.5v3H18zm-1 1.5c0-.83-.67-1.5-1.5-1.5h-.84l2.18 2.18c.1-.21.16-.44.16-.68m1.96-12.15H19zm-.11 2.38c.38-.38.67-.84.84-1.35a.77.77 0 0 0-.71-1.02c-.34.01-.61.25-.72.58c-.18.55-.62.99-1.17 1.17c-.34.11-.59.39-.59.74V5c0 .37.27.69.64.75c1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75V9.76c0-2.22-1.28-4.14-3.15-5.03m-4.24 3.92h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c0-1.81-1.6-3.16-3.47-3.16h-1.3c-1.02 0-1.94-.73-2.07-1.75c-.12-.95.46-1.7 1.3-1.93c.32-.09.54-.38.54-.72c0-.49-.46-.86-.93-.72a3.35 3.35 0 0 0-2.42 3.28c.02 1.85 1.61 3.29 3.45 3.29M4.12 5.29A.996.996 0 1 0 2.71 6.7L9 13H3.5c-.83 0-1.5.67-1.5 1.5S2.67 16 3.5 16H12l6.29 6.29a.996.996 0 1 0 1.41-1.41z"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundSmokeFree(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="M20.5 13H22v3h-1.5zM18 13h1.5v3H18zm-1 1.5c0-.83-.67-1.5-1.5-1.5h-.84l2.18 2.18c.1-.21.16-.44.16-.68m1.96-12.15H19zm-.11 2.38c.38-.38.67-.84.84-1.35a.77.77 0 0 0-.71-1.02c-.34.01-.61.25-.72.58c-.18.55-.62.99-1.17 1.17c-.34.11-.59.39-.59.74V5c0 .37.27.69.64.75c1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75V9.76c0-2.22-1.28-4.14-3.15-5.03m-4.24 3.92h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c0-1.81-1.6-3.16-3.47-3.16h-1.3c-1.02 0-1.94-.73-2.07-1.75c-.12-.95.46-1.7 1.3-1.93c.32-.09.54-.38.54-.72c0-.49-.46-.86-.93-.72a3.35 3.35 0 0 0-2.42 3.28c.02 1.85 1.61 3.29 3.45 3.29M4.12 5.29A.996.996 0 1 0 2.71 6.7L9 13H3.5c-.83 0-1.5.67-1.5 1.5S2.67 16 3.5 16H12l6.29 6.29a.996.996 0 1 0 1.41-1.41z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.5 13H22v3h-1.5zM18 13h1.5v3H18zm-1 1.5c0-.83-.67-1.5-1.5-1.5h-.84l2.18 2.18c.1-.21.16-.44.16-.68m1.96-12.15H19zm-.11 2.38c.38-.38.67-.84.84-1.35a.77.77 0 0 0-.71-1.02c-.34.01-.61.25-.72.58c-.18.55-.62.99-1.17 1.17c-.34.11-.59.39-.59.74V5c0 .37.27.69.64.75c1.93.31 3.36 2 3.36 4.02v1.48c0 .41.34.75.75.75s.75-.34.75-.75V9.76c0-2.22-1.28-4.14-3.15-5.03m-4.24 3.92h1.42c1.05 0 1.97.74 1.97 2.05v.55c0 .41.33.75.75.75h.01c.41 0 .75-.33.75-.75v-.89c0-1.81-1.6-3.16-3.47-3.16h-1.3c-1.02 0-1.94-.73-2.07-1.75c-.12-.95.46-1.7 1.3-1.93c.32-.09.54-.38.54-.72c0-.49-.46-.86-.93-.72a3.35 3.35 0 0 0-2.42 3.28c.02 1.85 1.61 3.29 3.45 3.29M4.12 5.29A.996.996 0 1 0 2.71 6.7L9 13H3.5c-.83 0-1.5.67-1.5 1.5S2.67 16 3.5 16H12l6.29 6.29a.996.996 0 1 0 1.41-1.41z"/></svg> </template>
CSS
.icon-round-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%22M20.5%2013H22v3h-1.5zM18%2013h1.5v3H18zm-1%201.5c0-.83-.67-1.5-1.5-1.5h-.84l2.18%202.18c.1-.21.16-.44.16-.68m1.96-12.15H19zm-.11%202.38c.38-.38.67-.84.84-1.35a.77.77%200%200%200-.71-1.02c-.34.01-.61.25-.72.58c-.18.55-.62.99-1.17%201.17c-.34.11-.59.39-.59.74V5c0%20.37.27.69.64.75c1.93.31%203.36%202%203.36%204.02v1.48c0%20.41.34.75.75.75s.75-.34.75-.75V9.76c0-2.22-1.28-4.14-3.15-5.03m-4.24%203.92h1.42c1.05%200%201.97.74%201.97%202.05v.55c0%20.41.33.75.75.75h.01c.41%200%20.75-.33.75-.75v-.89c0-1.81-1.6-3.16-3.47-3.16h-1.3c-1.02%200-1.94-.73-2.07-1.75c-.12-.95.46-1.7%201.3-1.93c.32-.09.54-.38.54-.72c0-.49-.46-.86-.93-.72a3.35%203.35%200%200%200-2.42%203.28c.02%201.85%201.61%203.29%203.45%203.29M4.12%205.29A.996.996%200%201%200%202.71%206.7L9%2013H3.5c-.83%200-1.5.67-1.5%201.5S2.67%2016%203.5%2016H12l6.29%206.29a.996.996%200%201%200%201.41-1.41z%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%22M20.5%2013H22v3h-1.5zM18%2013h1.5v3H18zm-1%201.5c0-.83-.67-1.5-1.5-1.5h-.84l2.18%202.18c.1-.21.16-.44.16-.68m1.96-12.15H19zm-.11%202.38c.38-.38.67-.84.84-1.35a.77.77%200%200%200-.71-1.02c-.34.01-.61.25-.72.58c-.18.55-.62.99-1.17%201.17c-.34.11-.59.39-.59.74V5c0%20.37.27.69.64.75c1.93.31%203.36%202%203.36%204.02v1.48c0%20.41.34.75.75.75s.75-.34.75-.75V9.76c0-2.22-1.28-4.14-3.15-5.03m-4.24%203.92h1.42c1.05%200%201.97.74%201.97%202.05v.55c0%20.41.33.75.75.75h.01c.41%200%20.75-.33.75-.75v-.89c0-1.81-1.6-3.16-3.47-3.16h-1.3c-1.02%200-1.94-.73-2.07-1.75c-.12-.95.46-1.7%201.3-1.93c.32-.09.54-.38.54-.72c0-.49-.46-.86-.93-.72a3.35%203.35%200%200%200-2.42%203.28c.02%201.85%201.61%203.29%203.45%203.29M4.12%205.29A.996.996%200%201%200%202.71%206.7L9%2013H3.5c-.83%200-1.5.67-1.5%201.5S2.67%2016%203.5%2016H12l6.29%206.29a.996.996%200%201%200%201.41-1.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-smoke-free.svg?color=%231a73e8&size=48