girl 0105y icon

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

Name
girl-0105y-outline-24px
Set
Health Icons
Style
Outline 24px
Category
People
Viewbox
24×24
License
MIT

3 other variants in Health Icons

More people icons from Health Icons

Use the girl 0105y icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.5A2.25 2.25 0 1 0 12 4a2.25 2.25 0 0 0 0 4.5"/><path d="m16.5 16l-1.673-4.78c1.214-.242 2.144-.588 2.62-.826a1 1 0 1 0-.894-1.788c-.533.266-2.314.894-4.553.894c-2.24 0-4.02-.628-4.553-.894a1 1 0 1 0-.894 1.788c.476.238 1.406.584 2.62.825L7.5 16s2.972.5 4.5.5s4.5-.5 4.5-.5M9 17.25l2.5.25l-.323 1.616A1.1 1.1 0 0 1 9 18.902zm6 0l-2.5.25l.323 1.616A1.099 1.099 0 0 0 15 18.902z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsGirl0105yOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.5A2.25 2.25 0 1 0 12 4a2.25 2.25 0 0 0 0 4.5"/><path d="m16.5 16l-1.673-4.78c1.214-.242 2.144-.588 2.62-.826a1 1 0 1 0-.894-1.788c-.533.266-2.314.894-4.553.894c-2.24 0-4.02-.628-4.553-.894a1 1 0 1 0-.894 1.788c.476.238 1.406.584 2.62.825L7.5 16s2.972.5 4.5.5s4.5-.5 4.5-.5M9 17.25l2.5.25l-.323 1.616A1.1 1.1 0 0 1 9 18.902zm6 0l-2.5.25l.323 1.616A1.099 1.099 0 0 0 15 18.902z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 8.5A2.25 2.25 0 1 0 12 4a2.25 2.25 0 0 0 0 4.5"/><path d="m16.5 16l-1.673-4.78c1.214-.242 2.144-.588 2.62-.826a1 1 0 1 0-.894-1.788c-.533.266-2.314.894-4.553.894c-2.24 0-4.02-.628-4.553-.894a1 1 0 1 0-.894 1.788c.476.238 1.406.584 2.62.825L7.5 16s2.972.5 4.5.5s4.5-.5 4.5-.5M9 17.25l2.5.25l-.323 1.616A1.1 1.1 0 0 1 9 18.902zm6 0l-2.5.25l.323 1.616A1.099 1.099 0 0 0 15 18.902z"/></g></svg>
</template>

CSS

.icon-girl-0105y-outline-24px {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%208.5A2.25%202.25%200%201%200%2012%204a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20d%3D%22m16.5%2016l-1.673-4.78c1.214-.242%202.144-.588%202.62-.826a1%201%200%201%200-.894-1.788c-.533.266-2.314.894-4.553.894c-2.24%200-4.02-.628-4.553-.894a1%201%200%201%200-.894%201.788c.476.238%201.406.584%202.62.825L7.5%2016s2.972.5%204.5.5s4.5-.5%204.5-.5M9%2017.25l2.5.25l-.323%201.616A1.1%201.1%200%200%201%209%2018.902zm6%200l-2.5.25l.323%201.616A1.099%201.099%200%200%200%2015%2018.902z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%208.5A2.25%202.25%200%201%200%2012%204a2.25%202.25%200%200%200%200%204.5%22%2F%3E%3Cpath%20d%3D%22m16.5%2016l-1.673-4.78c1.214-.242%202.144-.588%202.62-.826a1%201%200%201%200-.894-1.788c-.533.266-2.314.894-4.553.894c-2.24%200-4.02-.628-4.553-.894a1%201%200%201%200-.894%201.788c.476.238%201.406.584%202.62.825L7.5%2016s2.972.5%204.5.5s4.5-.5%204.5-.5M9%2017.25l2.5.25l-.323%201.616A1.1%201.1%200%200%201%209%2018.902zm6%200l-2.5.25l.323%201.616A1.099%201.099%200%200%200%2015%2018.902z%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/girl-0105y-outline-24px.svg?color=%231a73e8&size=48