nappy diaper icon
nappy-diaper-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Symbols · MIT Free for personal and commercial use.
- Name
- nappy-diaper-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Symbols
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health Icons
More symbols icons from Health Icons
Use the nappy diaper icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.053 5.274C2.053 4.57 2.623 4 3.327 4h17.346c.704 0 1.275.57 1.275 1.274v1.26h-2v-.535H4.053v.535h-2z"/><path fill-rule="evenodd" d="M2.053 9.532v.528C2.053 15.55 6.506 20 12 20s9.948-4.45 9.948-9.94v-.528h-2v.528q0 .492-.06.97a8.006 8.006 0 0 0-7.244 6.946a8 8 0 0 1-1.288 0a8.006 8.006 0 0 0-7.245-6.946a8 8 0 0 1-.058-.97v-.528zm7.18 7.975a6.01 6.01 0 0 0-4.565-4.378a7.97 7.97 0 0 0 4.566 4.378m5.534 0a7.97 7.97 0 0 0 4.565-4.378a6.01 6.01 0 0 0-4.565 4.378" clip-rule="evenodd"/><path d="M17 8.033a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M3 7.034a1 1 0 1 0 0 1.998h3a1 1 0 1 0 0-1.998z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsNappyDiaperOutline24px(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.053 5.274C2.053 4.57 2.623 4 3.327 4h17.346c.704 0 1.275.57 1.275 1.274v1.26h-2v-.535H4.053v.535h-2z"/><path fillRule="evenodd" d="M2.053 9.532v.528C2.053 15.55 6.506 20 12 20s9.948-4.45 9.948-9.94v-.528h-2v.528q0 .492-.06.97a8.006 8.006 0 0 0-7.244 6.946a8 8 0 0 1-1.288 0a8.006 8.006 0 0 0-7.245-6.946a8 8 0 0 1-.058-.97v-.528zm7.18 7.975a6.01 6.01 0 0 0-4.565-4.378a7.97 7.97 0 0 0 4.566 4.378m5.534 0a7.97 7.97 0 0 0 4.565-4.378a6.01 6.01 0 0 0-4.565 4.378" clipRule="evenodd"/><path d="M17 8.033a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M3 7.034a1 1 0 1 0 0 1.998h3a1 1 0 1 0 0-1.998z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.053 5.274C2.053 4.57 2.623 4 3.327 4h17.346c.704 0 1.275.57 1.275 1.274v1.26h-2v-.535H4.053v.535h-2z"/><path fill-rule="evenodd" d="M2.053 9.532v.528C2.053 15.55 6.506 20 12 20s9.948-4.45 9.948-9.94v-.528h-2v.528q0 .492-.06.97a8.006 8.006 0 0 0-7.244 6.946a8 8 0 0 1-1.288 0a8.006 8.006 0 0 0-7.245-6.946a8 8 0 0 1-.058-.97v-.528zm7.18 7.975a6.01 6.01 0 0 0-4.565-4.378a7.97 7.97 0 0 0 4.566 4.378m5.534 0a7.97 7.97 0 0 0 4.565-4.378a6.01 6.01 0 0 0-4.565 4.378" clip-rule="evenodd"/><path d="M17 8.033a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M3 7.034a1 1 0 1 0 0 1.998h3a1 1 0 1 0 0-1.998z"/></g></svg> </template>
CSS
.icon-nappy-diaper-outline-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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.053%205.274C2.053%204.57%202.623%204%203.327%204h17.346c.704%200%201.275.57%201.275%201.274v1.26h-2v-.535H4.053v.535h-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.053%209.532v.528C2.053%2015.55%206.506%2020%2012%2020s9.948-4.45%209.948-9.94v-.528h-2v.528q0%20.492-.06.97a8.006%208.006%200%200%200-7.244%206.946a8%208%200%200%201-1.288%200a8.006%208.006%200%200%200-7.245-6.946a8%208%200%200%201-.058-.97v-.528zm7.18%207.975a6.01%206.01%200%200%200-4.565-4.378a7.97%207.97%200%200%200%204.566%204.378m5.534%200a7.97%207.97%200%200%200%204.565-4.378a6.01%206.01%200%200%200-4.565%204.378%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%208.033a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202h-3a1%201%200%200%201-1-1M3%207.034a1%201%200%201%200%200%201.998h3a1%201%200%201%200%200-1.998z%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M2.053%205.274C2.053%204.57%202.623%204%203.327%204h17.346c.704%200%201.275.57%201.275%201.274v1.26h-2v-.535H4.053v.535h-2z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.053%209.532v.528C2.053%2015.55%206.506%2020%2012%2020s9.948-4.45%209.948-9.94v-.528h-2v.528q0%20.492-.06.97a8.006%208.006%200%200%200-7.244%206.946a8%208%200%200%201-1.288%200a8.006%208.006%200%200%200-7.245-6.946a8%208%200%200%201-.058-.97v-.528zm7.18%207.975a6.01%206.01%200%200%200-4.565-4.378a7.97%207.97%200%200%200%204.566%204.378m5.534%200a7.97%207.97%200%200%200%204.565-4.378a6.01%206.01%200%200%200-4.565%204.378%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M17%208.033a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202h-3a1%201%200%200%201-1-1M3%207.034a1%201%200%201%200%200%201.998h3a1%201%200%201%200%200-1.998z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/nappy-diaper-outline-24px.svg?color=%231a73e8&size=48