no smoking emoji
no-smoking from Fluent Emoji High Contrast by Microsoft Corporation · Default · Symbols · MIT Free for personal and commercial use.
- Name
- no-smoking
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Symbols
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More symbols icons from Fluent Emoji High Contrast
a-button-blood-typeab-button-blood-typeantenna-barsaquariusariesatm-signatom-symbolb-button-blood-typebaby-symbolback-arrowbaggage-claimbiohazardblack-circleblack-large-squareblack-medium-small-squareblack-medium-squareblack-small-squareblack-square-buttonblue-circleblue-squarebright-buttonbrown-circlebrown-squarecancer
Use the no smoking emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m22.603 9.817l-.342 1.056a2 2 0 0 0 .136 1.553l.404.763a2 2 0 0 1 .233.937v1.133c0 .24.303.342.449.152l.702-.922a2 2 0 0 0 .05-2.355l-.685-.984a2 2 0 0 1-.297-.65l-.17-.667c-.061-.243-.402-.254-.48-.016M23 16.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z"/><path d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-5.233 6.645A10.95 10.95 0 0 0 27 16c0-6.075-4.925-11-11-11c-2.497 0-4.8.832-6.645 2.233L18.12 16h3.629a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-.629zm-2.122 2.122L16.88 19H8a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h5.879L7.233 9.355A10.95 10.95 0 0 0 5 16c0 6.075 4.925 11 11 11c2.497 0 4.8-.832 6.645-2.233"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastNoSmoking(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m22.603 9.817l-.342 1.056a2 2 0 0 0 .136 1.553l.404.763a2 2 0 0 1 .233.937v1.133c0 .24.303.342.449.152l.702-.922a2 2 0 0 0 .05-2.355l-.685-.984a2 2 0 0 1-.297-.65l-.17-.667c-.061-.243-.402-.254-.48-.016M23 16.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z"/><path d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-5.233 6.645A10.95 10.95 0 0 0 27 16c0-6.075-4.925-11-11-11c-2.497 0-4.8.832-6.645 2.233L18.12 16h3.629a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-.629zm-2.122 2.122L16.88 19H8a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h5.879L7.233 9.355A10.95 10.95 0 0 0 5 16c0 6.075 4.925 11 11 11c2.497 0 4.8-.832 6.645-2.233"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="m22.603 9.817l-.342 1.056a2 2 0 0 0 .136 1.553l.404.763a2 2 0 0 1 .233.937v1.133c0 .24.303.342.449.152l.702-.922a2 2 0 0 0 .05-2.355l-.685-.984a2 2 0 0 1-.297-.65l-.17-.667c-.061-.243-.402-.254-.48-.016M23 16.25a.25.25 0 0 1 .25-.25h.5a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-.5a.25.25 0 0 1-.25-.25z"/><path d="M30 16c0 7.732-6.268 14-14 14S2 23.732 2 16S8.268 2 16 2s14 6.268 14 14m-5.233 6.645A10.95 10.95 0 0 0 27 16c0-6.075-4.925-11-11-11c-2.497 0-4.8.832-6.645 2.233L18.12 16h3.629a.25.25 0 0 1 .25.25v2.5a.25.25 0 0 1-.25.25h-.629zm-2.122 2.122L16.88 19H8a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h5.879L7.233 9.355A10.95 10.95 0 0 0 5 16c0 6.075 4.925 11 11 11c2.497 0 4.8-.832 6.645-2.233"/></g></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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m22.603%209.817l-.342%201.056a2%202%200%200%200%20.136%201.553l.404.763a2%202%200%200%201%20.233.937v1.133c0%20.24.303.342.449.152l.702-.922a2%202%200%200%200%20.05-2.355l-.685-.984a2%202%200%200%201-.297-.65l-.17-.667c-.061-.243-.402-.254-.48-.016M23%2016.25a.25.25%200%200%201%20.25-.25h.5a.25.25%200%200%201%20.25.25v2.5a.25.25%200%200%201-.25.25h-.5a.25.25%200%200%201-.25-.25z%22%2F%3E%3Cpath%20d%3D%22M30%2016c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014m-5.233%206.645A10.95%2010.95%200%200%200%2027%2016c0-6.075-4.925-11-11-11c-2.497%200-4.8.832-6.645%202.233L18.12%2016h3.629a.25.25%200%200%201%20.25.25v2.5a.25.25%200%200%201-.25.25h-.629zm-2.122%202.122L16.88%2019H8a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h5.879L7.233%209.355A10.95%2010.95%200%200%200%205%2016c0%206.075%204.925%2011%2011%2011c2.497%200%204.8-.832%206.645-2.233%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m22.603%209.817l-.342%201.056a2%202%200%200%200%20.136%201.553l.404.763a2%202%200%200%201%20.233.937v1.133c0%20.24.303.342.449.152l.702-.922a2%202%200%200%200%20.05-2.355l-.685-.984a2%202%200%200%201-.297-.65l-.17-.667c-.061-.243-.402-.254-.48-.016M23%2016.25a.25.25%200%200%201%20.25-.25h.5a.25.25%200%200%201%20.25.25v2.5a.25.25%200%200%201-.25.25h-.5a.25.25%200%200%201-.25-.25z%22%2F%3E%3Cpath%20d%3D%22M30%2016c0%207.732-6.268%2014-14%2014S2%2023.732%202%2016S8.268%202%2016%202s14%206.268%2014%2014m-5.233%206.645A10.95%2010.95%200%200%200%2027%2016c0-6.075-4.925-11-11-11c-2.497%200-4.8.832-6.645%202.233L18.12%2016h3.629a.25.25%200%200%201%20.25.25v2.5a.25.25%200%200%201-.25.25h-.629zm-2.122%202.122L16.88%2019H8a1%201%200%200%201-1-1v-1a1%201%200%200%201%201-1h5.879L7.233%209.355A10.95%2010.95%200%200%200%205%2016c0%206.075%204.925%2011%2011%2011c2.497%200%204.8-.832%206.645-2.233%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/no-smoking.svg?color=%231a73e8&size=48