lactation icon
lactation-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- lactation-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- lactation2x-outline
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="M15.152 7.006c-.5-1.012-.845-2.04-.845-3.006h2c0 .52.196 1.224.639 2.122c.435.885 1.07 1.88 1.853 2.964c1.347 1.864 3.068 3.904 4.838 6.002l.884 1.05c2.051 2.44 4.097 4.934 5.516 7.196c.71 1.132 1.288 2.245 1.628 3.297q.06.185.11.369H32a2 2 0 1 1 0 4h-.67c-1.362 2.79-4.285 5.316-7.395 6.739c-1.872.857-3.966 1.376-5.935 1.238V44h-2v-5.42a6.7 6.7 0 0 1-2.729-1.767l1.457-1.37c1.882 2 5.093 1.98 8.375.477c3.257-1.49 6.037-4.22 6.813-6.757c.14-.455.116-1.08-.154-1.917c-.269-.832-.754-1.788-1.42-2.85c-1.333-2.126-3.29-4.517-5.352-6.97l-.874-1.038c-1.765-2.093-3.543-4.2-4.938-6.131c-.815-1.128-1.52-2.225-2.027-3.25m19.068 31.547c-.615.88-1.219 2.008-1.219 3.042C33 42.924 34.12 44 35.5 44s2.5-1.076 2.5-2.404c0-1.034-.604-2.162-1.218-3.042A13 13 0 0 0 35.5 37s-.646.644-1.282 1.554M32 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.442"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLactationOutline(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="M15.152 7.006c-.5-1.012-.845-2.04-.845-3.006h2c0 .52.196 1.224.639 2.122c.435.885 1.07 1.88 1.853 2.964c1.347 1.864 3.068 3.904 4.838 6.002l.884 1.05c2.051 2.44 4.097 4.934 5.516 7.196c.71 1.132 1.288 2.245 1.628 3.297q.06.185.11.369H32a2 2 0 1 1 0 4h-.67c-1.362 2.79-4.285 5.316-7.395 6.739c-1.872.857-3.966 1.376-5.935 1.238V44h-2v-5.42a6.7 6.7 0 0 1-2.729-1.767l1.457-1.37c1.882 2 5.093 1.98 8.375.477c3.257-1.49 6.037-4.22 6.813-6.757c.14-.455.116-1.08-.154-1.917c-.269-.832-.754-1.788-1.42-2.85c-1.333-2.126-3.29-4.517-5.352-6.97l-.874-1.038c-1.765-2.093-3.543-4.2-4.938-6.131c-.815-1.128-1.52-2.225-2.027-3.25m19.068 31.547c-.615.88-1.219 2.008-1.219 3.042C33 42.924 34.12 44 35.5 44s2.5-1.076 2.5-2.404c0-1.034-.604-2.162-1.218-3.042A13 13 0 0 0 35.5 37s-.646.644-1.282 1.554M32 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.442"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.152 7.006c-.5-1.012-.845-2.04-.845-3.006h2c0 .52.196 1.224.639 2.122c.435.885 1.07 1.88 1.853 2.964c1.347 1.864 3.068 3.904 4.838 6.002l.884 1.05c2.051 2.44 4.097 4.934 5.516 7.196c.71 1.132 1.288 2.245 1.628 3.297q.06.185.11.369H32a2 2 0 1 1 0 4h-.67c-1.362 2.79-4.285 5.316-7.395 6.739c-1.872.857-3.966 1.376-5.935 1.238V44h-2v-5.42a6.7 6.7 0 0 1-2.729-1.767l1.457-1.37c1.882 2 5.093 1.98 8.375.477c3.257-1.49 6.037-4.22 6.813-6.757c.14-.455.116-1.08-.154-1.917c-.269-.832-.754-1.788-1.42-2.85c-1.333-2.126-3.29-4.517-5.352-6.97l-.874-1.038c-1.765-2.093-3.543-4.2-4.938-6.131c-.815-1.128-1.52-2.225-2.027-3.25m19.068 31.547c-.615.88-1.219 2.008-1.219 3.042C33 42.924 34.12 44 35.5 44s2.5-1.076 2.5-2.404c0-1.034-.604-2.162-1.218-3.042A13 13 0 0 0 35.5 37s-.646.644-1.282 1.554M32 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.442"/></svg> </template>
CSS
.icon-lactation-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.152%207.006c-.5-1.012-.845-2.04-.845-3.006h2c0%20.52.196%201.224.639%202.122c.435.885%201.07%201.88%201.853%202.964c1.347%201.864%203.068%203.904%204.838%206.002l.884%201.05c2.051%202.44%204.097%204.934%205.516%207.196c.71%201.132%201.288%202.245%201.628%203.297q.06.185.11.369H32a2%202%200%201%201%200%204h-.67c-1.362%202.79-4.285%205.316-7.395%206.739c-1.872.857-3.966%201.376-5.935%201.238V44h-2v-5.42a6.7%206.7%200%200%201-2.729-1.767l1.457-1.37c1.882%202%205.093%201.98%208.375.477c3.257-1.49%206.037-4.22%206.813-6.757c.14-.455.116-1.08-.154-1.917c-.269-.832-.754-1.788-1.42-2.85c-1.333-2.126-3.29-4.517-5.352-6.97l-.874-1.038c-1.765-2.093-3.543-4.2-4.938-6.131c-.815-1.128-1.52-2.225-2.027-3.25m19.068%2031.547c-.615.88-1.219%202.008-1.219%203.042C33%2042.924%2034.12%2044%2035.5%2044s2.5-1.076%202.5-2.404c0-1.034-.604-2.162-1.218-3.042A13%2013%200%200%200%2035.5%2037s-.646.644-1.282%201.554M32%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.442%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%22M15.152%207.006c-.5-1.012-.845-2.04-.845-3.006h2c0%20.52.196%201.224.639%202.122c.435.885%201.07%201.88%201.853%202.964c1.347%201.864%203.068%203.904%204.838%206.002l.884%201.05c2.051%202.44%204.097%204.934%205.516%207.196c.71%201.132%201.288%202.245%201.628%203.297q.06.185.11.369H32a2%202%200%201%201%200%204h-.67c-1.362%202.79-4.285%205.316-7.395%206.739c-1.872.857-3.966%201.376-5.935%201.238V44h-2v-5.42a6.7%206.7%200%200%201-2.729-1.767l1.457-1.37c1.882%202%205.093%201.98%208.375.477c3.257-1.49%206.037-4.22%206.813-6.757c.14-.455.116-1.08-.154-1.917c-.269-.832-.754-1.788-1.42-2.85c-1.333-2.126-3.29-4.517-5.352-6.97l-.874-1.038c-1.765-2.093-3.543-4.2-4.938-6.131c-.815-1.128-1.52-2.225-2.027-3.25m19.068%2031.547c-.615.88-1.219%202.008-1.219%203.042C33%2042.924%2034.12%2044%2035.5%2044s2.5-1.076%202.5-2.404c0-1.034-.604-2.162-1.218-3.042A13%2013%200%200%200%2035.5%2037s-.646.644-1.282%201.554M32%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.442%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/lactation-outline.svg?color=%231a73e8&size=48