alcohol cessation icon
alcohol-cessation-outline from Health Icons by Resolve to Save Lives · Outline · Nutrition · MIT Free for personal and commercial use.
- Name
- alcohol-cessation-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
- Aliases
- alcohol-cessation2x-outline
1 other variant in Health Icons
More nutrition icons from Health Icons
Use the alcohol cessation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/><path d="M10.293 9.793a1 1 0 0 1 1.414 0l7.5 7.5a1 1 0 0 1-1.414 1.414l-7.5-7.5a1 1 0 0 1 0-1.414m17 17.5a1 1 0 0 1 1.414 0l10 10l-1.414 1.414l-10-10a1 1 0 0 1 0-1.414"/><path d="M27 26v5h-6v-5zm-5.81-2h5.283c-.116-1.314-.418-2.225-1.18-2.972a2.5 2.5 0 0 1-.753-1.789V12h-1.03v7.227c0 .723-.313 1.402-.846 1.872c-.833.735-1.262 1.666-1.474 2.901m.151-4.4a.5.5 0 0 0 .17-.373V10.7c0-.387.32-.7.714-.7h3.6c.395 0 .715.313.715.7v8.54c0 .134.055.264.152.36c1.26 1.234 1.664 2.752 1.791 4.4c.05.65.058 1.32.058 2v.423l-.001.42l.46 9.507c0 .911-.754 1.65-1.683 1.65h-6.74c-.87 0-1.577-.692-1.577-1.546v-9.368q0-.547.012-1.086c.018-.683.06-1.353.153-2c.239-1.676.814-3.199 2.177-4.4m5.64 16.4l-.146-3H21v3z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAlcoholCessationOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/><path d="M10.293 9.793a1 1 0 0 1 1.414 0l7.5 7.5a1 1 0 0 1-1.414 1.414l-7.5-7.5a1 1 0 0 1 0-1.414m17 17.5a1 1 0 0 1 1.414 0l10 10l-1.414 1.414l-10-10a1 1 0 0 1 0-1.414"/><path d="M27 26v5h-6v-5zm-5.81-2h5.283c-.116-1.314-.418-2.225-1.18-2.972a2.5 2.5 0 0 1-.753-1.789V12h-1.03v7.227c0 .723-.313 1.402-.846 1.872c-.833.735-1.262 1.666-1.474 2.901m.151-4.4a.5.5 0 0 0 .17-.373V10.7c0-.387.32-.7.714-.7h3.6c.395 0 .715.313.715.7v8.54c0 .134.055.264.152.36c1.26 1.234 1.664 2.752 1.791 4.4c.05.65.058 1.32.058 2v.423l-.001.42l.46 9.507c0 .911-.754 1.65-1.683 1.65h-6.74c-.87 0-1.577-.692-1.577-1.546v-9.368q0-.547.012-1.086c.018-.683.06-1.353.153-2c.239-1.676.814-3.199 2.177-4.4m5.64 16.4l-.146-3H21v3z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M24 42c9.941 0 18-8.059 18-18S33.941 6 24 6S6 14.059 6 24s8.059 18 18 18m0 2c11.046 0 20-8.954 20-20S35.046 4 24 4S4 12.954 4 24s8.954 20 20 20"/><path d="M10.293 9.793a1 1 0 0 1 1.414 0l7.5 7.5a1 1 0 0 1-1.414 1.414l-7.5-7.5a1 1 0 0 1 0-1.414m17 17.5a1 1 0 0 1 1.414 0l10 10l-1.414 1.414l-10-10a1 1 0 0 1 0-1.414"/><path d="M27 26v5h-6v-5zm-5.81-2h5.283c-.116-1.314-.418-2.225-1.18-2.972a2.5 2.5 0 0 1-.753-1.789V12h-1.03v7.227c0 .723-.313 1.402-.846 1.872c-.833.735-1.262 1.666-1.474 2.901m.151-4.4a.5.5 0 0 0 .17-.373V10.7c0-.387.32-.7.714-.7h3.6c.395 0 .715.313.715.7v8.54c0 .134.055.264.152.36c1.26 1.234 1.664 2.752 1.791 4.4c.05.65.058 1.32.058 2v.423l-.001.42l.46 9.507c0 .911-.754 1.65-1.683 1.65h-6.74c-.87 0-1.577-.692-1.577-1.546v-9.368q0-.547.012-1.086c.018-.683.06-1.353.153-2c.239-1.676.814-3.199 2.177-4.4m5.64 16.4l-.146-3H21v3z"/></g></svg> </template>
CSS
.icon-alcohol-cessation-outline {
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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%2F%3E%3Cpath%20d%3D%22M10.293%209.793a1%201%200%200%201%201.414%200l7.5%207.5a1%201%200%200%201-1.414%201.414l-7.5-7.5a1%201%200%200%201%200-1.414m17%2017.5a1%201%200%200%201%201.414%200l10%2010l-1.414%201.414l-10-10a1%201%200%200%201%200-1.414%22%2F%3E%3Cpath%20d%3D%22M27%2026v5h-6v-5zm-5.81-2h5.283c-.116-1.314-.418-2.225-1.18-2.972a2.5%202.5%200%200%201-.753-1.789V12h-1.03v7.227c0%20.723-.313%201.402-.846%201.872c-.833.735-1.262%201.666-1.474%202.901m.151-4.4a.5.5%200%200%200%20.17-.373V10.7c0-.387.32-.7.714-.7h3.6c.395%200%20.715.313.715.7v8.54c0%20.134.055.264.152.36c1.26%201.234%201.664%202.752%201.791%204.4c.05.65.058%201.32.058%202v.423l-.001.42l.46%209.507c0%20.911-.754%201.65-1.683%201.65h-6.74c-.87%200-1.577-.692-1.577-1.546v-9.368q0-.547.012-1.086c.018-.683.06-1.353.153-2c.239-1.676.814-3.199%202.177-4.4m5.64%2016.4l-.146-3H21v3z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M24%2042c9.941%200%2018-8.059%2018-18S33.941%206%2024%206S6%2014.059%206%2024s8.059%2018%2018%2018m0%202c11.046%200%2020-8.954%2020-20S35.046%204%2024%204S4%2012.954%204%2024s8.954%2020%2020%2020%22%2F%3E%3Cpath%20d%3D%22M10.293%209.793a1%201%200%200%201%201.414%200l7.5%207.5a1%201%200%200%201-1.414%201.414l-7.5-7.5a1%201%200%200%201%200-1.414m17%2017.5a1%201%200%200%201%201.414%200l10%2010l-1.414%201.414l-10-10a1%201%200%200%201%200-1.414%22%2F%3E%3Cpath%20d%3D%22M27%2026v5h-6v-5zm-5.81-2h5.283c-.116-1.314-.418-2.225-1.18-2.972a2.5%202.5%200%200%201-.753-1.789V12h-1.03v7.227c0%20.723-.313%201.402-.846%201.872c-.833.735-1.262%201.666-1.474%202.901m.151-4.4a.5.5%200%200%200%20.17-.373V10.7c0-.387.32-.7.714-.7h3.6c.395%200%20.715.313.715.7v8.54c0%20.134.055.264.152.36c1.26%201.234%201.664%202.752%201.791%204.4c.05.65.058%201.32.058%202v.423l-.001.42l.46%209.507c0%20.911-.754%201.65-1.683%201.65h-6.74c-.87%200-1.577-.692-1.577-1.546v-9.368q0-.547.012-1.086c.018-.683.06-1.353.153-2c.239-1.676.814-3.199%202.177-4.4m5.64%2016.4l-.146-3H21v3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/alcohol-cessation-outline.svg?color=%231a73e8&size=48