pediatrics negative icon

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

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

Use the pediatrics negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g fill="currentColor" clip-path="url(#healthiconsPediatricsNegative)"><path d="M23.778 18.556a4.278 4.278 0 1 0 0-8.556a4.278 4.278 0 0 0 0 8.555"/><path d="M32.036 22.432c-1.579.39-3.008.684-4.37.878v1.468H19.89V23.29c-1.357-.196-2.78-.484-4.347-.853a2 2 0 1 1 .917-3.894c2.968.7 5.172 1.039 7.326 1.047c2.15.008 4.346-.313 7.29-1.041a2 2 0 1 1 .96 3.883m-12.147 5.41v-1.509h7.778v1.51c0 .492-.444 1.757-1.805 2.363c-.156.07-.331.156-.488.235l-.093.045c-.194.096-.38.186-.57.267c-.395.167-.702.247-.933.247s-.539-.08-.933-.247a10 10 0 0 1-.57-.267l-.093-.046c-.157-.078-.332-.165-.488-.234c-1.361-.606-1.805-1.871-1.805-2.364m-.793 2.146c-1.207 1.05-1.871 2.372-1.871 4.115c0 .695.148 1.738.535 2.584c.396.865.927 1.313 1.599 1.313c.72 0 1.33-.552 1.33-1.262c0-.315-.133-.614-.345-1.058l-.014-.03c-.191-.4-.444-.931-.444-1.547c0-.675.334-1.39.724-1.97a2.7 2.7 0 0 1 .395-.467c-.92-.418-1.537-1.05-1.909-1.678m9.364 0c-.372.628-.99 1.26-1.909 1.678c.138.13.27.281.395.467c.389.58.723 1.295.723 1.97c0 .615-.253 1.146-.444 1.547l-.014.03c-.211.444-.345.742-.345 1.058c0 .71.61 1.261 1.33 1.261c.672 0 1.204-.447 1.6-1.313c.386-.845.535-1.889.535-2.584c0-1.743-.665-3.064-1.872-4.114"/><path fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPediatricsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPediatricsNegative(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 fill="currentColor" clipPath="url(#healthiconsPediatricsNegative)"><path d="M23.778 18.556a4.278 4.278 0 1 0 0-8.556a4.278 4.278 0 0 0 0 8.555"/><path d="M32.036 22.432c-1.579.39-3.008.684-4.37.878v1.468H19.89V23.29c-1.357-.196-2.78-.484-4.347-.853a2 2 0 1 1 .917-3.894c2.968.7 5.172 1.039 7.326 1.047c2.15.008 4.346-.313 7.29-1.041a2 2 0 1 1 .96 3.883m-12.147 5.41v-1.509h7.778v1.51c0 .492-.444 1.757-1.805 2.363c-.156.07-.331.156-.488.235l-.093.045c-.194.096-.38.186-.57.267c-.395.167-.702.247-.933.247s-.539-.08-.933-.247a10 10 0 0 1-.57-.267l-.093-.046c-.157-.078-.332-.165-.488-.234c-1.361-.606-1.805-1.871-1.805-2.364m-.793 2.146c-1.207 1.05-1.871 2.372-1.871 4.115c0 .695.148 1.738.535 2.584c.396.865.927 1.313 1.599 1.313c.72 0 1.33-.552 1.33-1.262c0-.315-.133-.614-.345-1.058l-.014-.03c-.191-.4-.444-.931-.444-1.547c0-.675.334-1.39.724-1.97a2.7 2.7 0 0 1 .395-.467c-.92-.418-1.537-1.05-1.909-1.678m9.364 0c-.372.628-.99 1.26-1.909 1.678c.138.13.27.281.395.467c.389.58.723 1.295.723 1.97c0 .615-.253 1.146-.444 1.547l-.014.03c-.211.444-.345.742-.345 1.058c0 .71.61 1.261 1.33 1.261c.672 0 1.204-.447 1.6-1.313c.386-.845.535-1.889.535-2.584c0-1.743-.665-3.064-1.872-4.114"/><path fillRule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPediatricsNegative"><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 fill="currentColor" clip-path="url(#healthiconsPediatricsNegative)"><path d="M23.778 18.556a4.278 4.278 0 1 0 0-8.556a4.278 4.278 0 0 0 0 8.555"/><path d="M32.036 22.432c-1.579.39-3.008.684-4.37.878v1.468H19.89V23.29c-1.357-.196-2.78-.484-4.347-.853a2 2 0 1 1 .917-3.894c2.968.7 5.172 1.039 7.326 1.047c2.15.008 4.346-.313 7.29-1.041a2 2 0 1 1 .96 3.883m-12.147 5.41v-1.509h7.778v1.51c0 .492-.444 1.757-1.805 2.363c-.156.07-.331.156-.488.235l-.093.045c-.194.096-.38.186-.57.267c-.395.167-.702.247-.933.247s-.539-.08-.933-.247a10 10 0 0 1-.57-.267l-.093-.046c-.157-.078-.332-.165-.488-.234c-1.361-.606-1.805-1.871-1.805-2.364m-.793 2.146c-1.207 1.05-1.871 2.372-1.871 4.115c0 .695.148 1.738.535 2.584c.396.865.927 1.313 1.599 1.313c.72 0 1.33-.552 1.33-1.262c0-.315-.133-.614-.345-1.058l-.014-.03c-.191-.4-.444-.931-.444-1.547c0-.675.334-1.39.724-1.97a2.7 2.7 0 0 1 .395-.467c-.92-.418-1.537-1.05-1.909-1.678m9.364 0c-.372.628-.99 1.26-1.909 1.678c.138.13.27.281.395.467c.389.58.723 1.295.723 1.97c0 .615-.253 1.146-.444 1.547l-.014.03c-.211.444-.345.742-.345 1.058c0 .71.61 1.261 1.33 1.261c.672 0 1.204-.447 1.6-1.313c.386-.845.535-1.889.535-2.584c0-1.743-.665-3.064-1.872-4.114"/><path fill-rule="evenodd" d="M48 0H0v48h48zM6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPediatricsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-pediatrics-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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsPediatricsNegative)%22%3E%3Cpath%20d%3D%22M23.778%2018.556a4.278%204.278%200%201%200%200-8.556a4.278%204.278%200%200%200%200%208.555%22%2F%3E%3Cpath%20d%3D%22M32.036%2022.432c-1.579.39-3.008.684-4.37.878v1.468H19.89V23.29c-1.357-.196-2.78-.484-4.347-.853a2%202%200%201%201%20.917-3.894c2.968.7%205.172%201.039%207.326%201.047c2.15.008%204.346-.313%207.29-1.041a2%202%200%201%201%20.96%203.883m-12.147%205.41v-1.509h7.778v1.51c0%20.492-.444%201.757-1.805%202.363c-.156.07-.331.156-.488.235l-.093.045c-.194.096-.38.186-.57.267c-.395.167-.702.247-.933.247s-.539-.08-.933-.247a10%2010%200%200%201-.57-.267l-.093-.046c-.157-.078-.332-.165-.488-.234c-1.361-.606-1.805-1.871-1.805-2.364m-.793%202.146c-1.207%201.05-1.871%202.372-1.871%204.115c0%20.695.148%201.738.535%202.584c.396.865.927%201.313%201.599%201.313c.72%200%201.33-.552%201.33-1.262c0-.315-.133-.614-.345-1.058l-.014-.03c-.191-.4-.444-.931-.444-1.547c0-.675.334-1.39.724-1.97a2.7%202.7%200%200%201%20.395-.467c-.92-.418-1.537-1.05-1.909-1.678m9.364%200c-.372.628-.99%201.26-1.909%201.678c.138.13.27.281.395.467c.389.58.723%201.295.723%201.97c0%20.615-.253%201.146-.444%201.547l-.014.03c-.211.444-.345.742-.345%201.058c0%20.71.61%201.261%201.33%201.261c.672%200%201.204-.447%201.6-1.313c.386-.845.535-1.889.535-2.584c0-1.743-.665-3.064-1.872-4.114%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPediatricsNegative%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%20fill%3D%22currentColor%22%20clip-path%3D%22url(%23healthiconsPediatricsNegative)%22%3E%3Cpath%20d%3D%22M23.778%2018.556a4.278%204.278%200%201%200%200-8.556a4.278%204.278%200%200%200%200%208.555%22%2F%3E%3Cpath%20d%3D%22M32.036%2022.432c-1.579.39-3.008.684-4.37.878v1.468H19.89V23.29c-1.357-.196-2.78-.484-4.347-.853a2%202%200%201%201%20.917-3.894c2.968.7%205.172%201.039%207.326%201.047c2.15.008%204.346-.313%207.29-1.041a2%202%200%201%201%20.96%203.883m-12.147%205.41v-1.509h7.778v1.51c0%20.492-.444%201.757-1.805%202.363c-.156.07-.331.156-.488.235l-.093.045c-.194.096-.38.186-.57.267c-.395.167-.702.247-.933.247s-.539-.08-.933-.247a10%2010%200%200%201-.57-.267l-.093-.046c-.157-.078-.332-.165-.488-.234c-1.361-.606-1.805-1.871-1.805-2.364m-.793%202.146c-1.207%201.05-1.871%202.372-1.871%204.115c0%20.695.148%201.738.535%202.584c.396.865.927%201.313%201.599%201.313c.72%200%201.33-.552%201.33-1.262c0-.315-.133-.614-.345-1.058l-.014-.03c-.191-.4-.444-.931-.444-1.547c0-.675.334-1.39.724-1.97a2.7%202.7%200%200%201%20.395-.467c-.92-.418-1.537-1.05-1.909-1.678m9.364%200c-.372.628-.99%201.26-1.909%201.678c.138.13.27.281.395.467c.389.58.723%201.295.723%201.97c0%20.615-.253%201.146-.444%201.547l-.014.03c-.211.444-.345.742-.345%201.058c0%20.71.61%201.261%201.33%201.261c.672%200%201.204-.447%201.6-1.313c.386-.845.535-1.889.535-2.584c0-1.743-.665-3.064-1.872-4.114%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPediatricsNegative%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/pediatrics-negative.svg?color=%231a73e8&size=48