smoking rooms icon
smoking-rooms-rounded from Material Symbols by Google · Rounded · Travel · Apache-2.0 Free for personal and commercial use.
- Name
- smoking-rooms-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Travel
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- smoking-rooms-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 smoking rooms 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 19q-.625 0-1.062-.437T2 17.5t.438-1.062T3.5 16h12.75q.325 0 .538.213t.212.537v1.5q0 .325-.213.538T16.25 19zm14.713-.213Q18 18.576 18 18.25v-1.5q0-.325.213-.537T18.75 16t.538.213t.212.537v1.5q0 .325-.213.538T18.75 19t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-.325.213-.537T21.25 16t.538.213t.212.537v1.5q0 .325-.213.538T21.25 19t-.537-.213m-2.5-4Q18 14.576 18 14.25v-.55q0-.975-.575-1.487T16.05 11.7H14.5q-1.4 0-2.375-.975T11.15 8.35t.975-2.375T14.5 5q.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 15t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5 8.7q-.325 0-.537-.213t-.213-.537t.213-.537t.537-.213q.75 0 1.3-.55t.55-1.3t-.55-1.3t-1.3-.55q-.325 0-.537-.212t-.213-.538t.213-.537T16.5 2q1.4 0 2.375.975t.975 2.375q0 .725-.275 1.313T18.85 7.75q1.4.65 2.275 2t.875 3v1.5q0 .325-.213.538T21.25 15t-.537-.213"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSmokingRoomsRounded(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 19q-.625 0-1.062-.437T2 17.5t.438-1.062T3.5 16h12.75q.325 0 .538.213t.212.537v1.5q0 .325-.213.538T16.25 19zm14.713-.213Q18 18.576 18 18.25v-1.5q0-.325.213-.537T18.75 16t.538.213t.212.537v1.5q0 .325-.213.538T18.75 19t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-.325.213-.537T21.25 16t.538.213t.212.537v1.5q0 .325-.213.538T21.25 19t-.537-.213m-2.5-4Q18 14.576 18 14.25v-.55q0-.975-.575-1.487T16.05 11.7H14.5q-1.4 0-2.375-.975T11.15 8.35t.975-2.375T14.5 5q.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 15t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5 8.7q-.325 0-.537-.213t-.213-.537t.213-.537t.537-.213q.75 0 1.3-.55t.55-1.3t-.55-1.3t-1.3-.55q-.325 0-.537-.212t-.213-.538t.213-.537T16.5 2q1.4 0 2.375.975t.975 2.375q0 .725-.275 1.313T18.85 7.75q1.4.65 2.275 2t.875 3v1.5q0 .325-.213.538T21.25 15t-.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 19q-.625 0-1.062-.437T2 17.5t.438-1.062T3.5 16h12.75q.325 0 .538.213t.212.537v1.5q0 .325-.213.538T16.25 19zm14.713-.213Q18 18.576 18 18.25v-1.5q0-.325.213-.537T18.75 16t.538.213t.212.537v1.5q0 .325-.213.538T18.75 19t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-.325.213-.537T21.25 16t.538.213t.212.537v1.5q0 .325-.213.538T21.25 19t-.537-.213m-2.5-4Q18 14.576 18 14.25v-.55q0-.975-.575-1.487T16.05 11.7H14.5q-1.4 0-2.375-.975T11.15 8.35t.975-2.375T14.5 5q.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 15t-.537-.213m2.5 0q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5 8.7q-.325 0-.537-.213t-.213-.537t.213-.537t.537-.213q.75 0 1.3-.55t.55-1.3t-.55-1.3t-1.3-.55q-.325 0-.537-.212t-.213-.538t.213-.537T16.5 2q1.4 0 2.375.975t.975 2.375q0 .725-.275 1.313T18.85 7.75q1.4.65 2.275 2t.875 3v1.5q0 .325-.213.538T21.25 15t-.537-.213"/></svg> </template>
CSS
.icon-smoking-rooms-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%2019q-.625%200-1.062-.437T2%2017.5t.438-1.062T3.5%2016h12.75q.325%200%20.538.213t.212.537v1.5q0%20.325-.213.538T16.25%2019zm14.713-.213Q18%2018.576%2018%2018.25v-1.5q0-.325.213-.537T18.75%2016t.538.213t.212.537v1.5q0%20.325-.213.538T18.75%2019t-.537-.213m2.5%200q-.213-.212-.213-.537v-1.5q0-.325.213-.537T21.25%2016t.538.213t.212.537v1.5q0%20.325-.213.538T21.25%2019t-.537-.213m-2.5-4Q18%2014.576%2018%2014.25v-.55q0-.975-.575-1.487T16.05%2011.7H14.5q-1.4%200-2.375-.975T11.15%208.35t.975-2.375T14.5%205q.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%2015t-.537-.213m2.5%200q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5%208.7q-.325%200-.537-.213t-.213-.537t.213-.537t.537-.213q.75%200%201.3-.55t.55-1.3t-.55-1.3t-1.3-.55q-.325%200-.537-.212t-.213-.538t.213-.537T16.5%202q1.4%200%202.375.975t.975%202.375q0%20.725-.275%201.313T18.85%207.75q1.4.65%202.275%202t.875%203v1.5q0%20.325-.213.538T21.25%2015t-.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%2019q-.625%200-1.062-.437T2%2017.5t.438-1.062T3.5%2016h12.75q.325%200%20.538.213t.212.537v1.5q0%20.325-.213.538T16.25%2019zm14.713-.213Q18%2018.576%2018%2018.25v-1.5q0-.325.213-.537T18.75%2016t.538.213t.212.537v1.5q0%20.325-.213.538T18.75%2019t-.537-.213m2.5%200q-.213-.212-.213-.537v-1.5q0-.325.213-.537T21.25%2016t.538.213t.212.537v1.5q0%20.325-.213.538T21.25%2019t-.537-.213m-2.5-4Q18%2014.576%2018%2014.25v-.55q0-.975-.575-1.487T16.05%2011.7H14.5q-1.4%200-2.375-.975T11.15%208.35t.975-2.375T14.5%205q.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%2015t-.537-.213m2.5%200q-.213-.212-.213-.537v-1.5q0-1.65-1.15-2.85T16.5%208.7q-.325%200-.537-.213t-.213-.537t.213-.537t.537-.213q.75%200%201.3-.55t.55-1.3t-.55-1.3t-1.3-.55q-.325%200-.537-.212t-.213-.538t.213-.537T16.5%202q1.4%200%202.375.975t.975%202.375q0%20.725-.275%201.313T18.85%207.75q1.4.65%202.275%202t.875%203v1.5q0%20.325-.213.538T21.25%2015t-.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/smoking-rooms-rounded.svg?color=%231a73e8&size=48