child icon
child from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- child
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the child icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M3.5 11a1.5 1.5 0 0 1 0-3h.752a8.003 8.003 0 0 1 15.496 0H20a1.5 1.5 0 0 1 0 3h-.062a8.001 8.001 0 0 1-15.876 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 8H6a6 6 0 0 0 6-6m7.5 6H18a6 6 0 0 1-6-6"/><path stroke-linecap="round" d="M18 22c0-1.792-.786-3.4-2.031-4.5M6 22c0-1.792.786-3.4 2.031-4.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.375 11H8.25m7.375 0h.125M8.5 11a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m7 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0"/><path stroke-linejoin="round" d="M12 15a1 1 0 0 0 1-1h-2a1 1 0 0 0 1 1Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsChild(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinejoin="round" d="M3.5 11a1.5 1.5 0 0 1 0-3h.752a8.003 8.003 0 0 1 15.496 0H20a1.5 1.5 0 0 1 0 3h-.062a8.001 8.001 0 0 1-15.876 0z"/><path strokeLinecap="round" strokeLinejoin="round" d="M4.5 8H6a6 6 0 0 0 6-6m7.5 6H18a6 6 0 0 1-6-6"/><path strokeLinecap="round" d="M18 22c0-1.792-.786-3.4-2.031-4.5M6 22c0-1.792.786-3.4 2.031-4.5"/><path strokeLinecap="round" strokeLinejoin="round" d="M8.375 11H8.25m7.375 0h.125M8.5 11a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m7 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0"/><path strokeLinejoin="round" d="M12 15a1 1 0 0 0 1-1h-2a1 1 0 0 0 1 1Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linejoin="round" d="M3.5 11a1.5 1.5 0 0 1 0-3h.752a8.003 8.003 0 0 1 15.496 0H20a1.5 1.5 0 0 1 0 3h-.062a8.001 8.001 0 0 1-15.876 0z"/><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 8H6a6 6 0 0 0 6-6m7.5 6H18a6 6 0 0 1-6-6"/><path stroke-linecap="round" d="M18 22c0-1.792-.786-3.4-2.031-4.5M6 22c0-1.792.786-3.4 2.031-4.5"/><path stroke-linecap="round" stroke-linejoin="round" d="M8.375 11H8.25m7.375 0h.125M8.5 11a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m7 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0"/><path stroke-linejoin="round" d="M12 15a1 1 0 0 0 1-1h-2a1 1 0 0 0 1 1Z"/></g></svg> </template>
CSS
.icon-child {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2011a1.5%201.5%200%200%201%200-3h.752a8.003%208.003%200%200%201%2015.496%200H20a1.5%201.5%200%200%201%200%203h-.062a8.001%208.001%200%200%201-15.876%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%208H6a6%206%200%200%200%206-6m7.5%206H18a6%206%200%200%201-6-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2022c0-1.792-.786-3.4-2.031-4.5M6%2022c0-1.792.786-3.4%202.031-4.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.375%2011H8.25m7.375%200h.125M8.5%2011a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m7%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015a1%201%200%200%200%201-1h-2a1%201%200%200%200%201%201Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3.5%2011a1.5%201.5%200%200%201%200-3h.752a8.003%208.003%200%200%201%2015.496%200H20a1.5%201.5%200%200%201%200%203h-.062a8.001%208.001%200%200%201-15.876%200z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M4.5%208H6a6%206%200%200%200%206-6m7.5%206H18a6%206%200%200%201-6-6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M18%2022c0-1.792-.786-3.4-2.031-4.5M6%2022c0-1.792.786-3.4%202.031-4.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8.375%2011H8.25m7.375%200h.125M8.5%2011a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m7%200a.25.25%200%201%200%20.5%200a.25.25%200%200%200-.5%200%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2015a1%201%200%200%200%201-1h-2a1%201%200%200%200%201%201Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/child.svg?color=%231a73e8&size=48