pediatrics icon
pediatrics-outline from Health Icons by Resolve to Save Lives · Outline · Specialties · MIT Free for personal and commercial use.
- Name
- pediatrics-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Specialties
- Viewbox
- 48×48
- License
- MIT
- Aliases
- pediatrics2x-outline
1 other variant in Health Icons
The same icon in other sets
More specialties icons from Health Icons
accident-and-emergencyadmissionsbiochemistry-laboratoryburn-unitcardiologychaplaincycoronary-care-unitcritical-caredischarge-loungeears-nose-and-throatendocrinologyfinance-deptgastroenterologygeneral-surgerygeriatricsgymgynecologyhematologyhematology-laboratoryhepatologyhuman-resorucesintensive-care-unitmedical-recordsnephrology
Use the pediatrics icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.056 14.278a4.278 4.278 0 1 1-8.556 0a4.278 4.278 0 0 1 8.555 0m-.388 13.564c0 .493-.444 1.758-1.805 2.364c-.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.364v-1.509h7.778z"/><path d="M27.667 23.31c1.361-.194 2.79-.488 4.369-.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.778zM17.225 34.103c0-1.09.26-2.014.749-2.81l.09-.143a5.7 5.7 0 0 1 1.032-1.162c.163.275.372.55.634.809l.014.014q.134.13.286.254l.013.011c.274.222.594.423.962.59c-.139.13-.27.282-.395.468a5 5 0 0 0-.429.761l-.014.033c-.17.382-.28.785-.28 1.175c0 .616.252 1.146.444 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.584m11.235-4.115c-.163.275-.373.55-.634.808l-.015.014q-.133.132-.285.255l-.013.01a4.5 4.5 0 0 1-.962.59c.138.131.27.282.395.468c.158.235.307.493.428.762l.015.032c.169.383.28.786.28 1.175c0 .617-.253 1.147-.444 1.548l-.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.09-.26-2.014-.75-2.81l-.09-.143a5.8 5.8 0 0 0-1.032-1.161"/><path fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm2 0a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsPediatricsOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.056 14.278a4.278 4.278 0 1 1-8.556 0a4.278 4.278 0 0 1 8.555 0m-.388 13.564c0 .493-.444 1.758-1.805 2.364c-.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.364v-1.509h7.778z"/><path d="M27.667 23.31c1.361-.194 2.79-.488 4.369-.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.778zM17.225 34.103c0-1.09.26-2.014.749-2.81l.09-.143a5.7 5.7 0 0 1 1.032-1.162c.163.275.372.55.634.809l.014.014q.134.13.286.254l.013.011c.274.222.594.423.962.59c-.139.13-.27.282-.395.468a5 5 0 0 0-.429.761l-.014.033c-.17.382-.28.785-.28 1.175c0 .616.252 1.146.444 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.584m11.235-4.115c-.163.275-.373.55-.634.808l-.015.014q-.133.132-.285.255l-.013.01a4.5 4.5 0 0 1-.962.59c.138.131.27.282.395.468c.158.235.307.493.428.762l.015.032c.169.383.28.786.28 1.175c0 .617-.253 1.147-.444 1.548l-.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.09-.26-2.014-.75-2.81l-.09-.143a5.8 5.8 0 0 0-1.032-1.161"/><path fillRule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm2 0a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.056 14.278a4.278 4.278 0 1 1-8.556 0a4.278 4.278 0 0 1 8.555 0m-.388 13.564c0 .493-.444 1.758-1.805 2.364c-.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.364v-1.509h7.778z"/><path d="M27.667 23.31c1.361-.194 2.79-.488 4.369-.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.778zM17.225 34.103c0-1.09.26-2.014.749-2.81l.09-.143a5.7 5.7 0 0 1 1.032-1.162c.163.275.372.55.634.809l.014.014q.134.13.286.254l.013.011c.274.222.594.423.962.59c-.139.13-.27.282-.395.468a5 5 0 0 0-.429.761l-.014.033c-.17.382-.28.785-.28 1.175c0 .616.252 1.146.444 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.584m11.235-4.115c-.163.275-.373.55-.634.808l-.015.014q-.133.132-.285.255l-.013.01a4.5 4.5 0 0 1-.962.59c.138.131.27.282.395.468c.158.235.307.493.428.762l.015.032c.169.383.28.786.28 1.175c0 .617-.253 1.147-.444 1.548l-.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.09-.26-2.014-.75-2.81l-.09-.143a5.8 5.8 0 0 0-1.032-1.161"/><path fill-rule="evenodd" d="M6 9a3 3 0 0 1 3-3h30a3 3 0 0 1 3 3v30a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3zm2 0a1 1 0 0 1 1-1h30a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-pediatrics-outline {
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%22currentColor%22%3E%3Cpath%20d%3D%22M28.056%2014.278a4.278%204.278%200%201%201-8.556%200a4.278%204.278%200%200%201%208.555%200m-.388%2013.564c0%20.493-.444%201.758-1.805%202.364c-.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.364v-1.509h7.778z%22%2F%3E%3Cpath%20d%3D%22M27.667%2023.31c1.361-.194%202.79-.488%204.369-.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.778zM17.225%2034.103c0-1.09.26-2.014.749-2.81l.09-.143a5.7%205.7%200%200%201%201.032-1.162c.163.275.372.55.634.809l.014.014q.134.13.286.254l.013.011c.274.222.594.423.962.59c-.139.13-.27.282-.395.468a5%205%200%200%200-.429.761l-.014.033c-.17.382-.28.785-.28%201.175c0%20.616.252%201.146.444%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.584m11.235-4.115c-.163.275-.373.55-.634.808l-.015.014q-.133.132-.285.255l-.013.01a4.5%204.5%200%200%201-.962.59c.138.131.27.282.395.468c.158.235.307.493.428.762l.015.032c.169.383.28.786.28%201.175c0%20.617-.253%201.147-.444%201.548l-.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.09-.26-2.014-.75-2.81l-.09-.143a5.8%205.8%200%200%200-1.032-1.161%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm2%200a1%201%200%200%201%201-1h30a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1z%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M28.056%2014.278a4.278%204.278%200%201%201-8.556%200a4.278%204.278%200%200%201%208.555%200m-.388%2013.564c0%20.493-.444%201.758-1.805%202.364c-.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.364v-1.509h7.778z%22%2F%3E%3Cpath%20d%3D%22M27.667%2023.31c1.361-.194%202.79-.488%204.369-.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.778zM17.225%2034.103c0-1.09.26-2.014.749-2.81l.09-.143a5.7%205.7%200%200%201%201.032-1.162c.163.275.372.55.634.809l.014.014q.134.13.286.254l.013.011c.274.222.594.423.962.59c-.139.13-.27.282-.395.468a5%205%200%200%200-.429.761l-.014.033c-.17.382-.28.785-.28%201.175c0%20.616.252%201.146.444%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.584m11.235-4.115c-.163.275-.373.55-.634.808l-.015.014q-.133.132-.285.255l-.013.01a4.5%204.5%200%200%201-.962.59c.138.131.27.282.395.468c.158.235.307.493.428.762l.015.032c.169.383.28.786.28%201.175c0%20.617-.253%201.147-.444%201.548l-.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.09-.26-2.014-.75-2.81l-.09-.143a5.8%205.8%200%200%200-1.032-1.161%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6%209a3%203%200%200%201%203-3h30a3%203%200%200%201%203%203v30a3%203%200%200%201-3%203H9a3%203%200%200%201-3-3zm2%200a1%201%200%200%201%201-1h30a1%201%200%200%201%201%201v30a1%201%200%200%201-1%201H9a1%201%200%200%201-1-1z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/pediatrics-outline.svg?color=%231a73e8&size=48