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

Name
boy-0105y
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More people icons from Health Icons

Use the boy 0105y 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="M24 17a4 4 0 1 0 0-8a4 4 0 0 0 0 8m11.436 1.984a2 2 0 0 1-1.432 2.439c-1.804.47-3.444.83-5.004 1.076v6.376l.985 7.877a2 2 0 0 1-3.925.733l-2-8Q24 29.244 24 29q0 .244-.06.485l-2 8a2 2 0 0 1-3.925-.733L19 28.875v-6.402c-1.555-.248-3.188-.6-4.981-1.044a2 2 0 1 1 .962-3.883c3.638.902 6.359 1.345 9.027 1.356c2.662.01 5.375-.409 8.988-1.35a2 2 0 0 1 2.44 1.432" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBoy0105y(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="M24 17a4 4 0 1 0 0-8a4 4 0 0 0 0 8m11.436 1.984a2 2 0 0 1-1.432 2.439c-1.804.47-3.444.83-5.004 1.076v6.376l.985 7.877a2 2 0 0 1-3.925.733l-2-8Q24 29.244 24 29q0 .244-.06.485l-2 8a2 2 0 0 1-3.925-.733L19 28.875v-6.402c-1.555-.248-3.188-.6-4.981-1.044a2 2 0 1 1 .962-3.883c3.638.902 6.359 1.345 9.027 1.356c2.662.01 5.375-.409 8.988-1.35a2 2 0 0 1 2.44 1.432" 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="M24 17a4 4 0 1 0 0-8a4 4 0 0 0 0 8m11.436 1.984a2 2 0 0 1-1.432 2.439c-1.804.47-3.444.83-5.004 1.076v6.376l.985 7.877a2 2 0 0 1-3.925.733l-2-8Q24 29.244 24 29q0 .244-.06.485l-2 8a2 2 0 0 1-3.925-.733L19 28.875v-6.402c-1.555-.248-3.188-.6-4.981-1.044a2 2 0 1 1 .962-3.883c3.638.902 6.359 1.345 9.027 1.356c2.662.01 5.375-.409 8.988-1.35a2 2 0 0 1 2.44 1.432" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-boy-0105y {
  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%22M24%2017a4%204%200%201%200%200-8a4%204%200%200%200%200%208m11.436%201.984a2%202%200%200%201-1.432%202.439c-1.804.47-3.444.83-5.004%201.076v6.376l.985%207.877a2%202%200%200%201-3.925.733l-2-8Q24%2029.244%2024%2029q0%20.244-.06.485l-2%208a2%202%200%200%201-3.925-.733L19%2028.875v-6.402c-1.555-.248-3.188-.6-4.981-1.044a2%202%200%201%201%20.962-3.883c3.638.902%206.359%201.345%209.027%201.356c2.662.01%205.375-.409%208.988-1.35a2%202%200%200%201%202.44%201.432%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%22M24%2017a4%204%200%201%200%200-8a4%204%200%200%200%200%208m11.436%201.984a2%202%200%200%201-1.432%202.439c-1.804.47-3.444.83-5.004%201.076v6.376l.985%207.877a2%202%200%200%201-3.925.733l-2-8Q24%2029.244%2024%2029q0%20.244-.06.485l-2%208a2%202%200%200%201-3.925-.733L19%2028.875v-6.402c-1.555-.248-3.188-.6-4.981-1.044a2%202%200%201%201%20.962-3.883c3.638.902%206.359%201.345%209.027%201.356c2.662.01%205.375-.409%208.988-1.35a2%202%200%200%201%202.44%201.432%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/boy-0105y.svg?color=%231a73e8&size=48