young people negative icon

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

Name
young-people-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Related icons in Health Icons

Use the young people 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(#healthiconsYoungPeopleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM37 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0m3.07 22.34c-.455-1.197-1.184-3.18-1.763-5.07c1.79-.216 3.193-2.314 3.193-4.87c0-2.7-1.567-4.888-3.5-4.888h-.013q.013-.09.013-.184c0-.733-.595-1.328-1.328-1.328h-7.344a1.328 1.328 0 0 0-1.315 1.512H28c-1.933 0-3.5 2.189-3.5 4.889c0 2.582 1.433 4.697 3.249 4.876c-.572 1.887-1.309 3.83-1.78 5.02a1.01 1.01 0 0 0 .761 1.37c4.93.826 8.056.848 12.594.013a1 1 0 0 0 .745-1.34M30.5 19.5c0 1.75-.133 3.107-.538 4.009c-.19.426-.424.707-.7.888c-.274.18-.666.314-1.262.314v2c.904 0 1.7-.206 2.363-.644c.662-.436 1.116-1.051 1.425-1.74c.595-1.33.712-3.076.712-4.827zm5.538 4.009c-.405-.902-.538-2.26-.538-4.009h-2c0 1.75.117 3.498.712 4.827c.31.689.763 1.304 1.425 1.74c.664.437 1.459.643 2.363.643v-2c-.596 0-.988-.132-1.262-.313c-.276-.181-.51-.462-.7-.888M28.5 37.15v1.35a1.5 1.5 0 0 0 2.948.39l.395-1.464a36 36 0 0 1-3.343-.275m6.641.218l.41 1.522A1.5 1.5 0 0 0 38.5 38.5V37a42 42 0 0 1-3.359.37M18.445 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0M20 38a2 2 0 0 1-3.985.248L15.235 32h-.444l-.808 6.256A2 2 0 0 1 10 38v-8.702c-1.973-.3-3.5-2.358-3.5-4.851c0-2.569 1.62-4.675 3.68-4.874A1 1 0 0 1 11 18h8a1 1 0 0 1 .82 1.573c2.06.198 3.681 2.305 3.681 4.874c0 2.494-1.527 4.551-3.501 4.852zm-7.894-18.443c0 1.91-.165 3.26-.578 4.112c-.193.399-.425.656-.7.822c-.279.168-.677.29-1.272.29v2c.869 0 1.646-.18 2.307-.579c.665-.402 1.137-.983 1.466-1.661c.63-1.302.777-3.065.777-4.984zm6.146 4.112c-.413-.852-.578-2.201-.578-4.112h-2c0 1.92.147 3.682.778 4.984c.328.678.8 1.259 1.465 1.661c.661.4 1.439.578 2.307.578v-2c-.595 0-.993-.12-1.272-.29c-.274-.165-.507-.422-.7-.821" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsYoungPeopleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsYoungPeopleNegative(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(#healthiconsYoungPeopleNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM37 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0m3.07 22.34c-.455-1.197-1.184-3.18-1.763-5.07c1.79-.216 3.193-2.314 3.193-4.87c0-2.7-1.567-4.888-3.5-4.888h-.013q.013-.09.013-.184c0-.733-.595-1.328-1.328-1.328h-7.344a1.328 1.328 0 0 0-1.315 1.512H28c-1.933 0-3.5 2.189-3.5 4.889c0 2.582 1.433 4.697 3.249 4.876c-.572 1.887-1.309 3.83-1.78 5.02a1.01 1.01 0 0 0 .761 1.37c4.93.826 8.056.848 12.594.013a1 1 0 0 0 .745-1.34M30.5 19.5c0 1.75-.133 3.107-.538 4.009c-.19.426-.424.707-.7.888c-.274.18-.666.314-1.262.314v2c.904 0 1.7-.206 2.363-.644c.662-.436 1.116-1.051 1.425-1.74c.595-1.33.712-3.076.712-4.827zm5.538 4.009c-.405-.902-.538-2.26-.538-4.009h-2c0 1.75.117 3.498.712 4.827c.31.689.763 1.304 1.425 1.74c.664.437 1.459.643 2.363.643v-2c-.596 0-.988-.132-1.262-.313c-.276-.181-.51-.462-.7-.888M28.5 37.15v1.35a1.5 1.5 0 0 0 2.948.39l.395-1.464a36 36 0 0 1-3.343-.275m6.641.218l.41 1.522A1.5 1.5 0 0 0 38.5 38.5V37a42 42 0 0 1-3.359.37M18.445 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0M20 38a2 2 0 0 1-3.985.248L15.235 32h-.444l-.808 6.256A2 2 0 0 1 10 38v-8.702c-1.973-.3-3.5-2.358-3.5-4.851c0-2.569 1.62-4.675 3.68-4.874A1 1 0 0 1 11 18h8a1 1 0 0 1 .82 1.573c2.06.198 3.681 2.305 3.681 4.874c0 2.494-1.527 4.551-3.501 4.852zm-7.894-18.443c0 1.91-.165 3.26-.578 4.112c-.193.399-.425.656-.7.822c-.279.168-.677.29-1.272.29v2c.869 0 1.646-.18 2.307-.579c.665-.402 1.137-.983 1.466-1.661c.63-1.302.777-3.065.777-4.984zm6.146 4.112c-.413-.852-.578-2.201-.578-4.112h-2c0 1.92.147 3.682.778 4.984c.328.678.8 1.259 1.465 1.661c.661.4 1.439.578 2.307.578v-2c-.595 0-.993-.12-1.272-.29c-.274-.165-.507-.422-.7-.821" clipRule="evenodd"/></g><defs><clipPath id="healthiconsYoungPeopleNegative"><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(#healthiconsYoungPeopleNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM37 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0m3.07 22.34c-.455-1.197-1.184-3.18-1.763-5.07c1.79-.216 3.193-2.314 3.193-4.87c0-2.7-1.567-4.888-3.5-4.888h-.013q.013-.09.013-.184c0-.733-.595-1.328-1.328-1.328h-7.344a1.328 1.328 0 0 0-1.315 1.512H28c-1.933 0-3.5 2.189-3.5 4.889c0 2.582 1.433 4.697 3.249 4.876c-.572 1.887-1.309 3.83-1.78 5.02a1.01 1.01 0 0 0 .761 1.37c4.93.826 8.056.848 12.594.013a1 1 0 0 0 .745-1.34M30.5 19.5c0 1.75-.133 3.107-.538 4.009c-.19.426-.424.707-.7.888c-.274.18-.666.314-1.262.314v2c.904 0 1.7-.206 2.363-.644c.662-.436 1.116-1.051 1.425-1.74c.595-1.33.712-3.076.712-4.827zm5.538 4.009c-.405-.902-.538-2.26-.538-4.009h-2c0 1.75.117 3.498.712 4.827c.31.689.763 1.304 1.425 1.74c.664.437 1.459.643 2.363.643v-2c-.596 0-.988-.132-1.262-.313c-.276-.181-.51-.462-.7-.888M28.5 37.15v1.35a1.5 1.5 0 0 0 2.948.39l.395-1.464a36 36 0 0 1-3.343-.275m6.641.218l.41 1.522A1.5 1.5 0 0 0 38.5 38.5V37a42 42 0 0 1-3.359.37M18.445 12a4 4 0 1 1-8 0a4 4 0 0 1 8 0M20 38a2 2 0 0 1-3.985.248L15.235 32h-.444l-.808 6.256A2 2 0 0 1 10 38v-8.702c-1.973-.3-3.5-2.358-3.5-4.851c0-2.569 1.62-4.675 3.68-4.874A1 1 0 0 1 11 18h8a1 1 0 0 1 .82 1.573c2.06.198 3.681 2.305 3.681 4.874c0 2.494-1.527 4.551-3.501 4.852zm-7.894-18.443c0 1.91-.165 3.26-.578 4.112c-.193.399-.425.656-.7.822c-.279.168-.677.29-1.272.29v2c.869 0 1.646-.18 2.307-.579c.665-.402 1.137-.983 1.466-1.661c.63-1.302.777-3.065.777-4.984zm6.146 4.112c-.413-.852-.578-2.201-.578-4.112h-2c0 1.92.147 3.682.778 4.984c.328.678.8 1.259 1.465 1.661c.661.4 1.439.578 2.307.578v-2c-.595 0-.993-.12-1.272-.29c-.274-.165-.507-.422-.7-.821" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsYoungPeopleNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-young-people-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(%23healthiconsYoungPeopleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM37%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200m3.07%2022.34c-.455-1.197-1.184-3.18-1.763-5.07c1.79-.216%203.193-2.314%203.193-4.87c0-2.7-1.567-4.888-3.5-4.888h-.013q.013-.09.013-.184c0-.733-.595-1.328-1.328-1.328h-7.344a1.328%201.328%200%200%200-1.315%201.512H28c-1.933%200-3.5%202.189-3.5%204.889c0%202.582%201.433%204.697%203.249%204.876c-.572%201.887-1.309%203.83-1.78%205.02a1.01%201.01%200%200%200%20.761%201.37c4.93.826%208.056.848%2012.594.013a1%201%200%200%200%20.745-1.34M30.5%2019.5c0%201.75-.133%203.107-.538%204.009c-.19.426-.424.707-.7.888c-.274.18-.666.314-1.262.314v2c.904%200%201.7-.206%202.363-.644c.662-.436%201.116-1.051%201.425-1.74c.595-1.33.712-3.076.712-4.827zm5.538%204.009c-.405-.902-.538-2.26-.538-4.009h-2c0%201.75.117%203.498.712%204.827c.31.689.763%201.304%201.425%201.74c.664.437%201.459.643%202.363.643v-2c-.596%200-.988-.132-1.262-.313c-.276-.181-.51-.462-.7-.888M28.5%2037.15v1.35a1.5%201.5%200%200%200%202.948.39l.395-1.464a36%2036%200%200%201-3.343-.275m6.641.218l.41%201.522A1.5%201.5%200%200%200%2038.5%2038.5V37a42%2042%200%200%201-3.359.37M18.445%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200M20%2038a2%202%200%200%201-3.985.248L15.235%2032h-.444l-.808%206.256A2%202%200%200%201%2010%2038v-8.702c-1.973-.3-3.5-2.358-3.5-4.851c0-2.569%201.62-4.675%203.68-4.874A1%201%200%200%201%2011%2018h8a1%201%200%200%201%20.82%201.573c2.06.198%203.681%202.305%203.681%204.874c0%202.494-1.527%204.551-3.501%204.852zm-7.894-18.443c0%201.91-.165%203.26-.578%204.112c-.193.399-.425.656-.7.822c-.279.168-.677.29-1.272.29v2c.869%200%201.646-.18%202.307-.579c.665-.402%201.137-.983%201.466-1.661c.63-1.302.777-3.065.777-4.984zm6.146%204.112c-.413-.852-.578-2.201-.578-4.112h-2c0%201.92.147%203.682.778%204.984c.328.678.8%201.259%201.465%201.661c.661.4%201.439.578%202.307.578v-2c-.595%200-.993-.12-1.272-.29c-.274-.165-.507-.422-.7-.821%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsYoungPeopleNegative%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(%23healthiconsYoungPeopleNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM37%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200m3.07%2022.34c-.455-1.197-1.184-3.18-1.763-5.07c1.79-.216%203.193-2.314%203.193-4.87c0-2.7-1.567-4.888-3.5-4.888h-.013q.013-.09.013-.184c0-.733-.595-1.328-1.328-1.328h-7.344a1.328%201.328%200%200%200-1.315%201.512H28c-1.933%200-3.5%202.189-3.5%204.889c0%202.582%201.433%204.697%203.249%204.876c-.572%201.887-1.309%203.83-1.78%205.02a1.01%201.01%200%200%200%20.761%201.37c4.93.826%208.056.848%2012.594.013a1%201%200%200%200%20.745-1.34M30.5%2019.5c0%201.75-.133%203.107-.538%204.009c-.19.426-.424.707-.7.888c-.274.18-.666.314-1.262.314v2c.904%200%201.7-.206%202.363-.644c.662-.436%201.116-1.051%201.425-1.74c.595-1.33.712-3.076.712-4.827zm5.538%204.009c-.405-.902-.538-2.26-.538-4.009h-2c0%201.75.117%203.498.712%204.827c.31.689.763%201.304%201.425%201.74c.664.437%201.459.643%202.363.643v-2c-.596%200-.988-.132-1.262-.313c-.276-.181-.51-.462-.7-.888M28.5%2037.15v1.35a1.5%201.5%200%200%200%202.948.39l.395-1.464a36%2036%200%200%201-3.343-.275m6.641.218l.41%201.522A1.5%201.5%200%200%200%2038.5%2038.5V37a42%2042%200%200%201-3.359.37M18.445%2012a4%204%200%201%201-8%200a4%204%200%200%201%208%200M20%2038a2%202%200%200%201-3.985.248L15.235%2032h-.444l-.808%206.256A2%202%200%200%201%2010%2038v-8.702c-1.973-.3-3.5-2.358-3.5-4.851c0-2.569%201.62-4.675%203.68-4.874A1%201%200%200%201%2011%2018h8a1%201%200%200%201%20.82%201.573c2.06.198%203.681%202.305%203.681%204.874c0%202.494-1.527%204.551-3.501%204.852zm-7.894-18.443c0%201.91-.165%203.26-.578%204.112c-.193.399-.425.656-.7.822c-.279.168-.677.29-1.272.29v2c.869%200%201.646-.18%202.307-.579c.665-.402%201.137-.983%201.466-1.661c.63-1.302.777-3.065.777-4.984zm6.146%204.112c-.413-.852-.578-2.201-.578-4.112h-2c0%201.92.147%203.682.778%204.984c.328.678.8%201.259%201.465%201.661c.661.4%201.439.578%202.307.578v-2c-.595%200-.993-.12-1.272-.29c-.274-.165-.507-.422-.7-.821%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsYoungPeopleNegative%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/young-people-negative.svg?color=%231a73e8&size=48