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

Name
boy-0105y-outline
Set
Health Icons
Style
Outline
Category
People
Viewbox
48×48
License
MIT
Aliases
boy-0105y2x-outline

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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M34.468 20.948a1 1 0 0 0-1.22-.716c-3.662.954-6.466 1.394-9.244 1.383c-2.782-.012-5.59-.475-9.263-1.385a1 1 0 1 0-.482 1.94c2.162.536 4.068.93 5.873 1.17l.868.116v5.481l-.992 7.939a1 1 0 0 0 1.975.308l1.5-8a1 1 0 0 0 .017-.18h2a1 1 0 0 0 .017.18l1.5 8a1 1 0 0 0 1.975-.308L28 28.938v-5.58l.844-.134c1.518-.24 3.126-.592 4.908-1.056a1 1 0 0 0 .716-1.22m-1.724-2.651a3 3 0 0 1 1.512 5.806a57 57 0 0 1-4.256.954v3.756l.977 7.815a3 3 0 0 1-5.926.925l-.551-2.94l-.551 2.94a3 3 0 0 1-5.926-.925L19 28.813v-3.615c-1.64-.256-3.352-.622-5.222-1.086a3 3 0 0 1 1.444-5.824c3.602.893 6.235 1.316 8.79 1.326c2.546.01 5.167-.389 8.732-1.317"/><path d="M24 10a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsBoy0105yOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M34.468 20.948a1 1 0 0 0-1.22-.716c-3.662.954-6.466 1.394-9.244 1.383c-2.782-.012-5.59-.475-9.263-1.385a1 1 0 1 0-.482 1.94c2.162.536 4.068.93 5.873 1.17l.868.116v5.481l-.992 7.939a1 1 0 0 0 1.975.308l1.5-8a1 1 0 0 0 .017-.18h2a1 1 0 0 0 .017.18l1.5 8a1 1 0 0 0 1.975-.308L28 28.938v-5.58l.844-.134c1.518-.24 3.126-.592 4.908-1.056a1 1 0 0 0 .716-1.22m-1.724-2.651a3 3 0 0 1 1.512 5.806a57 57 0 0 1-4.256.954v3.756l.977 7.815a3 3 0 0 1-5.926.925l-.551-2.94l-.551 2.94a3 3 0 0 1-5.926-.925L19 28.813v-3.615c-1.64-.256-3.352-.622-5.222-1.086a3 3 0 0 1 1.444-5.824c3.602.893 6.235 1.316 8.79 1.326c2.546.01 5.167-.389 8.732-1.317"/><path d="M24 10a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M34.468 20.948a1 1 0 0 0-1.22-.716c-3.662.954-6.466 1.394-9.244 1.383c-2.782-.012-5.59-.475-9.263-1.385a1 1 0 1 0-.482 1.94c2.162.536 4.068.93 5.873 1.17l.868.116v5.481l-.992 7.939a1 1 0 0 0 1.975.308l1.5-8a1 1 0 0 0 .017-.18h2a1 1 0 0 0 .017.18l1.5 8a1 1 0 0 0 1.975-.308L28 28.938v-5.58l.844-.134c1.518-.24 3.126-.592 4.908-1.056a1 1 0 0 0 .716-1.22m-1.724-2.651a3 3 0 0 1 1.512 5.806a57 57 0 0 1-4.256.954v3.756l.977 7.815a3 3 0 0 1-5.926.925l-.551-2.94l-.551 2.94a3 3 0 0 1-5.926-.925L19 28.813v-3.615c-1.64-.256-3.352-.622-5.222-1.086a3 3 0 0 1 1.444-5.824c3.602.893 6.235 1.316 8.79 1.326c2.546.01 5.167-.389 8.732-1.317"/><path d="M24 10a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0"/></g></svg>
</template>

CSS

.icon-boy-0105y-outline {
  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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M34.468%2020.948a1%201%200%200%200-1.22-.716c-3.662.954-6.466%201.394-9.244%201.383c-2.782-.012-5.59-.475-9.263-1.385a1%201%200%201%200-.482%201.94c2.162.536%204.068.93%205.873%201.17l.868.116v5.481l-.992%207.939a1%201%200%200%200%201.975.308l1.5-8a1%201%200%200%200%20.017-.18h2a1%201%200%200%200%20.017.18l1.5%208a1%201%200%200%200%201.975-.308L28%2028.938v-5.58l.844-.134c1.518-.24%203.126-.592%204.908-1.056a1%201%200%200%200%20.716-1.22m-1.724-2.651a3%203%200%200%201%201.512%205.806a57%2057%200%200%201-4.256.954v3.756l.977%207.815a3%203%200%200%201-5.926.925l-.551-2.94l-.551%202.94a3%203%200%200%201-5.926-.925L19%2028.813v-3.615c-1.64-.256-3.352-.622-5.222-1.086a3%203%200%200%201%201.444-5.824c3.602.893%206.235%201.316%208.79%201.326c2.546.01%205.167-.389%208.732-1.317%22%2F%3E%3Cpath%20d%3D%22M24%2010a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200%22%2F%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M34.468%2020.948a1%201%200%200%200-1.22-.716c-3.662.954-6.466%201.394-9.244%201.383c-2.782-.012-5.59-.475-9.263-1.385a1%201%200%201%200-.482%201.94c2.162.536%204.068.93%205.873%201.17l.868.116v5.481l-.992%207.939a1%201%200%200%200%201.975.308l1.5-8a1%201%200%200%200%20.017-.18h2a1%201%200%200%200%20.017.18l1.5%208a1%201%200%200%200%201.975-.308L28%2028.938v-5.58l.844-.134c1.518-.24%203.126-.592%204.908-1.056a1%201%200%200%200%20.716-1.22m-1.724-2.651a3%203%200%200%201%201.512%205.806a57%2057%200%200%201-4.256.954v3.756l.977%207.815a3%203%200%200%201-5.926.925l-.551-2.94l-.551%202.94a3%203%200%200%201-5.926-.925L19%2028.813v-3.615c-1.64-.256-3.352-.622-5.222-1.086a3%203%200%200%201%201.444-5.824c3.602.893%206.235%201.316%208.79%201.326c2.546.01%205.167-.389%208.732-1.317%22%2F%3E%3Cpath%20d%3D%22M24%2010a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/boy-0105y-outline.svg?color=%231a73e8&size=48