no smoking icon
no-smoking from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- no-smoking
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
The same icon in other sets
Use the no smoking icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M360 256h16v48h-16z" fill="currentColor"/><path d="M112 304h137.6l-48-48H112z" fill="currentColor"/><path d="M364.5 60.1c-.4-.2-.7-.4-1-.6-10.9-6-22.5-10.7-34.4-14.8l-5.4-1.8C302.3 36.1 279.6 32 256 32 132.3 32 32 132.3 32 256c0 84.3 46.6 157.6 115.4 195.8.4.2.7.5 1.1.7 10.9 6 22.5 10.7 34.4 14.8l5.4 1.8c21.4 6.8 44 10.9 67.7 10.9 123.7 0 224-100.3 224-224 0-84.3-46.6-157.7-115.5-195.9zM256 426.4c-9.3 0-18.4-.9-27.2-2.4-9.8-1.6-19.3-4.1-28.5-7.3-1.9-.6-3.8-1.2-5.6-1.9-6.5-2.5-12.9-5.3-19-8.6-53.6-28.7-90.1-85.2-90.1-150.3 0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7zm137.8-71L156.6 118.2c28-20.2 62.1-32.6 99.4-32.6 9.3 0 18.3.9 27.2 2.4 9.8 1.6 19.3 4.1 28.5 7.3 1.8.6 3.7 1.2 5.6 1.9 6.2 2.4 12.2 5 18 8.1 54.2 28.5 91.2 85.3 91.2 150.8-.1 37.2-12.5 71.3-32.7 99.3z" fill="currentColor"/><path d="M352 298v-42h-42z" fill="currentColor"/><path d="M384 256h16v48h-16z" fill="currentColor"/><path d="M360.1 212.7c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8 3.7-21.9 1.6-2.4 1.8-5.6.4-8.2-1.4-2.6-4.1-4.2-7-4.3-.1 0-9.4-.1-18.3-3.9-10.6-4.5-15.6-12.1-15.6-23.1 0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7 0 17.5 9 31 25.7 38 4.2 1.7 8.4 2.9 12 3.6-3.3 9.8-3.6 20.9 1.7 28.7 9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3 5.7 2.6 6.8 11.5 6.6 19.7v1h16v-1c0-7.1.3-26.8-15.7-34.2z" fill="currentColor"/><path d="M400 248c0-25.7-3-43.2-9.1-53.6C382.3 180 368.5 172 352 172h-17.4c2.9-8.3 5.4-19.8 3.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7 2.5 14.5-6.8 32.1-6.9 32.3-1.4 2.5-1.3 5.5.1 7.9 1.4 2.4 4.1 3.9 6.9 3.9H352c10.9 0 19.4 4.9 25.1 14.6 3.1 5.3 6.9 17.5 6.9 45.4h16z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonNoSmoking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M360 256h16v48h-16z" fill="currentColor"/><path d="M112 304h137.6l-48-48H112z" fill="currentColor"/><path d="M364.5 60.1c-.4-.2-.7-.4-1-.6-10.9-6-22.5-10.7-34.4-14.8l-5.4-1.8C302.3 36.1 279.6 32 256 32 132.3 32 32 132.3 32 256c0 84.3 46.6 157.6 115.4 195.8.4.2.7.5 1.1.7 10.9 6 22.5 10.7 34.4 14.8l5.4 1.8c21.4 6.8 44 10.9 67.7 10.9 123.7 0 224-100.3 224-224 0-84.3-46.6-157.7-115.5-195.9zM256 426.4c-9.3 0-18.4-.9-27.2-2.4-9.8-1.6-19.3-4.1-28.5-7.3-1.9-.6-3.8-1.2-5.6-1.9-6.5-2.5-12.9-5.3-19-8.6-53.6-28.7-90.1-85.2-90.1-150.3 0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7zm137.8-71L156.6 118.2c28-20.2 62.1-32.6 99.4-32.6 9.3 0 18.3.9 27.2 2.4 9.8 1.6 19.3 4.1 28.5 7.3 1.8.6 3.7 1.2 5.6 1.9 6.2 2.4 12.2 5 18 8.1 54.2 28.5 91.2 85.3 91.2 150.8-.1 37.2-12.5 71.3-32.7 99.3z" fill="currentColor"/><path d="M352 298v-42h-42z" fill="currentColor"/><path d="M384 256h16v48h-16z" fill="currentColor"/><path d="M360.1 212.7c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8 3.7-21.9 1.6-2.4 1.8-5.6.4-8.2-1.4-2.6-4.1-4.2-7-4.3-.1 0-9.4-.1-18.3-3.9-10.6-4.5-15.6-12.1-15.6-23.1 0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7 0 17.5 9 31 25.7 38 4.2 1.7 8.4 2.9 12 3.6-3.3 9.8-3.6 20.9 1.7 28.7 9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3 5.7 2.6 6.8 11.5 6.6 19.7v1h16v-1c0-7.1.3-26.8-15.7-34.2z" fill="currentColor"/><path d="M400 248c0-25.7-3-43.2-9.1-53.6C382.3 180 368.5 172 352 172h-17.4c2.9-8.3 5.4-19.8 3.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7 2.5 14.5-6.8 32.1-6.9 32.3-1.4 2.5-1.3 5.5.1 7.9 1.4 2.4 4.1 3.9 6.9 3.9H352c10.9 0 19.4 4.9 25.1 14.6 3.1 5.3 6.9 17.5 6.9 45.4h16z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M360 256h16v48h-16z" fill="currentColor"/><path d="M112 304h137.6l-48-48H112z" fill="currentColor"/><path d="M364.5 60.1c-.4-.2-.7-.4-1-.6-10.9-6-22.5-10.7-34.4-14.8l-5.4-1.8C302.3 36.1 279.6 32 256 32 132.3 32 32 132.3 32 256c0 84.3 46.6 157.6 115.4 195.8.4.2.7.5 1.1.7 10.9 6 22.5 10.7 34.4 14.8l5.4 1.8c21.4 6.8 44 10.9 67.7 10.9 123.7 0 224-100.3 224-224 0-84.3-46.6-157.7-115.5-195.9zM256 426.4c-9.3 0-18.4-.9-27.2-2.4-9.8-1.6-19.3-4.1-28.5-7.3-1.9-.6-3.8-1.2-5.6-1.9-6.5-2.5-12.9-5.3-19-8.6-53.6-28.7-90.1-85.2-90.1-150.3 0-37.2 12.4-71.4 32.7-99.4l237.2 237.2c-28.1 20.3-62.3 32.7-99.5 32.7zm137.8-71L156.6 118.2c28-20.2 62.1-32.6 99.4-32.6 9.3 0 18.3.9 27.2 2.4 9.8 1.6 19.3 4.1 28.5 7.3 1.8.6 3.7 1.2 5.6 1.9 6.2 2.4 12.2 5 18 8.1 54.2 28.5 91.2 85.3 91.2 150.8-.1 37.2-12.5 71.3-32.7 99.3z" fill="currentColor"/><path d="M352 298v-42h-42z" fill="currentColor"/><path d="M384 256h16v48h-16z" fill="currentColor"/><path d="M360.1 212.7c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8 3.7-21.9 1.6-2.4 1.8-5.6.4-8.2-1.4-2.6-4.1-4.2-7-4.3-.1 0-9.4-.1-18.3-3.9-10.6-4.5-15.6-12.1-15.6-23.1 0-25.8 21.8-27.7 22.8-27.7v-16c-12 0-38.8 11-38.8 43.7 0 17.5 9 31 25.7 38 4.2 1.7 8.4 2.9 12 3.6-3.3 9.8-3.6 20.9 1.7 28.7 9 13.3 20.3 13.2 33.3 13.1h3.5c26.3 0 34.6 2.3 38.9 4.3 5.7 2.6 6.8 11.5 6.6 19.7v1h16v-1c0-7.1.3-26.8-15.7-34.2z" fill="currentColor"/><path d="M400 248c0-25.7-3-43.2-9.1-53.6C382.3 180 368.5 172 352 172h-17.4c2.9-8.3 5.4-19.8 3.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21 0 26.1 9.1 27.4 16.7 2.5 14.5-6.8 32.1-6.9 32.3-1.4 2.5-1.3 5.5.1 7.9 1.4 2.4 4.1 3.9 6.9 3.9H352c10.9 0 19.4 4.9 25.1 14.6 3.1 5.3 6.9 17.5 6.9 45.4h16z" fill="currentColor"/></svg> </template>
CSS
.icon-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%20d%3D%22M360%20256h16v48h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M112%20304h137.6l-48-48H112z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M364.5%2060.1c-.4-.2-.7-.4-1-.6-10.9-6-22.5-10.7-34.4-14.8l-5.4-1.8C302.3%2036.1%20279.6%2032%20256%2032%20132.3%2032%2032%20132.3%2032%20256c0%2084.3%2046.6%20157.6%20115.4%20195.8.4.2.7.5%201.1.7%2010.9%206%2022.5%2010.7%2034.4%2014.8l5.4%201.8c21.4%206.8%2044%2010.9%2067.7%2010.9%20123.7%200%20224-100.3%20224-224%200-84.3-46.6-157.7-115.5-195.9zM256%20426.4c-9.3%200-18.4-.9-27.2-2.4-9.8-1.6-19.3-4.1-28.5-7.3-1.9-.6-3.8-1.2-5.6-1.9-6.5-2.5-12.9-5.3-19-8.6-53.6-28.7-90.1-85.2-90.1-150.3%200-37.2%2012.4-71.4%2032.7-99.4l237.2%20237.2c-28.1%2020.3-62.3%2032.7-99.5%2032.7zm137.8-71L156.6%20118.2c28-20.2%2062.1-32.6%2099.4-32.6%209.3%200%2018.3.9%2027.2%202.4%209.8%201.6%2019.3%204.1%2028.5%207.3%201.8.6%203.7%201.2%205.6%201.9%206.2%202.4%2012.2%205%2018%208.1%2054.2%2028.5%2091.2%2085.3%2091.2%20150.8-.1%2037.2-12.5%2071.3-32.7%2099.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20298v-42h-42z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20256h16v48h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M360.1%20212.7c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8%203.7-21.9%201.6-2.4%201.8-5.6.4-8.2-1.4-2.6-4.1-4.2-7-4.3-.1%200-9.4-.1-18.3-3.9-10.6-4.5-15.6-12.1-15.6-23.1%200-25.8%2021.8-27.7%2022.8-27.7v-16c-12%200-38.8%2011-38.8%2043.7%200%2017.5%209%2031%2025.7%2038%204.2%201.7%208.4%202.9%2012%203.6-3.3%209.8-3.6%2020.9%201.7%2028.7%209%2013.3%2020.3%2013.2%2033.3%2013.1h3.5c26.3%200%2034.6%202.3%2038.9%204.3%205.7%202.6%206.8%2011.5%206.6%2019.7v1h16v-1c0-7.1.3-26.8-15.7-34.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20248c0-25.7-3-43.2-9.1-53.6C382.3%20180%20368.5%20172%20352%20172h-17.4c2.9-8.3%205.4-19.8%203.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21%200%2026.1%209.1%2027.4%2016.7%202.5%2014.5-6.8%2032.1-6.9%2032.3-1.4%202.5-1.3%205.5.1%207.9%201.4%202.4%204.1%203.9%206.9%203.9H352c10.9%200%2019.4%204.9%2025.1%2014.6%203.1%205.3%206.9%2017.5%206.9%2045.4h16z%22%20fill%3D%22currentColor%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%20d%3D%22M360%20256h16v48h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M112%20304h137.6l-48-48H112z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M364.5%2060.1c-.4-.2-.7-.4-1-.6-10.9-6-22.5-10.7-34.4-14.8l-5.4-1.8C302.3%2036.1%20279.6%2032%20256%2032%20132.3%2032%2032%20132.3%2032%20256c0%2084.3%2046.6%20157.6%20115.4%20195.8.4.2.7.5%201.1.7%2010.9%206%2022.5%2010.7%2034.4%2014.8l5.4%201.8c21.4%206.8%2044%2010.9%2067.7%2010.9%20123.7%200%20224-100.3%20224-224%200-84.3-46.6-157.7-115.5-195.9zM256%20426.4c-9.3%200-18.4-.9-27.2-2.4-9.8-1.6-19.3-4.1-28.5-7.3-1.9-.6-3.8-1.2-5.6-1.9-6.5-2.5-12.9-5.3-19-8.6-53.6-28.7-90.1-85.2-90.1-150.3%200-37.2%2012.4-71.4%2032.7-99.4l237.2%20237.2c-28.1%2020.3-62.3%2032.7-99.5%2032.7zm137.8-71L156.6%20118.2c28-20.2%2062.1-32.6%2099.4-32.6%209.3%200%2018.3.9%2027.2%202.4%209.8%201.6%2019.3%204.1%2028.5%207.3%201.8.6%203.7%201.2%205.6%201.9%206.2%202.4%2012.2%205%2018%208.1%2054.2%2028.5%2091.2%2085.3%2091.2%20150.8-.1%2037.2-12.5%2071.3-32.7%2099.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20298v-42h-42z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M384%20256h16v48h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M360.1%20212.7c-8.8-4.1-22-5.7-45.6-5.7h-3.6c-12.7.1-15.9-.1-20-6.1-2.8-4.2-1-14.8%203.7-21.9%201.6-2.4%201.8-5.6.4-8.2-1.4-2.6-4.1-4.2-7-4.3-.1%200-9.4-.1-18.3-3.9-10.6-4.5-15.6-12.1-15.6-23.1%200-25.8%2021.8-27.7%2022.8-27.7v-16c-12%200-38.8%2011-38.8%2043.7%200%2017.5%209%2031%2025.7%2038%204.2%201.7%208.4%202.9%2012%203.6-3.3%209.8-3.6%2020.9%201.7%2028.7%209%2013.3%2020.3%2013.2%2033.3%2013.1h3.5c26.3%200%2034.6%202.3%2038.9%204.3%205.7%202.6%206.8%2011.5%206.6%2019.7v1h16v-1c0-7.1.3-26.8-15.7-34.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M400%20248c0-25.7-3-43.2-9.1-53.6C382.3%20180%20368.5%20172%20352%20172h-17.4c2.9-8.3%205.4-19.8%203.5-30.9-3.2-18.8-19.1-30-43.1-30v16c21%200%2026.1%209.1%2027.4%2016.7%202.5%2014.5-6.8%2032.1-6.9%2032.3-1.4%202.5-1.3%205.5.1%207.9%201.4%202.4%204.1%203.9%206.9%203.9H352c10.9%200%2019.4%204.9%2025.1%2014.6%203.1%205.3%206.9%2017.5%206.9%2045.4h16z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/no-smoking.svg?color=%231a73e8&size=48