child care negative icon
child-care-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- child-care-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the child care negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsChildCareNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM7 29a1 1 0 0 0-1 1v10.996a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V30.001a1 1 0 0 0-1-1zm13.915.189s-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-.532zm-.178-8.72a2.643 2.643 0 0 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.524zm12.004-5.47a4.5 4.5 0 1 0 0-8.999a4.5 4.5 0 0 0 0 8.998m1.89 3.658a2.667 2.667 0 0 1 .005 5.334l-3.138.004q-.02 0-.039-.004l-.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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChildCareNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsChildCareNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsChildCareNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM7 29a1 1 0 0 0-1 1v10.996a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V30.001a1 1 0 0 0-1-1zm13.915.189s-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-.532zm-.178-8.72a2.643 2.643 0 0 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.524zm12.004-5.47a4.5 4.5 0 1 0 0-8.999a4.5 4.5 0 0 0 0 8.998m1.89 3.658a2.667 2.667 0 0 1 .005 5.334l-3.138.004q-.02 0-.039-.004l-.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" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChildCareNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsChildCareNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM7 29a1 1 0 0 0-1 1v10.996a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V30.001a1 1 0 0 0-1-1zm13.915.189s-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-.532zm-.178-8.72a2.643 2.643 0 0 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.524zm12.004-5.47a4.5 4.5 0 1 0 0-8.999a4.5 4.5 0 0 0 0 8.998m1.89 3.658a2.667 2.667 0 0 1 .005 5.334l-3.138.004q-.02 0-.039-.004l-.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" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChildCareNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-child-care-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsChildCareNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM7%2029a1%201%200%200%200-1%201v10.996a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V30.001a1%201%200%200%200-1-1zm13.915.189s-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-.532zm-.178-8.72a2.643%202.643%200%200%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.524zm12.004-5.47a4.5%204.5%200%201%200%200-8.999a4.5%204.5%200%200%200%200%208.998m1.89%203.658a2.667%202.667%200%200%201%20.005%205.334l-3.138.004q-.02%200-.039-.004l-.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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChildCareNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsChildCareNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM7%2029a1%201%200%200%200-1%201v10.996a1%201%200%200%200%201%201h3a1%201%200%200%200%201-1V30.001a1%201%200%200%200-1-1zm13.915.189s-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-.532zm-.178-8.72a2.643%202.643%200%200%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.524zm12.004-5.47a4.5%204.5%200%201%200%200-8.999a4.5%204.5%200%200%200%200%208.998m1.89%203.658a2.667%202.667%200%200%201%20.005%205.334l-3.138.004q-.02%200-.039-.004l-.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%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChildCareNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/child-care-negative.svg?color=%231a73e8&size=48