logo no smoking icon

logo-no-smoking from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
logo-no-smoking
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT
Aliases
logo-no-smoking-outline

Related icons in IonIcons

Use the logo no smoking icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M360 256h16v48h-16zm-248 48h129.6l-48-48H112z"/><path fill="currentColor" d="M364.5 60.1a9 9 0 0 1-1-.6a219 219 0 0 0-34.4-14.8l-5.4-1.8A223.2 223.2 0 0 0 256 32C132.3 32 32 132.3 32 256a223.71 223.71 0 0 0 115.4 195.8c.4.2.7.5 1.1.7a219 219 0 0 0 34.4 14.8l5.4 1.8A222.7 222.7 0 0 0 256 480c123.7 0 224-100.3 224-224A223.76 223.76 0 0 0 364.5 60.1M256 426.4a162 162 0 0 1-27.2-2.4a170 170 0 0 1-28.5-7.3c-1.9-.6-3.8-1.2-5.6-1.9a162 162 0 0 1-19-8.6a170.33 170.33 0 0 1-90.1-150.3c0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7m137.8-71L156.6 118.2c28-20.2 62.1-32.6 99.4-32.6a163 163 0 0 1 27.2 2.4a170 170 0 0 1 28.5 7.3c1.8.6 3.7 1.2 5.6 1.9a162 162 0 0 1 18 8.1a170.25 170.25 0 0 1 91.2 150.8c-.1 37.2-12.5 71.3-32.7 99.3"/><path fill="currentColor" d="M352 256h-34l34 34zm32 0h16v48h-16zm-23.9-43.3c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1c-2.8-4.2-1-14.8 3.7-21.9a8 8 0 0 0 .4-8.2a8.26 8.26 0 0 0-7-4.3a53.7 53.7 0 0 1-18.3-3.9c-10.6-4.5-15.6-12.1-15.6-23.1c0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7c0 17.5 9 31 25.7 38a66.6 66.6 0 0 0 12 3.6c-3.3 9.8-3.6 20.9 1.7 28.7c9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3c5.7 2.6 6.8 7.5 6.6 15.7v1h16v-1c0-7.1.3-22.8-15.7-30.2"/><path fill="currentColor" d="M400 244c0-25.7-3-39.2-9.1-49.6C382.3 180 368.5 172 352 172h-17.4c2.9-8.3 5.4-19.8 3.5-30.9c-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7c2.5 14.5-6.8 32.1-6.9 32.3a8 8 0 0 0 .1 7.9a8.06 8.06 0 0 0 6.9 3.9H352c10.9 0 19.4 4.9 25.1 14.6c3.1 5.3 6.9 13.5 6.9 41.4h16Z"/></svg>

React

import type { SVGProps } from "react";

export function IonLogoNoSmoking(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M360 256h16v48h-16zm-248 48h129.6l-48-48H112z"/><path fill="currentColor" d="M364.5 60.1a9 9 0 0 1-1-.6a219 219 0 0 0-34.4-14.8l-5.4-1.8A223.2 223.2 0 0 0 256 32C132.3 32 32 132.3 32 256a223.71 223.71 0 0 0 115.4 195.8c.4.2.7.5 1.1.7a219 219 0 0 0 34.4 14.8l5.4 1.8A222.7 222.7 0 0 0 256 480c123.7 0 224-100.3 224-224A223.76 223.76 0 0 0 364.5 60.1M256 426.4a162 162 0 0 1-27.2-2.4a170 170 0 0 1-28.5-7.3c-1.9-.6-3.8-1.2-5.6-1.9a162 162 0 0 1-19-8.6a170.33 170.33 0 0 1-90.1-150.3c0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7m137.8-71L156.6 118.2c28-20.2 62.1-32.6 99.4-32.6a163 163 0 0 1 27.2 2.4a170 170 0 0 1 28.5 7.3c1.8.6 3.7 1.2 5.6 1.9a162 162 0 0 1 18 8.1a170.25 170.25 0 0 1 91.2 150.8c-.1 37.2-12.5 71.3-32.7 99.3"/><path fill="currentColor" d="M352 256h-34l34 34zm32 0h16v48h-16zm-23.9-43.3c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1c-2.8-4.2-1-14.8 3.7-21.9a8 8 0 0 0 .4-8.2a8.26 8.26 0 0 0-7-4.3a53.7 53.7 0 0 1-18.3-3.9c-10.6-4.5-15.6-12.1-15.6-23.1c0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7c0 17.5 9 31 25.7 38a66.6 66.6 0 0 0 12 3.6c-3.3 9.8-3.6 20.9 1.7 28.7c9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3c5.7 2.6 6.8 7.5 6.6 15.7v1h16v-1c0-7.1.3-22.8-15.7-30.2"/><path fill="currentColor" d="M400 244c0-25.7-3-39.2-9.1-49.6C382.3 180 368.5 172 352 172h-17.4c2.9-8.3 5.4-19.8 3.5-30.9c-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7c2.5 14.5-6.8 32.1-6.9 32.3a8 8 0 0 0 .1 7.9a8.06 8.06 0 0 0 6.9 3.9H352c10.9 0 19.4 4.9 25.1 14.6c3.1 5.3 6.9 13.5 6.9 41.4h16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M360 256h16v48h-16zm-248 48h129.6l-48-48H112z"/><path fill="currentColor" d="M364.5 60.1a9 9 0 0 1-1-.6a219 219 0 0 0-34.4-14.8l-5.4-1.8A223.2 223.2 0 0 0 256 32C132.3 32 32 132.3 32 256a223.71 223.71 0 0 0 115.4 195.8c.4.2.7.5 1.1.7a219 219 0 0 0 34.4 14.8l5.4 1.8A222.7 222.7 0 0 0 256 480c123.7 0 224-100.3 224-224A223.76 223.76 0 0 0 364.5 60.1M256 426.4a162 162 0 0 1-27.2-2.4a170 170 0 0 1-28.5-7.3c-1.9-.6-3.8-1.2-5.6-1.9a162 162 0 0 1-19-8.6a170.33 170.33 0 0 1-90.1-150.3c0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7m137.8-71L156.6 118.2c28-20.2 62.1-32.6 99.4-32.6a163 163 0 0 1 27.2 2.4a170 170 0 0 1 28.5 7.3c1.8.6 3.7 1.2 5.6 1.9a162 162 0 0 1 18 8.1a170.25 170.25 0 0 1 91.2 150.8c-.1 37.2-12.5 71.3-32.7 99.3"/><path fill="currentColor" d="M352 256h-34l34 34zm32 0h16v48h-16zm-23.9-43.3c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1c-2.8-4.2-1-14.8 3.7-21.9a8 8 0 0 0 .4-8.2a8.26 8.26 0 0 0-7-4.3a53.7 53.7 0 0 1-18.3-3.9c-10.6-4.5-15.6-12.1-15.6-23.1c0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7c0 17.5 9 31 25.7 38a66.6 66.6 0 0 0 12 3.6c-3.3 9.8-3.6 20.9 1.7 28.7c9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3c5.7 2.6 6.8 7.5 6.6 15.7v1h16v-1c0-7.1.3-22.8-15.7-30.2"/><path fill="currentColor" d="M400 244c0-25.7-3-39.2-9.1-49.6C382.3 180 368.5 172 352 172h-17.4c2.9-8.3 5.4-19.8 3.5-30.9c-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7c2.5 14.5-6.8 32.1-6.9 32.3a8 8 0 0 0 .1 7.9a8.06 8.06 0 0 0 6.9 3.9H352c10.9 0 19.4 4.9 25.1 14.6c3.1 5.3 6.9 13.5 6.9 41.4h16Z"/></svg>
</template>

CSS

.icon-logo-no-smoking {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M360%20256h16v48h-16zm-248%2048h129.6l-48-48H112z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M364.5%2060.1a9%209%200%200%201-1-.6a219%20219%200%200%200-34.4-14.8l-5.4-1.8A223.2%20223.2%200%200%200%20256%2032C132.3%2032%2032%20132.3%2032%20256a223.71%20223.71%200%200%200%20115.4%20195.8c.4.2.7.5%201.1.7a219%20219%200%200%200%2034.4%2014.8l5.4%201.8A222.7%20222.7%200%200%200%20256%20480c123.7%200%20224-100.3%20224-224A223.76%20223.76%200%200%200%20364.5%2060.1M256%20426.4a162%20162%200%200%201-27.2-2.4a170%20170%200%200%201-28.5-7.3c-1.9-.6-3.8-1.2-5.6-1.9a162%20162%200%200%201-19-8.6a170.33%20170.33%200%200%201-90.1-150.3c0-37.2%2012.4-71.4%2032.7-99.4l237.2%20237.2c-28.1%2020.3-62.3%2032.7-99.5%2032.7m137.8-71L156.6%20118.2c28-20.2%2062.1-32.6%2099.4-32.6a163%20163%200%200%201%2027.2%202.4a170%20170%200%200%201%2028.5%207.3c1.8.6%203.7%201.2%205.6%201.9a162%20162%200%200%201%2018%208.1a170.25%20170.25%200%200%201%2091.2%20150.8c-.1%2037.2-12.5%2071.3-32.7%2099.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%20256h-34l34%2034zm32%200h16v48h-16zm-23.9-43.3c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1c-2.8-4.2-1-14.8%203.7-21.9a8%208%200%200%200%20.4-8.2a8.26%208.26%200%200%200-7-4.3a53.7%2053.7%200%200%201-18.3-3.9c-10.6-4.5-15.6-12.1-15.6-23.1c0-25.8%2021.8-27.7%2022.8-27.7v-16c-12%200-38.8%2011-38.8%2043.7c0%2017.5%209%2031%2025.7%2038a66.6%2066.6%200%200%200%2012%203.6c-3.3%209.8-3.6%2020.9%201.7%2028.7c9%2013.3%2020.3%2013.2%2033.3%2013.1h3.5c26.3%200%2034.6%202.3%2038.9%204.3c5.7%202.6%206.8%207.5%206.6%2015.7v1h16v-1c0-7.1.3-22.8-15.7-30.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M400%20244c0-25.7-3-39.2-9.1-49.6C382.3%20180%20368.5%20172%20352%20172h-17.4c2.9-8.3%205.4-19.8%203.5-30.9c-3.2-18.8-19.1-30-43.1-30v16c21%200%2026.1%209.1%2027.4%2016.7c2.5%2014.5-6.8%2032.1-6.9%2032.3a8%208%200%200%200%20.1%207.9a8.06%208.06%200%200%200%206.9%203.9H352c10.9%200%2019.4%204.9%2025.1%2014.6c3.1%205.3%206.9%2013.5%206.9%2041.4h16Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M360%20256h16v48h-16zm-248%2048h129.6l-48-48H112z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M364.5%2060.1a9%209%200%200%201-1-.6a219%20219%200%200%200-34.4-14.8l-5.4-1.8A223.2%20223.2%200%200%200%20256%2032C132.3%2032%2032%20132.3%2032%20256a223.71%20223.71%200%200%200%20115.4%20195.8c.4.2.7.5%201.1.7a219%20219%200%200%200%2034.4%2014.8l5.4%201.8A222.7%20222.7%200%200%200%20256%20480c123.7%200%20224-100.3%20224-224A223.76%20223.76%200%200%200%20364.5%2060.1M256%20426.4a162%20162%200%200%201-27.2-2.4a170%20170%200%200%201-28.5-7.3c-1.9-.6-3.8-1.2-5.6-1.9a162%20162%200%200%201-19-8.6a170.33%20170.33%200%200%201-90.1-150.3c0-37.2%2012.4-71.4%2032.7-99.4l237.2%20237.2c-28.1%2020.3-62.3%2032.7-99.5%2032.7m137.8-71L156.6%20118.2c28-20.2%2062.1-32.6%2099.4-32.6a163%20163%200%200%201%2027.2%202.4a170%20170%200%200%201%2028.5%207.3c1.8.6%203.7%201.2%205.6%201.9a162%20162%200%200%201%2018%208.1a170.25%20170.25%200%200%201%2091.2%20150.8c-.1%2037.2-12.5%2071.3-32.7%2099.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M352%20256h-34l34%2034zm32%200h16v48h-16zm-23.9-43.3c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1c-2.8-4.2-1-14.8%203.7-21.9a8%208%200%200%200%20.4-8.2a8.26%208.26%200%200%200-7-4.3a53.7%2053.7%200%200%201-18.3-3.9c-10.6-4.5-15.6-12.1-15.6-23.1c0-25.8%2021.8-27.7%2022.8-27.7v-16c-12%200-38.8%2011-38.8%2043.7c0%2017.5%209%2031%2025.7%2038a66.6%2066.6%200%200%200%2012%203.6c-3.3%209.8-3.6%2020.9%201.7%2028.7c9%2013.3%2020.3%2013.2%2033.3%2013.1h3.5c26.3%200%2034.6%202.3%2038.9%204.3c5.7%202.6%206.8%207.5%206.6%2015.7v1h16v-1c0-7.1.3-22.8-15.7-30.2%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M400%20244c0-25.7-3-39.2-9.1-49.6C382.3%20180%20368.5%20172%20352%20172h-17.4c2.9-8.3%205.4-19.8%203.5-30.9c-3.2-18.8-19.1-30-43.1-30v16c21%200%2026.1%209.1%2027.4%2016.7c2.5%2014.5-6.8%2032.1-6.9%2032.3a8%208%200%200%200%20.1%207.9a8.06%208.06%200%200%200%206.9%203.9H352c10.9%200%2019.4%204.9%2025.1%2014.6c3.1%205.3%206.9%2013.5%206.9%2041.4h16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/logo-no-smoking.svg?color=%231a73e8&size=48