vape-free from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
vape-free
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
vape-free-outline, vape-free-outline-sharp, vape-free-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the vape free 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 16zm12.775 3.6l-3.6-3.6H8v-3h5.175L1.4 4.225L2.8 2.8l18.375 18.4zm2.05-3.6l-3-3H22v3zM10.85 17.85q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M20.5 15v-2.225q0-1.7-1.15-2.887T16.5 8.7V7.2q.775 0 1.313-.537t.537-1.313t-.537-1.312T16.5 3.5V2q1.4 0 2.375.975t.975 2.375q0 .7-.262 1.313t-.738 1.062q1.425.675 2.288 2.013T22 12.75V15zM18 15v-1.3q0-.975-.587-1.512t-1.388-.538h-1.55L11.15 8.325V8.3q0-1.4.975-2.375T14.5 4.95v1.5q-.775 0-1.312.488T12.65 8.2t.538 1.388t1.312.612h1.525q1.425 0 2.45.9t1.025 2.25V15z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsVapeFree(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 16zm12.775 3.6l-3.6-3.6H8v-3h5.175L1.4 4.225L2.8 2.8l18.375 18.4zm2.05-3.6l-3-3H22v3zM10.85 17.85q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M20.5 15v-2.225q0-1.7-1.15-2.887T16.5 8.7V7.2q.775 0 1.313-.537t.537-1.313t-.537-1.312T16.5 3.5V2q1.4 0 2.375.975t.975 2.375q0 .7-.262 1.313t-.738 1.062q1.425.675 2.288 2.013T22 12.75V15zM18 15v-1.3q0-.975-.587-1.512t-1.388-.538h-1.55L11.15 8.325V8.3q0-1.4.975-2.375T14.5 4.95v1.5q-.775 0-1.312.488T12.65 8.2t.538 1.388t1.312.612h1.525q1.425 0 2.45.9t1.025 2.25V15z"/></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 16zm12.775 3.6l-3.6-3.6H8v-3h5.175L1.4 4.225L2.8 2.8l18.375 18.4zm2.05-3.6l-3-3H22v3zM10.85 17.85q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M20.5 15v-2.225q0-1.7-1.15-2.887T16.5 8.7V7.2q.775 0 1.313-.537t.537-1.313t-.537-1.312T16.5 3.5V2q1.4 0 2.375.975t.975 2.375q0 .7-.262 1.313t-.738 1.062q1.425.675 2.288 2.013T22 12.75V15zM18 15v-1.3q0-.975-.587-1.512t-1.388-.538h-1.55L11.15 8.325V8.3q0-1.4.975-2.375T14.5 4.95v1.5q-.775 0-1.312.488T12.65 8.2t.538 1.388t1.312.612h1.525q1.425 0 2.45.9t1.025 2.25V15z"/></svg>
</template>

CSS

.icon-vape-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%22M7%2019q-.975-.25-1.987-.375T3%2018.5H2v-2h1q1%200%202.013-.125T7%2016zm12.775%203.6l-3.6-3.6H8v-3h5.175L1.4%204.225L2.8%202.8l18.375%2018.4zm2.05-3.6l-3-3H22v3zM10.85%2017.85q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M20.5%2015v-2.225q0-1.7-1.15-2.887T16.5%208.7V7.2q.775%200%201.313-.537t.537-1.313t-.537-1.312T16.5%203.5V2q1.4%200%202.375.975t.975%202.375q0%20.7-.262%201.313t-.738%201.062q1.425.675%202.288%202.013T22%2012.75V15zM18%2015v-1.3q0-.975-.587-1.512t-1.388-.538h-1.55L11.15%208.325V8.3q0-1.4.975-2.375T14.5%204.95v1.5q-.775%200-1.312.488T12.65%208.2t.538%201.388t1.312.612h1.525q1.425%200%202.45.9t1.025%202.25V15z%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%2016zm12.775%203.6l-3.6-3.6H8v-3h5.175L1.4%204.225L2.8%202.8l18.375%2018.4zm2.05-3.6l-3-3H22v3zM10.85%2017.85q.15-.15.15-.35t-.15-.35t-.35-.15t-.35.15t-.15.35t.15.35t.35.15t.35-.15M20.5%2015v-2.225q0-1.7-1.15-2.887T16.5%208.7V7.2q.775%200%201.313-.537t.537-1.313t-.537-1.312T16.5%203.5V2q1.4%200%202.375.975t.975%202.375q0%20.7-.262%201.313t-.738%201.062q1.425.675%202.288%202.013T22%2012.75V15zM18%2015v-1.3q0-.975-.587-1.512t-1.388-.538h-1.55L11.15%208.325V8.3q0-1.4.975-2.375T14.5%204.95v1.5q-.775%200-1.312.488T12.65%208.2t.538%201.388t1.312.612h1.525q1.425%200%202.45.9t1.025%202.25V15z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/vape-free.svg?color=%231a73e8&size=48