alcohol cessation icon
alcohol-cessation from Health Icons by Resolve to Save Lives · Filled · Nutrition · MIT Free for personal and commercial use.
- Name
- alcohol-cessation
- Set
- Health Icons
- Style
- Filled
- Category
- Nutrition
- Viewbox
- 48×48
- License
- MIT
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"><path fill="currentColor" fill-rule="evenodd" d="M42 24c0 4.61-1.734 8.817-4.584 12.001L29 27.586v-.742c0-2.717-1.102-5.324-3.062-7.245a.5.5 0 0 1-.152-.36V10.7c0-.387-.32-.7-.715-.7h-1.785a.707.707 0 0 0-.715.7v8.527a.5.5 0 0 1-.169.372A9.98 9.98 0 0 0 19 27.086v9.368c0 .854.706 1.546 1.577 1.546h6.74c.93 0 1.683-.739 1.683-1.65v-5.936l7.001 7.002A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.738 1.83-9.048 4.823-12.263l7.47 7.47a1 1 0 0 0 1.414-1.414l-7.442-7.442A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18m2 0c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-23 2h6v5h-6z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsAlcoholCessation(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M42 24c0 4.61-1.734 8.817-4.584 12.001L29 27.586v-.742c0-2.717-1.102-5.324-3.062-7.245a.5.5 0 0 1-.152-.36V10.7c0-.387-.32-.7-.715-.7h-1.785a.707.707 0 0 0-.715.7v8.527a.5.5 0 0 1-.169.372A9.98 9.98 0 0 0 19 27.086v9.368c0 .854.706 1.546 1.577 1.546h6.74c.93 0 1.683-.739 1.683-1.65v-5.936l7.001 7.002A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.738 1.83-9.048 4.823-12.263l7.47 7.47a1 1 0 0 0 1.414-1.414l-7.442-7.442A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18m2 0c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-23 2h6v5h-6z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M42 24c0 4.61-1.734 8.817-4.584 12.001L29 27.586v-.742c0-2.717-1.102-5.324-3.062-7.245a.5.5 0 0 1-.152-.36V10.7c0-.387-.32-.7-.715-.7h-1.785a.707.707 0 0 0-.715.7v8.527a.5.5 0 0 1-.169.372A9.98 9.98 0 0 0 19 27.086v9.368c0 .854.706 1.546 1.577 1.546h6.74c.93 0 1.683-.739 1.683-1.65v-5.936l7.001 7.002A17.93 17.93 0 0 1 24 42c-9.941 0-18-8.059-18-18c0-4.738 1.83-9.048 4.823-12.263l7.47 7.47a1 1 0 0 0 1.414-1.414l-7.442-7.442A17.93 17.93 0 0 1 24 6c9.941 0 18 8.059 18 18m2 0c0 11.046-8.954 20-20 20S4 35.046 4 24S12.954 4 24 4s20 8.954 20 20m-23 2h6v5h-6z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-alcohol-cessation {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%204.61-1.734%208.817-4.584%2012.001L29%2027.586v-.742c0-2.717-1.102-5.324-3.062-7.245a.5.5%200%200%201-.152-.36V10.7c0-.387-.32-.7-.715-.7h-1.785a.707.707%200%200%200-.715.7v8.527a.5.5%200%200%201-.169.372A9.98%209.98%200%200%200%2019%2027.086v9.368c0%20.854.706%201.546%201.577%201.546h6.74c.93%200%201.683-.739%201.683-1.65v-5.936l7.001%207.002A17.93%2017.93%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.738%201.83-9.048%204.823-12.263l7.47%207.47a1%201%200%200%200%201.414-1.414l-7.442-7.442A17.93%2017.93%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018m2%200c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-23%202h6v5h-6z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M42%2024c0%204.61-1.734%208.817-4.584%2012.001L29%2027.586v-.742c0-2.717-1.102-5.324-3.062-7.245a.5.5%200%200%201-.152-.36V10.7c0-.387-.32-.7-.715-.7h-1.785a.707.707%200%200%200-.715.7v8.527a.5.5%200%200%201-.169.372A9.98%209.98%200%200%200%2019%2027.086v9.368c0%20.854.706%201.546%201.577%201.546h6.74c.93%200%201.683-.739%201.683-1.65v-5.936l7.001%207.002A17.93%2017.93%200%200%201%2024%2042c-9.941%200-18-8.059-18-18c0-4.738%201.83-9.048%204.823-12.263l7.47%207.47a1%201%200%200%200%201.414-1.414l-7.442-7.442A17.93%2017.93%200%200%201%2024%206c9.941%200%2018%208.059%2018%2018m2%200c0%2011.046-8.954%2020-20%2020S4%2035.046%204%2024S12.954%204%2024%204s20%208.954%2020%2020m-23%202h6v5h-6z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/alcohol-cessation.svg?color=%231a73e8&size=48