baby male 0203m negative icon
baby-male-0203m-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- baby-male-0203m-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
baby-0203-altbaby-0203-alt-negativebaby-0203mbaby-0203m-negativebaby-0306mbaby-0306m-negativebaby-female-0203m-altbaby-female-0203m-alt-negativebaby-female-0203m-negativebaby-female-0306mbaby-female-0306m-negativebaby-female-0609mbaby-female-0609m-negativebaby-formulababy-formula-negativebaby-male-0203m-altbaby-male-0203m-alt-negativebaby-male-0306mbaby-male-0306m-negativebaby-male-0609mbaby-male-0609m-negative
Use the baby male 0203m negative 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="M0 0h48v48H0zm35 22.536c1.702-.247 3.496-.616 5.48-1.107a2 2 0 0 0-.96-3.883c-3.813.943-6.687 1.367-9.513 1.356c-2.831-.01-5.713-.458-9.548-1.361a2 2 0 1 0-.918 3.893c1.975.465 3.761.827 5.459 1.075V25h10zM25 27v1.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.318c.297 0 .692-.103 1.2-.318c.243-.103.484-.219.733-.342l.119-.059c.202-.1.427-.212.627-.301C34.43 31.2 35 29.574 35 28.94V27zm1.435 6.856c-1.182-.537-1.976-1.349-2.454-2.157c-1.552 1.351-2.406 3.05-2.406 5.29c0 .894.191 2.236.688 3.323c.509 1.113 1.192 1.688 2.056 1.688c.926 0 1.71-.71 1.71-1.622c0-.406-.171-.79-.443-1.36l-.018-.038c-.246-.516-.571-1.198-.571-1.99c0-.867.43-1.787.93-2.532c.16-.24.33-.434.508-.602m7.13 0c1.182-.537 1.976-1.35 2.454-2.157c1.552 1.35 2.406 3.05 2.406 5.29c0 .894-.191 2.236-.688 3.323C37.228 41.425 36.545 42 35.681 42c-.926 0-1.71-.71-1.71-1.622c0-.406.171-.79.443-1.36l.018-.038c.246-.516.572-1.198.572-1.99c0-.867-.43-1.787-.93-2.532a3.489 3.489 0 0 0-.509-.602M30 17a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-16-2a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2 0a5 5 0 1 1-1.903-3.925L17.172 8H15a1 1 0 1 1 0-2h4.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.5l-3.108 3.108c.388.71.608 1.526.608 2.392" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsBabyMale0203mNegative(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="M0 0h48v48H0zm35 22.536c1.702-.247 3.496-.616 5.48-1.107a2 2 0 0 0-.96-3.883c-3.813.943-6.687 1.367-9.513 1.356c-2.831-.01-5.713-.458-9.548-1.361a2 2 0 1 0-.918 3.893c1.975.465 3.761.827 5.459 1.075V25h10zM25 27v1.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.318c.297 0 .692-.103 1.2-.318c.243-.103.484-.219.733-.342l.119-.059c.202-.1.427-.212.627-.301C34.43 31.2 35 29.574 35 28.94V27zm1.435 6.856c-1.182-.537-1.976-1.349-2.454-2.157c-1.552 1.351-2.406 3.05-2.406 5.29c0 .894.191 2.236.688 3.323c.509 1.113 1.192 1.688 2.056 1.688c.926 0 1.71-.71 1.71-1.622c0-.406-.171-.79-.443-1.36l-.018-.038c-.246-.516-.571-1.198-.571-1.99c0-.867.43-1.787.93-2.532c.16-.24.33-.434.508-.602m7.13 0c1.182-.537 1.976-1.35 2.454-2.157c1.552 1.35 2.406 3.05 2.406 5.29c0 .894-.191 2.236-.688 3.323C37.228 41.425 36.545 42 35.681 42c-.926 0-1.71-.71-1.71-1.622c0-.406.171-.79.443-1.36l.018-.038c.246-.516.572-1.198.572-1.99c0-.867-.43-1.787-.93-2.532a3.489 3.489 0 0 0-.509-.602M30 17a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-16-2a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2 0a5 5 0 1 1-1.903-3.925L17.172 8H15a1 1 0 1 1 0-2h4.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.5l-3.108 3.108c.388.71.608 1.526.608 2.392" 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="M0 0h48v48H0zm35 22.536c1.702-.247 3.496-.616 5.48-1.107a2 2 0 0 0-.96-3.883c-3.813.943-6.687 1.367-9.513 1.356c-2.831-.01-5.713-.458-9.548-1.361a2 2 0 1 0-.918 3.893c1.975.465 3.761.827 5.459 1.075V25h10zM25 27v1.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.318c.297 0 .692-.103 1.2-.318c.243-.103.484-.219.733-.342l.119-.059c.202-.1.427-.212.627-.301C34.43 31.2 35 29.574 35 28.94V27zm1.435 6.856c-1.182-.537-1.976-1.349-2.454-2.157c-1.552 1.351-2.406 3.05-2.406 5.29c0 .894.191 2.236.688 3.323c.509 1.113 1.192 1.688 2.056 1.688c.926 0 1.71-.71 1.71-1.622c0-.406-.171-.79-.443-1.36l-.018-.038c-.246-.516-.571-1.198-.571-1.99c0-.867.43-1.787.93-2.532c.16-.24.33-.434.508-.602m7.13 0c1.182-.537 1.976-1.35 2.454-2.157c1.552 1.35 2.406 3.05 2.406 5.29c0 .894-.191 2.236-.688 3.323C37.228 41.425 36.545 42 35.681 42c-.926 0-1.71-.71-1.71-1.622c0-.406.171-.79.443-1.36l.018-.038c.246-.516.572-1.198.572-1.99c0-.867-.43-1.787-.93-2.532a3.489 3.489 0 0 0-.509-.602M30 17a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m-16-2a3 3 0 1 1-6 0a3 3 0 0 1 6 0m2 0a5 5 0 1 1-1.903-3.925L17.172 8H15a1 1 0 1 1 0-2h4.5a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V9.5l-3.108 3.108c.388.71.608 1.526.608 2.392" clip-rule="evenodd"/></svg> </template>
CSS
.icon-baby-male-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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm35%2022.536c1.702-.247%203.496-.616%205.48-1.107a2%202%200%200%200-.96-3.883c-3.813.943-6.687%201.367-9.513%201.356c-2.831-.01-5.713-.458-9.548-1.361a2%202%200%201%200-.918%203.893c1.975.465%203.761.827%205.459%201.075V25h10zM25%2027v1.94c0%20.634.57%202.26%202.32%203.04c.2.089.426.2.628.301l.12.06c.248.122.489.238.732.341c.508.215.903.318%201.2.318c.297%200%20.692-.103%201.2-.318c.243-.103.484-.219.733-.342l.119-.059c.202-.1.427-.212.627-.301C34.43%2031.2%2035%2029.574%2035%2028.94V27zm1.435%206.856c-1.182-.537-1.976-1.349-2.454-2.157c-1.552%201.351-2.406%203.05-2.406%205.29c0%20.894.191%202.236.688%203.323c.509%201.113%201.192%201.688%202.056%201.688c.926%200%201.71-.71%201.71-1.622c0-.406-.171-.79-.443-1.36l-.018-.038c-.246-.516-.571-1.198-.571-1.99c0-.867.43-1.787.93-2.532c.16-.24.33-.434.508-.602m7.13%200c1.182-.537%201.976-1.35%202.454-2.157c1.552%201.35%202.406%203.05%202.406%205.29c0%20.894-.191%202.236-.688%203.323C37.228%2041.425%2036.545%2042%2035.681%2042c-.926%200-1.71-.71-1.71-1.622c0-.406.171-.79.443-1.36l.018-.038c.246-.516.572-1.198.572-1.99c0-.867-.43-1.787-.93-2.532a3.489%203.489%200%200%200-.509-.602M30%2017a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m-16-2a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2%200a5%205%200%201%201-1.903-3.925L17.172%208H15a1%201%200%201%201%200-2h4.5a1%201%200%200%201%201%201v5a1%201%200%201%201-2%200V9.5l-3.108%203.108c.388.71.608%201.526.608%202.392%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%22M0%200h48v48H0zm35%2022.536c1.702-.247%203.496-.616%205.48-1.107a2%202%200%200%200-.96-3.883c-3.813.943-6.687%201.367-9.513%201.356c-2.831-.01-5.713-.458-9.548-1.361a2%202%200%201%200-.918%203.893c1.975.465%203.761.827%205.459%201.075V25h10zM25%2027v1.94c0%20.634.57%202.26%202.32%203.04c.2.089.426.2.628.301l.12.06c.248.122.489.238.732.341c.508.215.903.318%201.2.318c.297%200%20.692-.103%201.2-.318c.243-.103.484-.219.733-.342l.119-.059c.202-.1.427-.212.627-.301C34.43%2031.2%2035%2029.574%2035%2028.94V27zm1.435%206.856c-1.182-.537-1.976-1.349-2.454-2.157c-1.552%201.351-2.406%203.05-2.406%205.29c0%20.894.191%202.236.688%203.323c.509%201.113%201.192%201.688%202.056%201.688c.926%200%201.71-.71%201.71-1.622c0-.406-.171-.79-.443-1.36l-.018-.038c-.246-.516-.571-1.198-.571-1.99c0-.867.43-1.787.93-2.532c.16-.24.33-.434.508-.602m7.13%200c1.182-.537%201.976-1.35%202.454-2.157c1.552%201.35%202.406%203.05%202.406%205.29c0%20.894-.191%202.236-.688%203.323C37.228%2041.425%2036.545%2042%2035.681%2042c-.926%200-1.71-.71-1.71-1.622c0-.406.171-.79.443-1.36l.018-.038c.246-.516.572-1.198.572-1.99c0-.867-.43-1.787-.93-2.532a3.489%203.489%200%200%200-.509-.602M30%2017a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m-16-2a3%203%200%201%201-6%200a3%203%200%200%201%206%200m2%200a5%205%200%201%201-1.903-3.925L17.172%208H15a1%201%200%201%201%200-2h4.5a1%201%200%200%201%201%201v5a1%201%200%201%201-2%200V9.5l-3.108%203.108c.388.71.608%201.526.608%202.392%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/baby-male-0203m-negative.svg?color=%231a73e8&size=48