vaping rooms icon
vaping-rooms from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- vaping-rooms
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- vaping-rooms-outline, vaping-rooms-outline-sharp, vaping-rooms-sharp
1 other variant in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the vaping rooms icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19q-.975-.25-1.987-.375T3 18.5H2v-2h1q1 0 2.013-.125T7 16zm1 0v-3h14v3zm2.5-1q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m7.5-3v-1.3q0-.975-.575-1.487T16.05 11.7H14.5q-1.4 0-2.375-.975T11.15 8.35t.975-2.375T14.5 5v1.5q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25V15zm2.5 0v-2.25q0-1.65-1.15-2.85T16.5 8.7V7.2q.75 0 1.3-.55t.55-1.3t-.55-1.3t-1.3-.55V2q1.4 0 2.375.975t.975 2.375q0 .725-.275 1.313T18.85 7.75q1.4.65 2.275 2t.875 3V15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsVapingRooms(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="M7 19q-.975-.25-1.987-.375T3 18.5H2v-2h1q1 0 2.013-.125T7 16zm1 0v-3h14v3zm2.5-1q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m7.5-3v-1.3q0-.975-.575-1.487T16.05 11.7H14.5q-1.4 0-2.375-.975T11.15 8.35t.975-2.375T14.5 5v1.5q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25V15zm2.5 0v-2.25q0-1.65-1.15-2.85T16.5 8.7V7.2q.75 0 1.3-.55t.55-1.3t-.55-1.3t-1.3-.55V2q1.4 0 2.375.975t.975 2.375q0 .725-.275 1.313T18.85 7.75q1.4.65 2.275 2t.875 3V15z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 19q-.975-.25-1.987-.375T3 18.5H2v-2h1q1 0 2.013-.125T7 16zm1 0v-3h14v3zm2.5-1q.2 0 .35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m7.5-3v-1.3q0-.975-.575-1.487T16.05 11.7H14.5q-1.4 0-2.375-.975T11.15 8.35t.975-2.375T14.5 5v1.5q-.75 0-1.3.525t-.55 1.325t.55 1.325t1.3.525h1.55q1.4 0 2.425.9t1.025 2.25V15zm2.5 0v-2.25q0-1.65-1.15-2.85T16.5 8.7V7.2q.75 0 1.3-.55t.55-1.3t-.55-1.3t-1.3-.55V2q1.4 0 2.375.975t.975 2.375q0 .725-.275 1.313T18.85 7.75q1.4.65 2.275 2t.875 3V15z"/></svg> </template>
CSS
.icon-vaping-rooms {
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%22M7%2019q-.975-.25-1.987-.375T3%2018.5H2v-2h1q1%200%202.013-.125T7%2016zm1%200v-3h14v3zm2.5-1q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m7.5-3v-1.3q0-.975-.575-1.487T16.05%2011.7H14.5q-1.4%200-2.375-.975T11.15%208.35t.975-2.375T14.5%205v1.5q-.75%200-1.3.525t-.55%201.325t.55%201.325t1.3.525h1.55q1.4%200%202.425.9t1.025%202.25V15zm2.5%200v-2.25q0-1.65-1.15-2.85T16.5%208.7V7.2q.75%200%201.3-.55t.55-1.3t-.55-1.3t-1.3-.55V2q1.4%200%202.375.975t.975%202.375q0%20.725-.275%201.313T18.85%207.75q1.4.65%202.275%202t.875%203V15z%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%22M7%2019q-.975-.25-1.987-.375T3%2018.5H2v-2h1q1%200%202.013-.125T7%2016zm1%200v-3h14v3zm2.5-1q.2%200%20.35-.15t.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15m7.5-3v-1.3q0-.975-.575-1.487T16.05%2011.7H14.5q-1.4%200-2.375-.975T11.15%208.35t.975-2.375T14.5%205v1.5q-.75%200-1.3.525t-.55%201.325t.55%201.325t1.3.525h1.55q1.4%200%202.425.9t1.025%202.25V15zm2.5%200v-2.25q0-1.65-1.15-2.85T16.5%208.7V7.2q.75%200%201.3-.55t.55-1.3t-.55-1.3t-1.3-.55V2q1.4%200%202.375.975t.975%202.375q0%20.725-.275%201.313T18.85%207.75q1.4.65%202.275%202t.875%203V15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vaping-rooms.svg?color=%231a73e8&size=48