child dress icon
child-dress from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- child-dress
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 320×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 Solid
Use the child dress icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M224 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0M88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4l28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9c-3.4 10.4 4.3 21.1 15.2 21.1z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidChildDress(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M224 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0M88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4l28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9c-3.4 10.4 4.3 21.1 15.2 21.1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M224 64a64 64 0 1 0-128 0a64 64 0 1 0 128 0M88 400v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h16v80c0 17.7 14.3 32 32 32s32-14.3 32-32v-80h17.8c10.9 0 18.6-10.7 15.2-21.1l-31.1-93.4l28.6 37.8c10.7 14.1 30.8 16.8 44.8 6.2s16.8-30.7 6.2-44.8L254.6 207c-22.4-29.6-57.5-47-94.6-47s-72.2 17.4-94.6 47L6.5 284.7c-10.7 14.1-7.9 34.2 6.2 44.8s34.2 7.9 44.8-6.2l28.7-37.8L55 378.9c-3.4 10.4 4.3 21.1 15.2 21.1z"/></svg> </template>
CSS
.icon-child-dress {
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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2064a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200M88%20400v80c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-80h16v80c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-80h17.8c10.9%200%2018.6-10.7%2015.2-21.1l-31.1-93.4l28.6%2037.8c10.7%2014.1%2030.8%2016.8%2044.8%206.2s16.8-30.7%206.2-44.8L254.6%20207c-22.4-29.6-57.5-47-94.6-47s-72.2%2017.4-94.6%2047L6.5%20284.7c-10.7%2014.1-7.9%2034.2%206.2%2044.8s34.2%207.9%2044.8-6.2l28.7-37.8L55%20378.9c-3.4%2010.4%204.3%2021.1%2015.2%2021.1z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2064a64%2064%200%201%200-128%200a64%2064%200%201%200%20128%200M88%20400v80c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-80h16v80c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-80h17.8c10.9%200%2018.6-10.7%2015.2-21.1l-31.1-93.4l28.6%2037.8c10.7%2014.1%2030.8%2016.8%2044.8%206.2s16.8-30.7%206.2-44.8L254.6%20207c-22.4-29.6-57.5-47-94.6-47s-72.2%2017.4-94.6%2047L6.5%20284.7c-10.7%2014.1-7.9%2034.2%206.2%2044.8s34.2%207.9%2044.8-6.2l28.7-37.8L55%20378.9c-3.4%2010.4%204.3%2021.1%2015.2%2021.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/child-dress.svg?color=%231a73e8&size=48