lactation negative icon

lactation-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
lactation-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the lactation 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(#healthiconsLactationNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm33.066 21.368a2.5 2.5 0 0 0-2.634-1.335L17.18 22.208a3.5 3.5 0 0 0-2.554 1.869L10.27 32.65a2.5 2.5 0 0 0 .205 2.6l5.73 7.898a2.5 2.5 0 0 0 4.048-2.937l-1.689-2.327c.122-.58.5-1.101 1.074-1.383l3.231-1.591l-3.23-1.59a2 2 0 0 1-1.118-1.795v-3.949a2 2 0 0 1 4 0v2.704l5.76 2.835a2 2 0 0 1 .617 3.118l.021-.005l-1.253 1.727a2.5 2.5 0 1 0 4.047 2.936l5.73-7.898a2.5 2.5 0 0 0 .206-2.6zM34 28.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M24 18a7 7 0 1 0 0-14a7 7 0 0 0 0 14" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLactationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLactationNegative(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(#healthiconsLactationNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm33.066 21.368a2.5 2.5 0 0 0-2.634-1.335L17.18 22.208a3.5 3.5 0 0 0-2.554 1.869L10.27 32.65a2.5 2.5 0 0 0 .205 2.6l5.73 7.898a2.5 2.5 0 0 0 4.048-2.937l-1.689-2.327c.122-.58.5-1.101 1.074-1.383l3.231-1.591l-3.23-1.59a2 2 0 0 1-1.118-1.795v-3.949a2 2 0 0 1 4 0v2.704l5.76 2.835a2 2 0 0 1 .617 3.118l.021-.005l-1.253 1.727a2.5 2.5 0 1 0 4.047 2.936l5.73-7.898a2.5 2.5 0 0 0 .206-2.6zM34 28.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M24 18a7 7 0 1 0 0-14a7 7 0 0 0 0 14" clipRule="evenodd"/></g><defs><clipPath id="healthiconsLactationNegative"><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(#healthiconsLactationNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm33.066 21.368a2.5 2.5 0 0 0-2.634-1.335L17.18 22.208a3.5 3.5 0 0 0-2.554 1.869L10.27 32.65a2.5 2.5 0 0 0 .205 2.6l5.73 7.898a2.5 2.5 0 0 0 4.048-2.937l-1.689-2.327c.122-.58.5-1.101 1.074-1.383l3.231-1.591l-3.23-1.59a2 2 0 0 1-1.118-1.795v-3.949a2 2 0 0 1 4 0v2.704l5.76 2.835a2 2 0 0 1 .617 3.118l.021-.005l-1.253 1.727a2.5 2.5 0 1 0 4.047 2.936l5.73-7.898a2.5 2.5 0 0 0 .206-2.6zM34 28.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0M24 18a7 7 0 1 0 0-14a7 7 0 0 0 0 14" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLactationNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-lactation-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(%23healthiconsLactationNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm33.066%2021.368a2.5%202.5%200%200%200-2.634-1.335L17.18%2022.208a3.5%203.5%200%200%200-2.554%201.869L10.27%2032.65a2.5%202.5%200%200%200%20.205%202.6l5.73%207.898a2.5%202.5%200%200%200%204.048-2.937l-1.689-2.327c.122-.58.5-1.101%201.074-1.383l3.231-1.591l-3.23-1.59a2%202%200%200%201-1.118-1.795v-3.949a2%202%200%200%201%204%200v2.704l5.76%202.835a2%202%200%200%201%20.617%203.118l.021-.005l-1.253%201.727a2.5%202.5%200%201%200%204.047%202.936l5.73-7.898a2.5%202.5%200%200%200%20.206-2.6zM34%2028.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M24%2018a7%207%200%201%200%200-14a7%207%200%200%200%200%2014%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLactationNegative%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(%23healthiconsLactationNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm33.066%2021.368a2.5%202.5%200%200%200-2.634-1.335L17.18%2022.208a3.5%203.5%200%200%200-2.554%201.869L10.27%2032.65a2.5%202.5%200%200%200%20.205%202.6l5.73%207.898a2.5%202.5%200%200%200%204.048-2.937l-1.689-2.327c.122-.58.5-1.101%201.074-1.383l3.231-1.591l-3.23-1.59a2%202%200%200%201-1.118-1.795v-3.949a2%202%200%200%201%204%200v2.704l5.76%202.835a2%202%200%200%201%20.617%203.118l.021-.005l-1.253%201.727a2.5%202.5%200%201%200%204.047%202.936l5.73-7.898a2.5%202.5%200%200%200%20.206-2.6zM34%2028.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200M24%2018a7%207%200%201%200%200-14a7%207%200%200%200%200%2014%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLactationNegative%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/lactation-negative.svg?color=%231a73e8&size=48