baby 0203m negative icon

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

Name
baby-0203m-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the baby 0203m 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(#healthiconsBaby0203mNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM34.48 21.429c-1.984.491-3.778.86-5.48 1.107V25H19v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2 2 0 1 1 .918-3.893c3.835.903 6.717 1.35 9.548 1.361c2.826.01 5.7-.413 9.513-1.356a2 2 0 1 1 .96 3.883M19 28.94V27h10v1.94c0 .634-.57 2.26-2.32 3.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.692-.103-1.2-.318a14 14 0 0 1-.733-.342l-.119-.059c-.202-.1-.427-.212-.627-.301C19.57 31.2 19 29.574 19 28.94m-1.02 2.76c.479.807 1.273 1.62 2.455 2.156a3.5 3.5 0 0 0-.508.602c-.5.745-.93 1.665-.93 2.532c0 .792.325 1.474.57 1.99l.019.038c.272.57.444.954.444 1.36c0 .913-.785 1.622-1.711 1.622c-.864 0-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94 2.406-5.29m12.04 0c-.479.807-1.273 1.619-2.455 2.156c.178.168.348.363.508.602c.5.745.93 1.665.93 2.532c0 .792-.325 1.474-.57 1.99l-.019.038c-.272.57-.443.954-.443 1.36c0 .913.784 1.622 1.71 1.622c.864 0 1.547-.575 2.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29m-.52-20.2a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBaby0203mNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBaby0203mNegative(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(#healthiconsBaby0203mNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM34.48 21.429c-1.984.491-3.778.86-5.48 1.107V25H19v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2 2 0 1 1 .918-3.893c3.835.903 6.717 1.35 9.548 1.361c2.826.01 5.7-.413 9.513-1.356a2 2 0 1 1 .96 3.883M19 28.94V27h10v1.94c0 .634-.57 2.26-2.32 3.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.692-.103-1.2-.318a14 14 0 0 1-.733-.342l-.119-.059c-.202-.1-.427-.212-.627-.301C19.57 31.2 19 29.574 19 28.94m-1.02 2.76c.479.807 1.273 1.62 2.455 2.156a3.5 3.5 0 0 0-.508.602c-.5.745-.93 1.665-.93 2.532c0 .792.325 1.474.57 1.99l.019.038c.272.57.444.954.444 1.36c0 .913-.785 1.622-1.711 1.622c-.864 0-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94 2.406-5.29m12.04 0c-.479.807-1.273 1.619-2.455 2.156c.178.168.348.363.508.602c.5.745.93 1.665.93 2.532c0 .792-.325 1.474-.57 1.99l-.019.038c-.272.57-.443.954-.443 1.36c0 .913.784 1.622 1.71 1.622c.864 0 1.547-.575 2.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29m-.52-20.2a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBaby0203mNegative"><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(#healthiconsBaby0203mNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM34.48 21.429c-1.984.491-3.778.86-5.48 1.107V25H19v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2 2 0 1 1 .918-3.893c3.835.903 6.717 1.35 9.548 1.361c2.826.01 5.7-.413 9.513-1.356a2 2 0 1 1 .96 3.883M19 28.94V27h10v1.94c0 .634-.57 2.26-2.32 3.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.692-.103-1.2-.318a14 14 0 0 1-.733-.342l-.119-.059c-.202-.1-.427-.212-.627-.301C19.57 31.2 19 29.574 19 28.94m-1.02 2.76c.479.807 1.273 1.62 2.455 2.156a3.5 3.5 0 0 0-.508.602c-.5.745-.93 1.665-.93 2.532c0 .792.325 1.474.57 1.99l.019.038c.272.57.444.954.444 1.36c0 .913-.785 1.622-1.711 1.622c-.864 0-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94 2.406-5.29m12.04 0c-.479.807-1.273 1.619-2.455 2.156c.178.168.348.363.508.602c.5.745.93 1.665.93 2.532c0 .792-.325 1.474-.57 1.99l-.019.038c-.272.57-.443.954-.443 1.36c0 .913.784 1.622 1.71 1.622c.864 0 1.547-.575 2.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29m-.52-20.2a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBaby0203mNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-baby-0203m-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(%23healthiconsBaby0203mNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34.48%2021.429c-1.984.491-3.778.86-5.48%201.107V25H19v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2%202%200%201%201%20.918-3.893c3.835.903%206.717%201.35%209.548%201.361c2.826.01%205.7-.413%209.513-1.356a2%202%200%201%201%20.96%203.883M19%2028.94V27h10v1.94c0%20.634-.57%202.26-2.32%203.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.692-.103-1.2-.318a14%2014%200%200%201-.733-.342l-.119-.059c-.202-.1-.427-.212-.627-.301C19.57%2031.2%2019%2029.574%2019%2028.94m-1.02%202.76c.479.807%201.273%201.62%202.455%202.156a3.5%203.5%200%200%200-.508.602c-.5.745-.93%201.665-.93%202.532c0%20.792.325%201.474.57%201.99l.019.038c.272.57.444.954.444%201.36c0%20.913-.785%201.622-1.711%201.622c-.864%200-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94%202.406-5.29m12.04%200c-.479.807-1.273%201.619-2.455%202.156c.178.168.348.363.508.602c.5.745.93%201.665.93%202.532c0%20.792-.325%201.474-.57%201.99l-.019.038c-.272.57-.443.954-.443%201.36c0%20.913.784%201.622%201.71%201.622c.864%200%201.547-.575%202.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29m-.52-20.2a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBaby0203mNegative%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(%23healthiconsBaby0203mNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM34.48%2021.429c-1.984.491-3.778.86-5.48%201.107V25H19v-2.49c-1.698-.249-3.484-.61-5.459-1.076a2%202%200%201%201%20.918-3.893c3.835.903%206.717%201.35%209.548%201.361c2.826.01%205.7-.413%209.513-1.356a2%202%200%201%201%20.96%203.883M19%2028.94V27h10v1.94c0%20.634-.57%202.26-2.32%203.04c-.2.089-.426.2-.628.301l-.12.06c-.248.122-.489.238-.732.341c-.508.215-.903.318-1.2.318s-.692-.103-1.2-.318a14%2014%200%200%201-.733-.342l-.119-.059c-.202-.1-.427-.212-.627-.301C19.57%2031.2%2019%2029.574%2019%2028.94m-1.02%202.76c.479.807%201.273%201.62%202.455%202.156a3.5%203.5%200%200%200-.508.602c-.5.745-.93%201.665-.93%202.532c0%20.792.325%201.474.57%201.99l.019.038c.272.57.444.954.444%201.36c0%20.913-.785%201.622-1.711%201.622c-.864%200-1.547-.575-2.056-1.688c-.497-1.087-.688-2.429-.688-3.322c0-2.242.854-3.94%202.406-5.29m12.04%200c-.479.807-1.273%201.619-2.455%202.156c.178.168.348.363.508.602c.5.745.93%201.665.93%202.532c0%20.792-.325%201.474-.57%201.99l-.019.038c-.272.57-.443.954-.443%201.36c0%20.913.784%201.622%201.71%201.622c.864%200%201.547-.575%202.056-1.688c.497-1.087.688-2.429.688-3.322c0-2.242-.854-3.94-2.406-5.29m-.52-20.2a5.5%205.5%200%201%201-11%200a5.5%205.5%200%200%201%2011%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBaby0203mNegative%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/baby-0203m-negative.svg?color=%231a73e8&size=48