boy 1015y negative icon

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

Name
boy-1015y-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the boy 1015y 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(#healthiconsBoy1015yNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18 18.5a1.5 1.5 0 0 1 1.5-1.5h9a1.5 1.5 0 0 1 1.415 2H30v.034c2.25.304 4 2.635 4 5.466s-1.75 5.162-4 5.466V40a2 2 0 0 1-3.988.22L25.21 33h-2.32l-.905 7.248A2 2 0 0 1 18 40V29.966c-2.25-.304-4-2.635-4-5.466s1.75-5.162 4-5.466V19h.085a1.5 1.5 0 0 1-.085-.5m2.331 5.18c.478-.987.662-2.53.662-4.68h2c0 2.158-.166 4.115-.862 5.551c-.361.746-.877 1.379-1.6 1.817c-.72.435-1.571.632-2.531.632v-2c.686 0 1.158-.14 1.495-.344c.334-.201.61-.51.836-.976M27.007 19c0 2.15.184 3.693.662 4.68c.226.465.502.775.836.976c.337.204.809.344 1.495.344v2c-.96 0-1.81-.197-2.53-.632c-.724-.438-1.24-1.071-1.601-1.817c-.696-1.436-.862-3.393-.862-5.551zM24 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBoy1015yNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBoy1015yNegative(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(#healthiconsBoy1015yNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm18 18.5a1.5 1.5 0 0 1 1.5-1.5h9a1.5 1.5 0 0 1 1.415 2H30v.034c2.25.304 4 2.635 4 5.466s-1.75 5.162-4 5.466V40a2 2 0 0 1-3.988.22L25.21 33h-2.32l-.905 7.248A2 2 0 0 1 18 40V29.966c-2.25-.304-4-2.635-4-5.466s1.75-5.162 4-5.466V19h.085a1.5 1.5 0 0 1-.085-.5m2.331 5.18c.478-.987.662-2.53.662-4.68h2c0 2.158-.166 4.115-.862 5.551c-.361.746-.877 1.379-1.6 1.817c-.72.435-1.571.632-2.531.632v-2c.686 0 1.158-.14 1.495-.344c.334-.201.61-.51.836-.976M27.007 19c0 2.15.184 3.693.662 4.68c.226.465.502.775.836.976c.337.204.809.344 1.495.344v2c-.96 0-1.81-.197-2.53-.632c-.724-.438-1.24-1.071-1.601-1.817c-.696-1.436-.862-3.393-.862-5.551zM24 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clipRule="evenodd"/></g><defs><clipPath id="healthiconsBoy1015yNegative"><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(#healthiconsBoy1015yNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm18 18.5a1.5 1.5 0 0 1 1.5-1.5h9a1.5 1.5 0 0 1 1.415 2H30v.034c2.25.304 4 2.635 4 5.466s-1.75 5.162-4 5.466V40a2 2 0 0 1-3.988.22L25.21 33h-2.32l-.905 7.248A2 2 0 0 1 18 40V29.966c-2.25-.304-4-2.635-4-5.466s1.75-5.162 4-5.466V19h.085a1.5 1.5 0 0 1-.085-.5m2.331 5.18c.478-.987.662-2.53.662-4.68h2c0 2.158-.166 4.115-.862 5.551c-.361.746-.877 1.379-1.6 1.817c-.72.435-1.571.632-2.531.632v-2c.686 0 1.158-.14 1.495-.344c.334-.201.61-.51.836-.976M27.007 19c0 2.15.184 3.693.662 4.68c.226.465.502.775.836.976c.337.204.809.344 1.495.344v2c-.96 0-1.81-.197-2.53-.632c-.724-.438-1.24-1.071-1.601-1.817c-.696-1.436-.862-3.393-.862-5.551zM24 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsBoy1015yNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-boy-1015y-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(%23healthiconsBoy1015yNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18%2018.5a1.5%201.5%200%200%201%201.5-1.5h9a1.5%201.5%200%200%201%201.415%202H30v.034c2.25.304%204%202.635%204%205.466s-1.75%205.162-4%205.466V40a2%202%200%200%201-3.988.22L25.21%2033h-2.32l-.905%207.248A2%202%200%200%201%2018%2040V29.966c-2.25-.304-4-2.635-4-5.466s1.75-5.162%204-5.466V19h.085a1.5%201.5%200%200%201-.085-.5m2.331%205.18c.478-.987.662-2.53.662-4.68h2c0%202.158-.166%204.115-.862%205.551c-.361.746-.877%201.379-1.6%201.817c-.72.435-1.571.632-2.531.632v-2c.686%200%201.158-.14%201.495-.344c.334-.201.61-.51.836-.976M27.007%2019c0%202.15.184%203.693.662%204.68c.226.465.502.775.836.976c.337.204.809.344%201.495.344v2c-.96%200-1.81-.197-2.53-.632c-.724-.438-1.24-1.071-1.601-1.817c-.696-1.436-.862-3.393-.862-5.551zM24%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBoy1015yNegative%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(%23healthiconsBoy1015yNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm18%2018.5a1.5%201.5%200%200%201%201.5-1.5h9a1.5%201.5%200%200%201%201.415%202H30v.034c2.25.304%204%202.635%204%205.466s-1.75%205.162-4%205.466V40a2%202%200%200%201-3.988.22L25.21%2033h-2.32l-.905%207.248A2%202%200%200%201%2018%2040V29.966c-2.25-.304-4-2.635-4-5.466s1.75-5.162%204-5.466V19h.085a1.5%201.5%200%200%201-.085-.5m2.331%205.18c.478-.987.662-2.53.662-4.68h2c0%202.158-.166%204.115-.862%205.551c-.361.746-.877%201.379-1.6%201.817c-.72.435-1.571.632-2.531.632v-2c.686%200%201.158-.14%201.495-.344c.334-.201.61-.51.836-.976M27.007%2019c0%202.15.184%203.693.662%204.68c.226.465.502.775.836.976c.337.204.809.344%201.495.344v2c-.96%200-1.81-.197-2.53-.632c-.724-.438-1.24-1.071-1.601-1.817c-.696-1.436-.862-3.393-.862-5.551zM24%2015a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsBoy1015yNegative%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/boy-1015y-negative.svg?color=%231a73e8&size=48