lactation icon
lactation-24px from Health Icons by Resolve to Save Lives · Filled 24px · Symbols · MIT Free for personal and commercial use.
- Name
- lactation-24px
- Set
- Health Icons
- Style
- Filled 24px
- Category
- Symbols
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12.314 8.86c1.511 1.693 2.96 3.317 3.482 4.64H16a1 1 0 1 1 0 2h-.274c-.187.49-.421.98-.728 1.437c-.778.917-1.875 1.656-3.165 1.894c-1.36.25-3.027-.039-4.883-1.431l-.9 1.2c.658.493 1.31.876 1.95 1.16V22H4V2h3.98c0 2.005 2.227 4.5 4.334 6.86m5.052 7.606c-.185.264-.366.603-.366.913c0 .398.336.721.75.721s.75-.323.75-.721c0-.31-.181-.649-.366-.913c-.19-.273-.384-.466-.384-.466s-.194.193-.384.466m.744 2.811c-.308.44-.61 1.004-.61 1.521c0 .664.56 1.202 1.25 1.202S20 21.462 20 20.798c0-.517-.302-1.081-.61-1.521c-.317-.455-.64-.777-.64-.777s-.323.322-.64.777"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLactation24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.314 8.86c1.511 1.693 2.96 3.317 3.482 4.64H16a1 1 0 1 1 0 2h-.274c-.187.49-.421.98-.728 1.437c-.778.917-1.875 1.656-3.165 1.894c-1.36.25-3.027-.039-4.883-1.431l-.9 1.2c.658.493 1.31.876 1.95 1.16V22H4V2h3.98c0 2.005 2.227 4.5 4.334 6.86m5.052 7.606c-.185.264-.366.603-.366.913c0 .398.336.721.75.721s.75-.323.75-.721c0-.31-.181-.649-.366-.913c-.19-.273-.384-.466-.384-.466s-.194.193-.384.466m.744 2.811c-.308.44-.61 1.004-.61 1.521c0 .664.56 1.202 1.25 1.202S20 21.462 20 20.798c0-.517-.302-1.081-.61-1.521c-.317-.455-.64-.777-.64-.777s-.323.322-.64.777"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.314 8.86c1.511 1.693 2.96 3.317 3.482 4.64H16a1 1 0 1 1 0 2h-.274c-.187.49-.421.98-.728 1.437c-.778.917-1.875 1.656-3.165 1.894c-1.36.25-3.027-.039-4.883-1.431l-.9 1.2c.658.493 1.31.876 1.95 1.16V22H4V2h3.98c0 2.005 2.227 4.5 4.334 6.86m5.052 7.606c-.185.264-.366.603-.366.913c0 .398.336.721.75.721s.75-.323.75-.721c0-.31-.181-.649-.366-.913c-.19-.273-.384-.466-.384-.466s-.194.193-.384.466m.744 2.811c-.308.44-.61 1.004-.61 1.521c0 .664.56 1.202 1.25 1.202S20 21.462 20 20.798c0-.517-.302-1.081-.61-1.521c-.317-.455-.64-.777-.64-.777s-.323.322-.64.777"/></svg> </template>
CSS
.icon-lactation-24px {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.314%208.86c1.511%201.693%202.96%203.317%203.482%204.64H16a1%201%200%201%201%200%202h-.274c-.187.49-.421.98-.728%201.437c-.778.917-1.875%201.656-3.165%201.894c-1.36.25-3.027-.039-4.883-1.431l-.9%201.2c.658.493%201.31.876%201.95%201.16V22H4V2h3.98c0%202.005%202.227%204.5%204.334%206.86m5.052%207.606c-.185.264-.366.603-.366.913c0%20.398.336.721.75.721s.75-.323.75-.721c0-.31-.181-.649-.366-.913c-.19-.273-.384-.466-.384-.466s-.194.193-.384.466m.744%202.811c-.308.44-.61%201.004-.61%201.521c0%20.664.56%201.202%201.25%201.202S20%2021.462%2020%2020.798c0-.517-.302-1.081-.61-1.521c-.317-.455-.64-.777-.64-.777s-.323.322-.64.777%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.314%208.86c1.511%201.693%202.96%203.317%203.482%204.64H16a1%201%200%201%201%200%202h-.274c-.187.49-.421.98-.728%201.437c-.778.917-1.875%201.656-3.165%201.894c-1.36.25-3.027-.039-4.883-1.431l-.9%201.2c.658.493%201.31.876%201.95%201.16V22H4V2h3.98c0%202.005%202.227%204.5%204.334%206.86m5.052%207.606c-.185.264-.366.603-.366.913c0%20.398.336.721.75.721s.75-.323.75-.721c0-.31-.181-.649-.366-.913c-.19-.273-.384-.466-.384-.466s-.194.193-.384.466m.744%202.811c-.308.44-.61%201.004-.61%201.521c0%20.664.56%201.202%201.25%201.202S20%2021.462%2020%2020.798c0-.517-.302-1.081-.61-1.521c-.317-.455-.64-.777-.64-.777s-.323.322-.64.777%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/lactation-24px.svg?color=%231a73e8&size=48