lactation icon
lactation from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- lactation
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the lactation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.629 27c-1.114-3.104-4.557-7.148-7.933-11.113C19.782 11.29 15.958 6.799 15.958 4H10v40h8v-4.815a22 22 0 0 1-3.423-1.279l.846-1.812c3.088 1.441 5.751 1.879 8.016 1.617c2.247-.824 4.407-2.284 6.013-4.006c.056-.072.171-.2.288-.33c.121-.134.243-.27.302-.345c.534-.654.986-1.337 1.332-2.03H32a2 2 0 1 0 0-4zM32 34.758c0-.62.362-1.298.731-1.826c.381-.546.769-.932.769-.932s.388.386.769.932c.369.528.731 1.205.731 1.826c0 .796-.672 1.442-1.5 1.442s-1.5-.646-1.5-1.442m1 6.838c0-1.034.604-2.162 1.218-3.042A13 13 0 0 1 35.5 37s.646.644 1.282 1.554c.614.88 1.218 2.008 1.218 3.042C38 42.924 36.88 44 35.5 44S33 42.924 33 41.596"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLactation(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" d="M31.629 27c-1.114-3.104-4.557-7.148-7.933-11.113C19.782 11.29 15.958 6.799 15.958 4H10v40h8v-4.815a22 22 0 0 1-3.423-1.279l.846-1.812c3.088 1.441 5.751 1.879 8.016 1.617c2.247-.824 4.407-2.284 6.013-4.006c.056-.072.171-.2.288-.33c.121-.134.243-.27.302-.345c.534-.654.986-1.337 1.332-2.03H32a2 2 0 1 0 0-4zM32 34.758c0-.62.362-1.298.731-1.826c.381-.546.769-.932.769-.932s.388.386.769.932c.369.528.731 1.205.731 1.826c0 .796-.672 1.442-1.5 1.442s-1.5-.646-1.5-1.442m1 6.838c0-1.034.604-2.162 1.218-3.042A13 13 0 0 1 35.5 37s.646.644 1.282 1.554c.614.88 1.218 2.008 1.218 3.042C38 42.924 36.88 44 35.5 44S33 42.924 33 41.596"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M31.629 27c-1.114-3.104-4.557-7.148-7.933-11.113C19.782 11.29 15.958 6.799 15.958 4H10v40h8v-4.815a22 22 0 0 1-3.423-1.279l.846-1.812c3.088 1.441 5.751 1.879 8.016 1.617c2.247-.824 4.407-2.284 6.013-4.006c.056-.072.171-.2.288-.33c.121-.134.243-.27.302-.345c.534-.654.986-1.337 1.332-2.03H32a2 2 0 1 0 0-4zM32 34.758c0-.62.362-1.298.731-1.826c.381-.546.769-.932.769-.932s.388.386.769.932c.369.528.731 1.205.731 1.826c0 .796-.672 1.442-1.5 1.442s-1.5-.646-1.5-1.442m1 6.838c0-1.034.604-2.162 1.218-3.042A13 13 0 0 1 35.5 37s.646.644 1.282 1.554c.614.88 1.218 2.008 1.218 3.042C38 42.924 36.88 44 35.5 44S33 42.924 33 41.596"/></svg> </template>
CSS
.icon-lactation {
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%20d%3D%22M31.629%2027c-1.114-3.104-4.557-7.148-7.933-11.113C19.782%2011.29%2015.958%206.799%2015.958%204H10v40h8v-4.815a22%2022%200%200%201-3.423-1.279l.846-1.812c3.088%201.441%205.751%201.879%208.016%201.617c2.247-.824%204.407-2.284%206.013-4.006c.056-.072.171-.2.288-.33c.121-.134.243-.27.302-.345c.534-.654.986-1.337%201.332-2.03H32a2%202%200%201%200%200-4zM32%2034.758c0-.62.362-1.298.731-1.826c.381-.546.769-.932.769-.932s.388.386.769.932c.369.528.731%201.205.731%201.826c0%20.796-.672%201.442-1.5%201.442s-1.5-.646-1.5-1.442m1%206.838c0-1.034.604-2.162%201.218-3.042A13%2013%200%200%201%2035.5%2037s.646.644%201.282%201.554c.614.88%201.218%202.008%201.218%203.042C38%2042.924%2036.88%2044%2035.5%2044S33%2042.924%2033%2041.596%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%20d%3D%22M31.629%2027c-1.114-3.104-4.557-7.148-7.933-11.113C19.782%2011.29%2015.958%206.799%2015.958%204H10v40h8v-4.815a22%2022%200%200%201-3.423-1.279l.846-1.812c3.088%201.441%205.751%201.879%208.016%201.617c2.247-.824%204.407-2.284%206.013-4.006c.056-.072.171-.2.288-.33c.121-.134.243-.27.302-.345c.534-.654.986-1.337%201.332-2.03H32a2%202%200%201%200%200-4zM32%2034.758c0-.62.362-1.298.731-1.826c.381-.546.769-.932.769-.932s.388.386.769.932c.369.528.731%201.205.731%201.826c0%20.796-.672%201.442-1.5%201.442s-1.5-.646-1.5-1.442m1%206.838c0-1.034.604-2.162%201.218-3.042A13%2013%200%200%201%2035.5%2037s.646.644%201.282%201.554c.614.88%201.218%202.008%201.218%203.042C38%2042.924%2036.88%2044%2035.5%2044S33%2042.924%2033%2041.596%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/lactation.svg?color=%231a73e8&size=48