child care icon
child-care from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- child-care
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-workercpr
Use the child care icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.74 14.998a4.5 4.5 0 1 0 0-8.998a4.5 4.5 0 0 0 0 8.998m-12.003 5.471a2.643 2.643 0 1 0-3.75-3.728l-1.96 1.972H12.44a2.643 2.643 0 0 0 0 5.287h2.76a5 5 0 0 0 3.595-1.524zm.178 8.72s-2.278-.425-3.21 0c-.694.316-3.38 1.28-4.705 1.752v8.86c.767-.044 2.293-.125 2.945-.099c1.943.079 3.394.54 4.861 1.006c1.369.435 2.752.875 4.56 1.012c.456.034.898.079 1.327.122c1.55.156 2.922.294 4.058-.122c1.45-.531 9.732-4.566 10.767-5.628s.518-3.93-2.692-3.399c-1.583.262-3.42 1.016-5.084 1.699c-1.71.701-3.239 1.329-4.13 1.275c-1.76-.106-6.42-.956-6.42-.956l5.35.065s.756.04 1.794-.702c1.04-.742 1.968-2.867.415-2.867s-3.21-.532-3.21-.532zM6 30a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v10.996a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm28.632-11.343a2.667 2.667 0 0 1 .004 5.334l-3.137.004q-.02 0-.04-.004q-.018-.003-.038-.003a2.3 2.3 0 0 1-1.703-.694l-.721-.722a4.65 4.65 0 0 1-3.342 1.423h-3.083l-.468-9.351h4.958a4 4 0 0 1 2.857 1.2l2.756 2.813z"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChildCare(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="M32.74 14.998a4.5 4.5 0 1 0 0-8.998a4.5 4.5 0 0 0 0 8.998m-12.003 5.471a2.643 2.643 0 1 0-3.75-3.728l-1.96 1.972H12.44a2.643 2.643 0 0 0 0 5.287h2.76a5 5 0 0 0 3.595-1.524zm.178 8.72s-2.278-.425-3.21 0c-.694.316-3.38 1.28-4.705 1.752v8.86c.767-.044 2.293-.125 2.945-.099c1.943.079 3.394.54 4.861 1.006c1.369.435 2.752.875 4.56 1.012c.456.034.898.079 1.327.122c1.55.156 2.922.294 4.058-.122c1.45-.531 9.732-4.566 10.767-5.628s.518-3.93-2.692-3.399c-1.583.262-3.42 1.016-5.084 1.699c-1.71.701-3.239 1.329-4.13 1.275c-1.76-.106-6.42-.956-6.42-.956l5.35.065s.756.04 1.794-.702c1.04-.742 1.968-2.867.415-2.867s-3.21-.532-3.21-.532zM6 30a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v10.996a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm28.632-11.343a2.667 2.667 0 0 1 .004 5.334l-3.137.004q-.02 0-.04-.004q-.018-.003-.038-.003a2.3 2.3 0 0 1-1.703-.694l-.721-.722a4.65 4.65 0 0 1-3.342 1.423h-3.083l-.468-9.351h4.958a4 4 0 0 1 2.857 1.2l2.756 2.813z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M32.74 14.998a4.5 4.5 0 1 0 0-8.998a4.5 4.5 0 0 0 0 8.998m-12.003 5.471a2.643 2.643 0 1 0-3.75-3.728l-1.96 1.972H12.44a2.643 2.643 0 0 0 0 5.287h2.76a5 5 0 0 0 3.595-1.524zm.178 8.72s-2.278-.425-3.21 0c-.694.316-3.38 1.28-4.705 1.752v8.86c.767-.044 2.293-.125 2.945-.099c1.943.079 3.394.54 4.861 1.006c1.369.435 2.752.875 4.56 1.012c.456.034.898.079 1.327.122c1.55.156 2.922.294 4.058-.122c1.45-.531 9.732-4.566 10.767-5.628s.518-3.93-2.692-3.399c-1.583.262-3.42 1.016-5.084 1.699c-1.71.701-3.239 1.329-4.13 1.275c-1.76-.106-6.42-.956-6.42-.956l5.35.065s.756.04 1.794-.702c1.04-.742 1.968-2.867.415-2.867s-3.21-.532-3.21-.532zM6 30a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v10.996a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm28.632-11.343a2.667 2.667 0 0 1 .004 5.334l-3.137.004q-.02 0-.04-.004q-.018-.003-.038-.003a2.3 2.3 0 0 1-1.703-.694l-.721-.722a4.65 4.65 0 0 1-3.342 1.423h-3.083l-.468-9.351h4.958a4 4 0 0 1 2.857 1.2l2.756 2.813z"/></svg> </template>
CSS
.icon-child-care {
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%22M32.74%2014.998a4.5%204.5%200%201%200%200-8.998a4.5%204.5%200%200%200%200%208.998m-12.003%205.471a2.643%202.643%200%201%200-3.75-3.728l-1.96%201.972H12.44a2.643%202.643%200%200%200%200%205.287h2.76a5%205%200%200%200%203.595-1.524zm.178%208.72s-2.278-.425-3.21%200c-.694.316-3.38%201.28-4.705%201.752v8.86c.767-.044%202.293-.125%202.945-.099c1.943.079%203.394.54%204.861%201.006c1.369.435%202.752.875%204.56%201.012c.456.034.898.079%201.327.122c1.55.156%202.922.294%204.058-.122c1.45-.531%209.732-4.566%2010.767-5.628s.518-3.93-2.692-3.399c-1.583.262-3.42%201.016-5.084%201.699c-1.71.701-3.239%201.329-4.13%201.275c-1.76-.106-6.42-.956-6.42-.956l5.35.065s.756.04%201.794-.702c1.04-.742%201.968-2.867.415-2.867s-3.21-.532-3.21-.532zM6%2030a1%201%200%200%201%201-1h3a1%201%200%200%201%201%201v10.996a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm28.632-11.343a2.667%202.667%200%200%201%20.004%205.334l-3.137.004q-.02%200-.04-.004q-.018-.003-.038-.003a2.3%202.3%200%200%201-1.703-.694l-.721-.722a4.65%204.65%200%200%201-3.342%201.423h-3.083l-.468-9.351h4.958a4%204%200%200%201%202.857%201.2l2.756%202.813z%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%22M32.74%2014.998a4.5%204.5%200%201%200%200-8.998a4.5%204.5%200%200%200%200%208.998m-12.003%205.471a2.643%202.643%200%201%200-3.75-3.728l-1.96%201.972H12.44a2.643%202.643%200%200%200%200%205.287h2.76a5%205%200%200%200%203.595-1.524zm.178%208.72s-2.278-.425-3.21%200c-.694.316-3.38%201.28-4.705%201.752v8.86c.767-.044%202.293-.125%202.945-.099c1.943.079%203.394.54%204.861%201.006c1.369.435%202.752.875%204.56%201.012c.456.034.898.079%201.327.122c1.55.156%202.922.294%204.058-.122c1.45-.531%209.732-4.566%2010.767-5.628s.518-3.93-2.692-3.399c-1.583.262-3.42%201.016-5.084%201.699c-1.71.701-3.239%201.329-4.13%201.275c-1.76-.106-6.42-.956-6.42-.956l5.35.065s.756.04%201.794-.702c1.04-.742%201.968-2.867.415-2.867s-3.21-.532-3.21-.532zM6%2030a1%201%200%200%201%201-1h3a1%201%200%200%201%201%201v10.996a1%201%200%200%201-1%201H7a1%201%200%200%201-1-1zm28.632-11.343a2.667%202.667%200%200%201%20.004%205.334l-3.137.004q-.02%200-.04-.004q-.018-.003-.038-.003a2.3%202.3%200%200%201-1.703-.694l-.721-.722a4.65%204.65%200%200%201-3.342%201.423h-3.083l-.468-9.351h4.958a4%204%200%200%201%202.857%201.2l2.756%202.813z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/child-care.svg?color=%231a73e8&size=48