pediatrics icon

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

Name
pediatrics
Set
Health Icons
Style
Filled
Category
Specialties
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More specialties icons from Health Icons

Use the pediatrics icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm19.056 8.278a4.278 4.278 0 1 1-8.556 0a4.278 4.278 0 0 1 8.555 0m-.39 9.032c1.362-.194 2.791-.488 4.37-.878a2 2 0 1 0-.96-3.883c-2.945.728-5.142 1.05-7.29 1.041c-2.155-.008-4.36-.348-7.328-1.047a2 2 0 1 0-.916 3.894c1.567.369 2.99.657 4.347.853v1.488h7.778zm-7.777 3.023v1.51c0 .492.444 1.757 1.805 2.363c.156.07.33.156.488.235l.093.045c.193.096.38.186.57.267c.394.167.702.247.933.247c.23 0 .538-.08.933-.247c.19-.08.377-.171.57-.267l.093-.046c.157-.078.332-.165.488-.234c1.361-.606 1.805-1.871 1.805-2.364v-1.509zm-2.664 7.77c0-1.743.664-3.064 1.871-4.115c.372.628.99 1.26 1.909 1.678c-.139.13-.27.282-.395.468c-.39.579-.724 1.294-.724 1.969c0 .616.253 1.146.445 1.548l.013.03c.212.443.345.742.345 1.057c0 .71-.61 1.262-1.33 1.262c-.672 0-1.203-.448-1.599-1.313c-.387-.846-.535-1.89-.535-2.584m9.326-2.437c.92-.418 1.537-1.05 1.909-1.678c1.206 1.05 1.87 2.371 1.87 4.114c0 .696-.148 1.739-.534 2.584c-.396.866-.928 1.313-1.6 1.313c-.72 0-1.33-.551-1.33-1.261c0-.316.134-.614.345-1.058l.014-.03c.191-.401.444-.931.444-1.548c0-.674-.334-1.39-.723-1.969a2.7 2.7 0 0 0-.395-.467" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPediatrics(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" fillRule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm19.056 8.278a4.278 4.278 0 1 1-8.556 0a4.278 4.278 0 0 1 8.555 0m-.39 9.032c1.362-.194 2.791-.488 4.37-.878a2 2 0 1 0-.96-3.883c-2.945.728-5.142 1.05-7.29 1.041c-2.155-.008-4.36-.348-7.328-1.047a2 2 0 1 0-.916 3.894c1.567.369 2.99.657 4.347.853v1.488h7.778zm-7.777 3.023v1.51c0 .492.444 1.757 1.805 2.363c.156.07.33.156.488.235l.093.045c.193.096.38.186.57.267c.394.167.702.247.933.247c.23 0 .538-.08.933-.247c.19-.08.377-.171.57-.267l.093-.046c.157-.078.332-.165.488-.234c1.361-.606 1.805-1.871 1.805-2.364v-1.509zm-2.664 7.77c0-1.743.664-3.064 1.871-4.115c.372.628.99 1.26 1.909 1.678c-.139.13-.27.282-.395.468c-.39.579-.724 1.294-.724 1.969c0 .616.253 1.146.445 1.548l.013.03c.212.443.345.742.345 1.057c0 .71-.61 1.262-1.33 1.262c-.672 0-1.203-.448-1.599-1.313c-.387-.846-.535-1.89-.535-2.584m9.326-2.437c.92-.418 1.537-1.05 1.909-1.678c1.206 1.05 1.87 2.371 1.87 4.114c0 .696-.148 1.739-.534 2.584c-.396.866-.928 1.313-1.6 1.313c-.72 0-1.33-.551-1.33-1.261c0-.316.134-.614.345-1.058l.014-.03c.191-.401.444-.931.444-1.548c0-.674-.334-1.39-.723-1.969a2.7 2.7 0 0 0-.395-.467" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M9 6a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h30a3 3 0 0 0 3-3V9a3 3 0 0 0-3-3zm19.056 8.278a4.278 4.278 0 1 1-8.556 0a4.278 4.278 0 0 1 8.555 0m-.39 9.032c1.362-.194 2.791-.488 4.37-.878a2 2 0 1 0-.96-3.883c-2.945.728-5.142 1.05-7.29 1.041c-2.155-.008-4.36-.348-7.328-1.047a2 2 0 1 0-.916 3.894c1.567.369 2.99.657 4.347.853v1.488h7.778zm-7.777 3.023v1.51c0 .492.444 1.757 1.805 2.363c.156.07.33.156.488.235l.093.045c.193.096.38.186.57.267c.394.167.702.247.933.247c.23 0 .538-.08.933-.247c.19-.08.377-.171.57-.267l.093-.046c.157-.078.332-.165.488-.234c1.361-.606 1.805-1.871 1.805-2.364v-1.509zm-2.664 7.77c0-1.743.664-3.064 1.871-4.115c.372.628.99 1.26 1.909 1.678c-.139.13-.27.282-.395.468c-.39.579-.724 1.294-.724 1.969c0 .616.253 1.146.445 1.548l.013.03c.212.443.345.742.345 1.057c0 .71-.61 1.262-1.33 1.262c-.672 0-1.203-.448-1.599-1.313c-.387-.846-.535-1.89-.535-2.584m9.326-2.437c.92-.418 1.537-1.05 1.909-1.678c1.206 1.05 1.87 2.371 1.87 4.114c0 .696-.148 1.739-.534 2.584c-.396.866-.928 1.313-1.6 1.313c-.72 0-1.33-.551-1.33-1.261c0-.316.134-.614.345-1.058l.014-.03c.191-.401.444-.931.444-1.548c0-.674-.334-1.39-.723-1.969a2.7 2.7 0 0 0-.395-.467" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-pediatrics {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm19.056%208.278a4.278%204.278%200%201%201-8.556%200a4.278%204.278%200%200%201%208.555%200m-.39%209.032c1.362-.194%202.791-.488%204.37-.878a2%202%200%201%200-.96-3.883c-2.945.728-5.142%201.05-7.29%201.041c-2.155-.008-4.36-.348-7.328-1.047a2%202%200%201%200-.916%203.894c1.567.369%202.99.657%204.347.853v1.488h7.778zm-7.777%203.023v1.51c0%20.492.444%201.757%201.805%202.363c.156.07.33.156.488.235l.093.045c.193.096.38.186.57.267c.394.167.702.247.933.247c.23%200%20.538-.08.933-.247c.19-.08.377-.171.57-.267l.093-.046c.157-.078.332-.165.488-.234c1.361-.606%201.805-1.871%201.805-2.364v-1.509zm-2.664%207.77c0-1.743.664-3.064%201.871-4.115c.372.628.99%201.26%201.909%201.678c-.139.13-.27.282-.395.468c-.39.579-.724%201.294-.724%201.969c0%20.616.253%201.146.445%201.548l.013.03c.212.443.345.742.345%201.057c0%20.71-.61%201.262-1.33%201.262c-.672%200-1.203-.448-1.599-1.313c-.387-.846-.535-1.89-.535-2.584m9.326-2.437c.92-.418%201.537-1.05%201.909-1.678c1.206%201.05%201.87%202.371%201.87%204.114c0%20.696-.148%201.739-.534%202.584c-.396.866-.928%201.313-1.6%201.313c-.72%200-1.33-.551-1.33-1.261c0-.316.134-.614.345-1.058l.014-.03c.191-.401.444-.931.444-1.548c0-.674-.334-1.39-.723-1.969a2.7%202.7%200%200%200-.395-.467%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M9%206a3%203%200%200%200-3%203v30a3%203%200%200%200%203%203h30a3%203%200%200%200%203-3V9a3%203%200%200%200-3-3zm19.056%208.278a4.278%204.278%200%201%201-8.556%200a4.278%204.278%200%200%201%208.555%200m-.39%209.032c1.362-.194%202.791-.488%204.37-.878a2%202%200%201%200-.96-3.883c-2.945.728-5.142%201.05-7.29%201.041c-2.155-.008-4.36-.348-7.328-1.047a2%202%200%201%200-.916%203.894c1.567.369%202.99.657%204.347.853v1.488h7.778zm-7.777%203.023v1.51c0%20.492.444%201.757%201.805%202.363c.156.07.33.156.488.235l.093.045c.193.096.38.186.57.267c.394.167.702.247.933.247c.23%200%20.538-.08.933-.247c.19-.08.377-.171.57-.267l.093-.046c.157-.078.332-.165.488-.234c1.361-.606%201.805-1.871%201.805-2.364v-1.509zm-2.664%207.77c0-1.743.664-3.064%201.871-4.115c.372.628.99%201.26%201.909%201.678c-.139.13-.27.282-.395.468c-.39.579-.724%201.294-.724%201.969c0%20.616.253%201.146.445%201.548l.013.03c.212.443.345.742.345%201.057c0%20.71-.61%201.262-1.33%201.262c-.672%200-1.203-.448-1.599-1.313c-.387-.846-.535-1.89-.535-2.584m9.326-2.437c.92-.418%201.537-1.05%201.909-1.678c1.206%201.05%201.87%202.371%201.87%204.114c0%20.696-.148%201.739-.534%202.584c-.396.866-.928%201.313-1.6%201.313c-.72%200-1.33-.551-1.33-1.261c0-.316.134-.614.345-1.058l.014-.03c.191-.401.444-.931.444-1.548c0-.674-.334-1.39-.723-1.969a2.7%202.7%200%200%200-.395-.467%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pediatrics.svg?color=%231a73e8&size=48