pediatric surgery negative icon

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

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

Related icons in Health Icons

Use the pediatric surgery 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(#healthiconsPediatricSurgeryNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM20.986 16.46c2.88 0 5.215-2.342 5.215-5.23S23.866 6 20.986 6s-5.216 2.342-5.216 5.23s2.335 5.23 5.216 5.23m-11.77-1.3l-.01-.021l-.011-.021a2.3 2.3 0 0 1-.194-.98c.01-.391.126-.758.448-1.081c.415-.416.748-.508.996-.524c.294-.018.652.067 1.066.272c.01.007.08.051.22.187c.158.153.342.36.579.644q.143.171.31.377c.403.492.906 1.105 1.465 1.681c1.49 1.537 3.655 3.119 6.915 3.119s5.426-1.582 6.915-3.119a27 27 0 0 0 1.465-1.681q.166-.205.31-.377c.237-.283.421-.491.579-.644c.14-.136.21-.18.22-.187c.414-.206.772-.29 1.066-.272c.248.016.58.108.995.524c.323.323.44.69.45 1.082c.01.432-.116.82-.195.979l-.01.02l-.01.022c-1.566 3.364-3.39 5.212-5.507 6.134l-1.048.457V25.5H15.77v-3.75l-1.048-.457c-2.117-.922-3.941-2.77-5.507-6.134M15.77 27.5v1.224c0 .637.596 2.27 2.427 3.054c.21.09.445.202.656.303l.125.06c.26.123.511.24.766.343c.53.216.945.32 1.255.32s.724-.104 1.255-.32c.255-.104.506-.22.766-.344l.125-.06c.211-.1.447-.212.656-.302c1.83-.783 2.428-2.417 2.428-3.054V27.5zm1.99 6.287a5.03 5.03 0 0 1-2.393-2.406c-1.796 1.532-2.793 3.488-2.793 6.136c0 .978.191 2.446.688 3.635c.51 1.218 1.193 1.848 2.057 1.848c.926 0 1.71-.776 1.71-1.775c0-.444-.171-.864-.443-1.488l-.018-.042c-.246-.565-.572-1.31-.572-2.178c0-.948.43-1.955.93-2.77a3.8 3.8 0 0 1 .835-.96m6.478 0a5.03 5.03 0 0 0 2.393-2.406c1.796 1.532 2.793 3.488 2.793 6.136c0 .978-.191 2.446-.688 3.635C28.228 42.37 27.545 43 26.681 43c-.926 0-1.71-.776-1.71-1.775c0-.444.171-.864.443-1.488l.018-.042c.246-.565.572-1.31.572-2.178c0-.948-.43-1.955-.93-2.77a3.8 3.8 0 0 0-.835-.96M36 31v7s3.114-2.336 3.847-7.006C40.018 29.902 39.105 29 38 29a2 2 0 0 0-2 2m.188-3.773L39 24.414V26.5a1.5 1.5 0 0 1-2.812.727M39 21.586v-2.172l-3 3v2.172zm-3-2l3-3V12.5a1.5 1.5 0 0 0-3 0z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPediatricSurgeryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPediatricSurgeryNegative(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(#healthiconsPediatricSurgeryNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM20.986 16.46c2.88 0 5.215-2.342 5.215-5.23S23.866 6 20.986 6s-5.216 2.342-5.216 5.23s2.335 5.23 5.216 5.23m-11.77-1.3l-.01-.021l-.011-.021a2.3 2.3 0 0 1-.194-.98c.01-.391.126-.758.448-1.081c.415-.416.748-.508.996-.524c.294-.018.652.067 1.066.272c.01.007.08.051.22.187c.158.153.342.36.579.644q.143.171.31.377c.403.492.906 1.105 1.465 1.681c1.49 1.537 3.655 3.119 6.915 3.119s5.426-1.582 6.915-3.119a27 27 0 0 0 1.465-1.681q.166-.205.31-.377c.237-.283.421-.491.579-.644c.14-.136.21-.18.22-.187c.414-.206.772-.29 1.066-.272c.248.016.58.108.995.524c.323.323.44.69.45 1.082c.01.432-.116.82-.195.979l-.01.02l-.01.022c-1.566 3.364-3.39 5.212-5.507 6.134l-1.048.457V25.5H15.77v-3.75l-1.048-.457c-2.117-.922-3.941-2.77-5.507-6.134M15.77 27.5v1.224c0 .637.596 2.27 2.427 3.054c.21.09.445.202.656.303l.125.06c.26.123.511.24.766.343c.53.216.945.32 1.255.32s.724-.104 1.255-.32c.255-.104.506-.22.766-.344l.125-.06c.211-.1.447-.212.656-.302c1.83-.783 2.428-2.417 2.428-3.054V27.5zm1.99 6.287a5.03 5.03 0 0 1-2.393-2.406c-1.796 1.532-2.793 3.488-2.793 6.136c0 .978.191 2.446.688 3.635c.51 1.218 1.193 1.848 2.057 1.848c.926 0 1.71-.776 1.71-1.775c0-.444-.171-.864-.443-1.488l-.018-.042c-.246-.565-.572-1.31-.572-2.178c0-.948.43-1.955.93-2.77a3.8 3.8 0 0 1 .835-.96m6.478 0a5.03 5.03 0 0 0 2.393-2.406c1.796 1.532 2.793 3.488 2.793 6.136c0 .978-.191 2.446-.688 3.635C28.228 42.37 27.545 43 26.681 43c-.926 0-1.71-.776-1.71-1.775c0-.444.171-.864.443-1.488l.018-.042c.246-.565.572-1.31.572-2.178c0-.948-.43-1.955-.93-2.77a3.8 3.8 0 0 0-.835-.96M36 31v7s3.114-2.336 3.847-7.006C40.018 29.902 39.105 29 38 29a2 2 0 0 0-2 2m.188-3.773L39 24.414V26.5a1.5 1.5 0 0 1-2.812.727M39 21.586v-2.172l-3 3v2.172zm-3-2l3-3V12.5a1.5 1.5 0 0 0-3 0z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsPediatricSurgeryNegative"><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(#healthiconsPediatricSurgeryNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM20.986 16.46c2.88 0 5.215-2.342 5.215-5.23S23.866 6 20.986 6s-5.216 2.342-5.216 5.23s2.335 5.23 5.216 5.23m-11.77-1.3l-.01-.021l-.011-.021a2.3 2.3 0 0 1-.194-.98c.01-.391.126-.758.448-1.081c.415-.416.748-.508.996-.524c.294-.018.652.067 1.066.272c.01.007.08.051.22.187c.158.153.342.36.579.644q.143.171.31.377c.403.492.906 1.105 1.465 1.681c1.49 1.537 3.655 3.119 6.915 3.119s5.426-1.582 6.915-3.119a27 27 0 0 0 1.465-1.681q.166-.205.31-.377c.237-.283.421-.491.579-.644c.14-.136.21-.18.22-.187c.414-.206.772-.29 1.066-.272c.248.016.58.108.995.524c.323.323.44.69.45 1.082c.01.432-.116.82-.195.979l-.01.02l-.01.022c-1.566 3.364-3.39 5.212-5.507 6.134l-1.048.457V25.5H15.77v-3.75l-1.048-.457c-2.117-.922-3.941-2.77-5.507-6.134M15.77 27.5v1.224c0 .637.596 2.27 2.427 3.054c.21.09.445.202.656.303l.125.06c.26.123.511.24.766.343c.53.216.945.32 1.255.32s.724-.104 1.255-.32c.255-.104.506-.22.766-.344l.125-.06c.211-.1.447-.212.656-.302c1.83-.783 2.428-2.417 2.428-3.054V27.5zm1.99 6.287a5.03 5.03 0 0 1-2.393-2.406c-1.796 1.532-2.793 3.488-2.793 6.136c0 .978.191 2.446.688 3.635c.51 1.218 1.193 1.848 2.057 1.848c.926 0 1.71-.776 1.71-1.775c0-.444-.171-.864-.443-1.488l-.018-.042c-.246-.565-.572-1.31-.572-2.178c0-.948.43-1.955.93-2.77a3.8 3.8 0 0 1 .835-.96m6.478 0a5.03 5.03 0 0 0 2.393-2.406c1.796 1.532 2.793 3.488 2.793 6.136c0 .978-.191 2.446-.688 3.635C28.228 42.37 27.545 43 26.681 43c-.926 0-1.71-.776-1.71-1.775c0-.444.171-.864.443-1.488l.018-.042c.246-.565.572-1.31.572-2.178c0-.948-.43-1.955-.93-2.77a3.8 3.8 0 0 0-.835-.96M36 31v7s3.114-2.336 3.847-7.006C40.018 29.902 39.105 29 38 29a2 2 0 0 0-2 2m.188-3.773L39 24.414V26.5a1.5 1.5 0 0 1-2.812.727M39 21.586v-2.172l-3 3v2.172zm-3-2l3-3V12.5a1.5 1.5 0 0 0-3 0z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsPediatricSurgeryNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-pediatric-surgery-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(%23healthiconsPediatricSurgeryNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20.986%2016.46c2.88%200%205.215-2.342%205.215-5.23S23.866%206%2020.986%206s-5.216%202.342-5.216%205.23s2.335%205.23%205.216%205.23m-11.77-1.3l-.01-.021l-.011-.021a2.3%202.3%200%200%201-.194-.98c.01-.391.126-.758.448-1.081c.415-.416.748-.508.996-.524c.294-.018.652.067%201.066.272c.01.007.08.051.22.187c.158.153.342.36.579.644q.143.171.31.377c.403.492.906%201.105%201.465%201.681c1.49%201.537%203.655%203.119%206.915%203.119s5.426-1.582%206.915-3.119a27%2027%200%200%200%201.465-1.681q.166-.205.31-.377c.237-.283.421-.491.579-.644c.14-.136.21-.18.22-.187c.414-.206.772-.29%201.066-.272c.248.016.58.108.995.524c.323.323.44.69.45%201.082c.01.432-.116.82-.195.979l-.01.02l-.01.022c-1.566%203.364-3.39%205.212-5.507%206.134l-1.048.457V25.5H15.77v-3.75l-1.048-.457c-2.117-.922-3.941-2.77-5.507-6.134M15.77%2027.5v1.224c0%20.637.596%202.27%202.427%203.054c.21.09.445.202.656.303l.125.06c.26.123.511.24.766.343c.53.216.945.32%201.255.32s.724-.104%201.255-.32c.255-.104.506-.22.766-.344l.125-.06c.211-.1.447-.212.656-.302c1.83-.783%202.428-2.417%202.428-3.054V27.5zm1.99%206.287a5.03%205.03%200%200%201-2.393-2.406c-1.796%201.532-2.793%203.488-2.793%206.136c0%20.978.191%202.446.688%203.635c.51%201.218%201.193%201.848%202.057%201.848c.926%200%201.71-.776%201.71-1.775c0-.444-.171-.864-.443-1.488l-.018-.042c-.246-.565-.572-1.31-.572-2.178c0-.948.43-1.955.93-2.77a3.8%203.8%200%200%201%20.835-.96m6.478%200a5.03%205.03%200%200%200%202.393-2.406c1.796%201.532%202.793%203.488%202.793%206.136c0%20.978-.191%202.446-.688%203.635C28.228%2042.37%2027.545%2043%2026.681%2043c-.926%200-1.71-.776-1.71-1.775c0-.444.171-.864.443-1.488l.018-.042c.246-.565.572-1.31.572-2.178c0-.948-.43-1.955-.93-2.77a3.8%203.8%200%200%200-.835-.96M36%2031v7s3.114-2.336%203.847-7.006C40.018%2029.902%2039.105%2029%2038%2029a2%202%200%200%200-2%202m.188-3.773L39%2024.414V26.5a1.5%201.5%200%200%201-2.812.727M39%2021.586v-2.172l-3%203v2.172zm-3-2l3-3V12.5a1.5%201.5%200%200%200-3%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPediatricSurgeryNegative%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(%23healthiconsPediatricSurgeryNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20.986%2016.46c2.88%200%205.215-2.342%205.215-5.23S23.866%206%2020.986%206s-5.216%202.342-5.216%205.23s2.335%205.23%205.216%205.23m-11.77-1.3l-.01-.021l-.011-.021a2.3%202.3%200%200%201-.194-.98c.01-.391.126-.758.448-1.081c.415-.416.748-.508.996-.524c.294-.018.652.067%201.066.272c.01.007.08.051.22.187c.158.153.342.36.579.644q.143.171.31.377c.403.492.906%201.105%201.465%201.681c1.49%201.537%203.655%203.119%206.915%203.119s5.426-1.582%206.915-3.119a27%2027%200%200%200%201.465-1.681q.166-.205.31-.377c.237-.283.421-.491.579-.644c.14-.136.21-.18.22-.187c.414-.206.772-.29%201.066-.272c.248.016.58.108.995.524c.323.323.44.69.45%201.082c.01.432-.116.82-.195.979l-.01.02l-.01.022c-1.566%203.364-3.39%205.212-5.507%206.134l-1.048.457V25.5H15.77v-3.75l-1.048-.457c-2.117-.922-3.941-2.77-5.507-6.134M15.77%2027.5v1.224c0%20.637.596%202.27%202.427%203.054c.21.09.445.202.656.303l.125.06c.26.123.511.24.766.343c.53.216.945.32%201.255.32s.724-.104%201.255-.32c.255-.104.506-.22.766-.344l.125-.06c.211-.1.447-.212.656-.302c1.83-.783%202.428-2.417%202.428-3.054V27.5zm1.99%206.287a5.03%205.03%200%200%201-2.393-2.406c-1.796%201.532-2.793%203.488-2.793%206.136c0%20.978.191%202.446.688%203.635c.51%201.218%201.193%201.848%202.057%201.848c.926%200%201.71-.776%201.71-1.775c0-.444-.171-.864-.443-1.488l-.018-.042c-.246-.565-.572-1.31-.572-2.178c0-.948.43-1.955.93-2.77a3.8%203.8%200%200%201%20.835-.96m6.478%200a5.03%205.03%200%200%200%202.393-2.406c1.796%201.532%202.793%203.488%202.793%206.136c0%20.978-.191%202.446-.688%203.635C28.228%2042.37%2027.545%2043%2026.681%2043c-.926%200-1.71-.776-1.71-1.775c0-.444.171-.864.443-1.488l.018-.042c.246-.565.572-1.31.572-2.178c0-.948-.43-1.955-.93-2.77a3.8%203.8%200%200%200-.835-.96M36%2031v7s3.114-2.336%203.847-7.006C40.018%2029.902%2039.105%2029%2038%2029a2%202%200%200%200-2%202m.188-3.773L39%2024.414V26.5a1.5%201.5%200%200%201-2.812.727M39%2021.586v-2.172l-3%203v2.172zm-3-2l3-3V12.5a1.5%201.5%200%200%200-3%200z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsPediatricSurgeryNegative%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/pediatric-surgery-negative.svg?color=%231a73e8&size=48