dairy negative icon
dairy-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- dairy-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the dairy negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDairyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 23.814C26.333 26 31 26 31 26v14.522c0 .913-.68 1.478-1.306 1.478H19.306C18.679 42 18 41.435 18 40.522V23.424c1.502-.509 4.34-1.165 6 .39M19.306 7.339L16 21.391v19.13C16 42.444 17.48 44 19.306 44h10.388C31.52 44 33 42.443 33 40.522v-19.13L29.694 7.338s.53.045.99-.232c.353-.213.663-.614.663-1.368C31.347 4 30.521 4 28.042 4h-7.084c-2.479 0-3.305 0-3.305 1.74c0 .753.31 1.154.662 1.366c.46.278.99.233.99.233" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDairyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsDairyNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsDairyNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM24 23.814C26.333 26 31 26 31 26v14.522c0 .913-.68 1.478-1.306 1.478H19.306C18.679 42 18 41.435 18 40.522V23.424c1.502-.509 4.34-1.165 6 .39M19.306 7.339L16 21.391v19.13C16 42.444 17.48 44 19.306 44h10.388C31.52 44 33 42.443 33 40.522v-19.13L29.694 7.338s.53.045.99-.232c.353-.213.663-.614.663-1.368C31.347 4 30.521 4 28.042 4h-7.084c-2.479 0-3.305 0-3.305 1.74c0 .753.31 1.154.662 1.366c.46.278.99.233.99.233" clipRule="evenodd"/></g><defs><clipPath id="healthiconsDairyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsDairyNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM24 23.814C26.333 26 31 26 31 26v14.522c0 .913-.68 1.478-1.306 1.478H19.306C18.679 42 18 41.435 18 40.522V23.424c1.502-.509 4.34-1.165 6 .39M19.306 7.339L16 21.391v19.13C16 42.444 17.48 44 19.306 44h10.388C31.52 44 33 42.443 33 40.522v-19.13L29.694 7.338s.53.045.99-.232c.353-.213.663-.614.663-1.368C31.347 4 30.521 4 28.042 4h-7.084c-2.479 0-3.305 0-3.305 1.74c0 .753.31 1.154.662 1.366c.46.278.99.233.99.233" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsDairyNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-dairy-negative {
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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDairyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2023.814C26.333%2026%2031%2026%2031%2026v14.522c0%20.913-.68%201.478-1.306%201.478H19.306C18.679%2042%2018%2041.435%2018%2040.522V23.424c1.502-.509%204.34-1.165%206%20.39M19.306%207.339L16%2021.391v19.13C16%2042.444%2017.48%2044%2019.306%2044h10.388C31.52%2044%2033%2042.443%2033%2040.522v-19.13L29.694%207.338s.53.045.99-.232c.353-.213.663-.614.663-1.368C31.347%204%2030.521%204%2028.042%204h-7.084c-2.479%200-3.305%200-3.305%201.74c0%20.753.31%201.154.662%201.366c.46.278.99.233.99.233%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDairyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsDairyNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM24%2023.814C26.333%2026%2031%2026%2031%2026v14.522c0%20.913-.68%201.478-1.306%201.478H19.306C18.679%2042%2018%2041.435%2018%2040.522V23.424c1.502-.509%204.34-1.165%206%20.39M19.306%207.339L16%2021.391v19.13C16%2042.444%2017.48%2044%2019.306%2044h10.388C31.52%2044%2033%2042.443%2033%2040.522v-19.13L29.694%207.338s.53.045.99-.232c.353-.213.663-.614.663-1.368C31.347%204%2030.521%204%2028.042%204h-7.084c-2.479%200-3.305%200-3.305%201.74c0%20.753.31%201.154.662%201.366c.46.278.99.233.99.233%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsDairyNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/dairy-negative.svg?color=%231a73e8&size=48