girl 1015y negative icon
girl-1015y-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- girl-1015y-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Related icons in Health Icons
Use the girl 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(#healthiconsGirl1015yNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18 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.466c0 2.467-1.328 4.554-3.159 5.252a73 73 0 0 0 1.522 3.234a1.01 1.01 0 0 1-.754 1.453c-5.463.76-9.218.74-15.155-.012c-.699-.088-1.088-.858-.764-1.483c.43-.83 1-1.972 1.53-3.17C15.358 29.1 14 26.994 14 24.5c0-2.831 1.75-5.162 4-5.466V19h.085a1.5 1.5 0 0 1-.085-.5m2.993.5c0 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.551zm6.676 4.68c-.478-.987-.662-2.53-.662-4.68h-2c0 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-.976M19 37.014V40.5a1.5 1.5 0 0 0 2.948.391l.94-3.483A39 39 0 0 1 19 37.014m7.11.387l.942 3.49a1.5 1.5 0 0 0 2.948-.39V37a41 41 0 0 1-3.89.401M24 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGirl1015yNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsGirl1015yNegative(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(#healthiconsGirl1015yNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM18 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.466c0 2.467-1.328 4.554-3.159 5.252a73 73 0 0 0 1.522 3.234a1.01 1.01 0 0 1-.754 1.453c-5.463.76-9.218.74-15.155-.012c-.699-.088-1.088-.858-.764-1.483c.43-.83 1-1.972 1.53-3.17C15.358 29.1 14 26.994 14 24.5c0-2.831 1.75-5.162 4-5.466V19h.085a1.5 1.5 0 0 1-.085-.5m2.993.5c0 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.551zm6.676 4.68c-.478-.987-.662-2.53-.662-4.68h-2c0 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-.976M19 37.014V40.5a1.5 1.5 0 0 0 2.948.391l.94-3.483A39 39 0 0 1 19 37.014m7.11.387l.942 3.49a1.5 1.5 0 0 0 2.948-.39V37a41 41 0 0 1-3.89.401M24 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clipRule="evenodd"/></g><defs><clipPath id="healthiconsGirl1015yNegative"><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(#healthiconsGirl1015yNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18 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.466c0 2.467-1.328 4.554-3.159 5.252a73 73 0 0 0 1.522 3.234a1.01 1.01 0 0 1-.754 1.453c-5.463.76-9.218.74-15.155-.012c-.699-.088-1.088-.858-.764-1.483c.43-.83 1-1.972 1.53-3.17C15.358 29.1 14 26.994 14 24.5c0-2.831 1.75-5.162 4-5.466V19h.085a1.5 1.5 0 0 1-.085-.5m2.993.5c0 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.551zm6.676 4.68c-.478-.987-.662-2.53-.662-4.68h-2c0 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-.976M19 37.014V40.5a1.5 1.5 0 0 0 2.948.391l.94-3.483A39 39 0 0 1 19 37.014m7.11.387l.942 3.49a1.5 1.5 0 0 0 2.948-.39V37a41 41 0 0 1-3.89.401M24 15a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsGirl1015yNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-girl-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(%23healthiconsGirl1015yNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18%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.466c0%202.467-1.328%204.554-3.159%205.252a73%2073%200%200%200%201.522%203.234a1.01%201.01%200%200%201-.754%201.453c-5.463.76-9.218.74-15.155-.012c-.699-.088-1.088-.858-.764-1.483c.43-.83%201-1.972%201.53-3.17C15.358%2029.1%2014%2026.994%2014%2024.5c0-2.831%201.75-5.162%204-5.466V19h.085a1.5%201.5%200%200%201-.085-.5m2.993.5c0%202.15-.184%203.693-.662%204.68c-.226.465-.502.775-.836.976c-.337.204-.809.344-1.495.344v2c.96%200%201.81-.197%202.53-.632c.724-.438%201.24-1.071%201.601-1.817c.696-1.436.862-3.393.862-5.551zm6.676%204.68c-.478-.987-.662-2.53-.662-4.68h-2c0%202.158.166%204.115.862%205.551c.361.746.877%201.379%201.6%201.817c.72.435%201.571.632%202.531.632v-2c-.686%200-1.158-.14-1.495-.344c-.334-.201-.61-.51-.836-.976M19%2037.014V40.5a1.5%201.5%200%200%200%202.948.391l.94-3.483A39%2039%200%200%201%2019%2037.014m7.11.387l.942%203.49a1.5%201.5%200%200%200%202.948-.39V37a41%2041%200%200%201-3.89.401M24%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%22healthiconsGirl1015yNegative%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(%23healthiconsGirl1015yNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18%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.466c0%202.467-1.328%204.554-3.159%205.252a73%2073%200%200%200%201.522%203.234a1.01%201.01%200%200%201-.754%201.453c-5.463.76-9.218.74-15.155-.012c-.699-.088-1.088-.858-.764-1.483c.43-.83%201-1.972%201.53-3.17C15.358%2029.1%2014%2026.994%2014%2024.5c0-2.831%201.75-5.162%204-5.466V19h.085a1.5%201.5%200%200%201-.085-.5m2.993.5c0%202.15-.184%203.693-.662%204.68c-.226.465-.502.775-.836.976c-.337.204-.809.344-1.495.344v2c.96%200%201.81-.197%202.53-.632c.724-.438%201.24-1.071%201.601-1.817c.696-1.436.862-3.393.862-5.551zm6.676%204.68c-.478-.987-.662-2.53-.662-4.68h-2c0%202.158.166%204.115.862%205.551c.361.746.877%201.379%201.6%201.817c.72.435%201.571.632%202.531.632v-2c-.686%200-1.158-.14-1.495-.344c-.334-.201-.61-.51-.836-.976M19%2037.014V40.5a1.5%201.5%200%200%200%202.948.391l.94-3.483A39%2039%200%200%201%2019%2037.014m7.11.387l.942%203.49a1.5%201.5%200%200%200%202.948-.39V37a41%2041%200%200%201-3.89.401M24%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%22healthiconsGirl1015yNegative%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/girl-1015y-negative.svg?color=%231a73e8&size=48