child program negative icon

child-program-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
child-program-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the child program 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(#healthiconsChildProgramNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.067 17.467a3.734 3.734 0 1 0 0-7.467a3.734 3.734 0 0 0 0 7.467m-4.371 8.528a2 2 0 0 1-3.392-2.12L8 24.935l-1.696-1.06v-.001l.001-.002l.003-.003l.007-.011l.024-.038a20 20 0 0 1 .391-.593a25 25 0 0 1 1.022-1.4c.399-.504.889-1.073 1.407-1.535c.259-.231.571-.477.924-.675c.332-.186.851-.416 1.486-.416h4.996c.635 0 1.154.23 1.487.416c.352.198.665.444.923.675c.518.462 1.009 1.031 1.407 1.536a25 25 0 0 1 1.413 1.992l.025.038l.007.01l.002.005l.001.001l-1.626 1.017l1.626-1.016a2 2 0 0 1-3.391 2.12l-.003-.004l-.016-.025l-.152-.235v2.484l.056.595l.667 7a2 2 0 0 1-3.97.473l-1-7l-.021-.14l-.02.14l-1 7a2 2 0 0 1-3.971-.473l.667-7L9.848 27h.019v-1.27l-.153.236l-.015.025zm24.37-8.528a3.733 3.733 0 1 0 0-7.467a3.733 3.733 0 0 0 0 7.467m-4.365 8.318a2 2 0 0 1-3.402-2.103l1.643 1.016L26.3 23.68l.001-.002l.002-.003l.008-.011l.023-.038l.085-.134a26 26 0 0 1 1.313-1.858c.394-.504.88-1.074 1.392-1.537c.257-.231.567-.479.918-.677c.33-.188.85-.421 1.488-.421h4.942c.638 0 1.158.233 1.489.42c.35.2.66.447.917.678c.513.463.998 1.033 1.392 1.537a25 25 0 0 1 1.398 1.991l.024.039l.007.01l.002.005l.001.001l-1.643 1.017l1.643-1.016a2 2 0 0 1-3.402 2.104v-.001l-.003-.004l-.015-.025a17 17 0 0 0-.32-.49l-.145-.212c.468 2.33 1.39 5.526 1.872 7.142a.99.99 0 0 1-.738 1.26c-3.537.737-6.013.718-9.854-.014a1 1 0 0 1-.76-1.28c.505-1.624 1.444-4.786 1.889-7.168a24 24 0 0 0-.506.762l-.015.025zM29.6 36.5v-1.348c1.162.147 2.261.238 3.343.274l-.395 1.465A1.5 1.5 0 0 1 29.6 36.5m6.052.39l-.397-1.469a38 38 0 0 0 3.345-.283V36.5a1.5 1.5 0 0 1-2.948.39" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChildProgramNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsChildProgramNegative(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(#healthiconsChildProgramNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM14.067 17.467a3.734 3.734 0 1 0 0-7.467a3.734 3.734 0 0 0 0 7.467m-4.371 8.528a2 2 0 0 1-3.392-2.12L8 24.935l-1.696-1.06v-.001l.001-.002l.003-.003l.007-.011l.024-.038a20 20 0 0 1 .391-.593a25 25 0 0 1 1.022-1.4c.399-.504.889-1.073 1.407-1.535c.259-.231.571-.477.924-.675c.332-.186.851-.416 1.486-.416h4.996c.635 0 1.154.23 1.487.416c.352.198.665.444.923.675c.518.462 1.009 1.031 1.407 1.536a25 25 0 0 1 1.413 1.992l.025.038l.007.01l.002.005l.001.001l-1.626 1.017l1.626-1.016a2 2 0 0 1-3.391 2.12l-.003-.004l-.016-.025l-.152-.235v2.484l.056.595l.667 7a2 2 0 0 1-3.97.473l-1-7l-.021-.14l-.02.14l-1 7a2 2 0 0 1-3.971-.473l.667-7L9.848 27h.019v-1.27l-.153.236l-.015.025zm24.37-8.528a3.733 3.733 0 1 0 0-7.467a3.733 3.733 0 0 0 0 7.467m-4.365 8.318a2 2 0 0 1-3.402-2.103l1.643 1.016L26.3 23.68l.001-.002l.002-.003l.008-.011l.023-.038l.085-.134a26 26 0 0 1 1.313-1.858c.394-.504.88-1.074 1.392-1.537c.257-.231.567-.479.918-.677c.33-.188.85-.421 1.488-.421h4.942c.638 0 1.158.233 1.489.42c.35.2.66.447.917.678c.513.463.998 1.033 1.392 1.537a25 25 0 0 1 1.398 1.991l.024.039l.007.01l.002.005l.001.001l-1.643 1.017l1.643-1.016a2 2 0 0 1-3.402 2.104v-.001l-.003-.004l-.015-.025a17 17 0 0 0-.32-.49l-.145-.212c.468 2.33 1.39 5.526 1.872 7.142a.99.99 0 0 1-.738 1.26c-3.537.737-6.013.718-9.854-.014a1 1 0 0 1-.76-1.28c.505-1.624 1.444-4.786 1.889-7.168a24 24 0 0 0-.506.762l-.015.025zM29.6 36.5v-1.348c1.162.147 2.261.238 3.343.274l-.395 1.465A1.5 1.5 0 0 1 29.6 36.5m6.052.39l-.397-1.469a38 38 0 0 0 3.345-.283V36.5a1.5 1.5 0 0 1-2.948.39" clipRule="evenodd"/></g><defs><clipPath id="healthiconsChildProgramNegative"><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(#healthiconsChildProgramNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM14.067 17.467a3.734 3.734 0 1 0 0-7.467a3.734 3.734 0 0 0 0 7.467m-4.371 8.528a2 2 0 0 1-3.392-2.12L8 24.935l-1.696-1.06v-.001l.001-.002l.003-.003l.007-.011l.024-.038a20 20 0 0 1 .391-.593a25 25 0 0 1 1.022-1.4c.399-.504.889-1.073 1.407-1.535c.259-.231.571-.477.924-.675c.332-.186.851-.416 1.486-.416h4.996c.635 0 1.154.23 1.487.416c.352.198.665.444.923.675c.518.462 1.009 1.031 1.407 1.536a25 25 0 0 1 1.413 1.992l.025.038l.007.01l.002.005l.001.001l-1.626 1.017l1.626-1.016a2 2 0 0 1-3.391 2.12l-.003-.004l-.016-.025l-.152-.235v2.484l.056.595l.667 7a2 2 0 0 1-3.97.473l-1-7l-.021-.14l-.02.14l-1 7a2 2 0 0 1-3.971-.473l.667-7L9.848 27h.019v-1.27l-.153.236l-.015.025zm24.37-8.528a3.733 3.733 0 1 0 0-7.467a3.733 3.733 0 0 0 0 7.467m-4.365 8.318a2 2 0 0 1-3.402-2.103l1.643 1.016L26.3 23.68l.001-.002l.002-.003l.008-.011l.023-.038l.085-.134a26 26 0 0 1 1.313-1.858c.394-.504.88-1.074 1.392-1.537c.257-.231.567-.479.918-.677c.33-.188.85-.421 1.488-.421h4.942c.638 0 1.158.233 1.489.42c.35.2.66.447.917.678c.513.463.998 1.033 1.392 1.537a25 25 0 0 1 1.398 1.991l.024.039l.007.01l.002.005l.001.001l-1.643 1.017l1.643-1.016a2 2 0 0 1-3.402 2.104v-.001l-.003-.004l-.015-.025a17 17 0 0 0-.32-.49l-.145-.212c.468 2.33 1.39 5.526 1.872 7.142a.99.99 0 0 1-.738 1.26c-3.537.737-6.013.718-9.854-.014a1 1 0 0 1-.76-1.28c.505-1.624 1.444-4.786 1.889-7.168a24 24 0 0 0-.506.762l-.015.025zM29.6 36.5v-1.348c1.162.147 2.261.238 3.343.274l-.395 1.465A1.5 1.5 0 0 1 29.6 36.5m6.052.39l-.397-1.469a38 38 0 0 0 3.345-.283V36.5a1.5 1.5 0 0 1-2.948.39" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsChildProgramNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-child-program-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(%23healthiconsChildProgramNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.067%2017.467a3.734%203.734%200%201%200%200-7.467a3.734%203.734%200%200%200%200%207.467m-4.371%208.528a2%202%200%200%201-3.392-2.12L8%2024.935l-1.696-1.06v-.001l.001-.002l.003-.003l.007-.011l.024-.038a20%2020%200%200%201%20.391-.593a25%2025%200%200%201%201.022-1.4c.399-.504.889-1.073%201.407-1.535c.259-.231.571-.477.924-.675c.332-.186.851-.416%201.486-.416h4.996c.635%200%201.154.23%201.487.416c.352.198.665.444.923.675c.518.462%201.009%201.031%201.407%201.536a25%2025%200%200%201%201.413%201.992l.025.038l.007.01l.002.005l.001.001l-1.626%201.017l1.626-1.016a2%202%200%200%201-3.391%202.12l-.003-.004l-.016-.025l-.152-.235v2.484l.056.595l.667%207a2%202%200%200%201-3.97.473l-1-7l-.021-.14l-.02.14l-1%207a2%202%200%200%201-3.971-.473l.667-7L9.848%2027h.019v-1.27l-.153.236l-.015.025zm24.37-8.528a3.733%203.733%200%201%200%200-7.467a3.733%203.733%200%200%200%200%207.467m-4.365%208.318a2%202%200%200%201-3.402-2.103l1.643%201.016L26.3%2023.68l.001-.002l.002-.003l.008-.011l.023-.038l.085-.134a26%2026%200%200%201%201.313-1.858c.394-.504.88-1.074%201.392-1.537c.257-.231.567-.479.918-.677c.33-.188.85-.421%201.488-.421h4.942c.638%200%201.158.233%201.489.42c.35.2.66.447.917.678c.513.463.998%201.033%201.392%201.537a25%2025%200%200%201%201.398%201.991l.024.039l.007.01l.002.005l.001.001l-1.643%201.017l1.643-1.016a2%202%200%200%201-3.402%202.104v-.001l-.003-.004l-.015-.025a17%2017%200%200%200-.32-.49l-.145-.212c.468%202.33%201.39%205.526%201.872%207.142a.99.99%200%200%201-.738%201.26c-3.537.737-6.013.718-9.854-.014a1%201%200%200%201-.76-1.28c.505-1.624%201.444-4.786%201.889-7.168a24%2024%200%200%200-.506.762l-.015.025zM29.6%2036.5v-1.348c1.162.147%202.261.238%203.343.274l-.395%201.465A1.5%201.5%200%200%201%2029.6%2036.5m6.052.39l-.397-1.469a38%2038%200%200%200%203.345-.283V36.5a1.5%201.5%200%200%201-2.948.39%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChildProgramNegative%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(%23healthiconsChildProgramNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM14.067%2017.467a3.734%203.734%200%201%200%200-7.467a3.734%203.734%200%200%200%200%207.467m-4.371%208.528a2%202%200%200%201-3.392-2.12L8%2024.935l-1.696-1.06v-.001l.001-.002l.003-.003l.007-.011l.024-.038a20%2020%200%200%201%20.391-.593a25%2025%200%200%201%201.022-1.4c.399-.504.889-1.073%201.407-1.535c.259-.231.571-.477.924-.675c.332-.186.851-.416%201.486-.416h4.996c.635%200%201.154.23%201.487.416c.352.198.665.444.923.675c.518.462%201.009%201.031%201.407%201.536a25%2025%200%200%201%201.413%201.992l.025.038l.007.01l.002.005l.001.001l-1.626%201.017l1.626-1.016a2%202%200%200%201-3.391%202.12l-.003-.004l-.016-.025l-.152-.235v2.484l.056.595l.667%207a2%202%200%200%201-3.97.473l-1-7l-.021-.14l-.02.14l-1%207a2%202%200%200%201-3.971-.473l.667-7L9.848%2027h.019v-1.27l-.153.236l-.015.025zm24.37-8.528a3.733%203.733%200%201%200%200-7.467a3.733%203.733%200%200%200%200%207.467m-4.365%208.318a2%202%200%200%201-3.402-2.103l1.643%201.016L26.3%2023.68l.001-.002l.002-.003l.008-.011l.023-.038l.085-.134a26%2026%200%200%201%201.313-1.858c.394-.504.88-1.074%201.392-1.537c.257-.231.567-.479.918-.677c.33-.188.85-.421%201.488-.421h4.942c.638%200%201.158.233%201.489.42c.35.2.66.447.917.678c.513.463.998%201.033%201.392%201.537a25%2025%200%200%201%201.398%201.991l.024.039l.007.01l.002.005l.001.001l-1.643%201.017l1.643-1.016a2%202%200%200%201-3.402%202.104v-.001l-.003-.004l-.015-.025a17%2017%200%200%200-.32-.49l-.145-.212c.468%202.33%201.39%205.526%201.872%207.142a.99.99%200%200%201-.738%201.26c-3.537.737-6.013.718-9.854-.014a1%201%200%200%201-.76-1.28c.505-1.624%201.444-4.786%201.889-7.168a24%2024%200%200%200-.506.762l-.015.025zM29.6%2036.5v-1.348c1.162.147%202.261.238%203.343.274l-.395%201.465A1.5%201.5%200%200%201%2029.6%2036.5m6.052.39l-.397-1.469a38%2038%200%200%200%203.345-.283V36.5a1.5%201.5%200%200%201-2.948.39%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsChildProgramNegative%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-program-negative.svg?color=%231a73e8&size=48