young people icon
young-people from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.
- Name
- young-people
- Set
- Health Icons
- Style
- Filled
- Category
- People
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
Use the young people 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="M33 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m5.307 13.27c.58 1.89 1.308 3.873 1.762 5.07a1 1 0 0 1-.745 1.34c-4.538.835-7.663.813-12.594-.013a1.01 1.01 0 0 1-.761-1.37c.471-1.19 1.208-3.133 1.78-5.02c-1.816-.18-3.249-2.294-3.249-4.876c0-2.7 1.567-4.89 3.5-4.89h.013A1.328 1.328 0 0 1 29.329 18h7.343a1.328 1.328 0 0 1 1.315 1.513H38c1.933 0 3.5 2.189 3.5 4.889c0 2.555-1.404 4.653-3.193 4.87m-8.345-5.761c.405-.902.538-2.26.538-4.009h2c0 1.75-.117 3.498-.712 4.827c-.31.689-.763 1.304-1.425 1.74c-.664.438-1.459.643-2.363.643v-2c.596 0 .988-.132 1.262-.313c.276-.181.51-.462.7-.888M35.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-.207-2.363-.644c-.662-.436-1.115-1.051-1.425-1.74c-.595-1.33-.712-3.076-.712-4.827zm-7 17.652V38.5a1.5 1.5 0 0 0 2.948.39l.395-1.464a36 36 0 0 1-3.343-.275m6.641.218l.41 1.52a1.5 1.5 0 0 0 2.949-.39V37a42 42 0 0 1-3.359.37M14.445 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m3.68 23.996A2 2 0 0 0 20 38v-8.701c1.974-.3 3.501-2.358 3.501-4.852c0-2.57-1.62-4.676-3.681-4.874A1 1 0 0 0 19 18h-8a1 1 0 0 0-.82 1.573c-2.06.2-3.68 2.305-3.68 4.874c0 2.493 1.527 4.55 3.5 4.851V38a2 2 0 0 0 3.983.256L14.792 32h.444l.78 6.248a2 2 0 0 0 2.11 1.748M11.527 23.67c.413-.852.578-2.201.578-4.112h2c0 1.92-.147 3.682-.777 4.984c-.329.678-.8 1.259-1.466 1.661c-.661.4-1.438.578-2.307.578v-2c.595 0 .993-.12 1.272-.29c.275-.165.508-.422.7-.821m6.146-4.112c0 1.91.165 3.26.578 4.112c.193.399.426.656.7.822c.28.168.677.29 1.272.29v2c-.868 0-1.646-.18-2.307-.579c-.665-.402-1.137-.983-1.465-1.661c-.63-1.302-.778-3.065-.778-4.984z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsYoungPeople(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="M33 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m5.307 13.27c.58 1.89 1.308 3.873 1.762 5.07a1 1 0 0 1-.745 1.34c-4.538.835-7.663.813-12.594-.013a1.01 1.01 0 0 1-.761-1.37c.471-1.19 1.208-3.133 1.78-5.02c-1.816-.18-3.249-2.294-3.249-4.876c0-2.7 1.567-4.89 3.5-4.89h.013A1.328 1.328 0 0 1 29.329 18h7.343a1.328 1.328 0 0 1 1.315 1.513H38c1.933 0 3.5 2.189 3.5 4.889c0 2.555-1.404 4.653-3.193 4.87m-8.345-5.761c.405-.902.538-2.26.538-4.009h2c0 1.75-.117 3.498-.712 4.827c-.31.689-.763 1.304-1.425 1.74c-.664.438-1.459.643-2.363.643v-2c.596 0 .988-.132 1.262-.313c.276-.181.51-.462.7-.888M35.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-.207-2.363-.644c-.662-.436-1.115-1.051-1.425-1.74c-.595-1.33-.712-3.076-.712-4.827zm-7 17.652V38.5a1.5 1.5 0 0 0 2.948.39l.395-1.464a36 36 0 0 1-3.343-.275m6.641.218l.41 1.52a1.5 1.5 0 0 0 2.949-.39V37a42 42 0 0 1-3.359.37M14.445 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m3.68 23.996A2 2 0 0 0 20 38v-8.701c1.974-.3 3.501-2.358 3.501-4.852c0-2.57-1.62-4.676-3.681-4.874A1 1 0 0 0 19 18h-8a1 1 0 0 0-.82 1.573c-2.06.2-3.68 2.305-3.68 4.874c0 2.493 1.527 4.55 3.5 4.851V38a2 2 0 0 0 3.983.256L14.792 32h.444l.78 6.248a2 2 0 0 0 2.11 1.748M11.527 23.67c.413-.852.578-2.201.578-4.112h2c0 1.92-.147 3.682-.777 4.984c-.329.678-.8 1.259-1.466 1.661c-.661.4-1.438.578-2.307.578v-2c.595 0 .993-.12 1.272-.29c.275-.165.508-.422.7-.821m6.146-4.112c0 1.91.165 3.26.578 4.112c.193.399.426.656.7.822c.28.168.677.29 1.272.29v2c-.868 0-1.646-.18-2.307-.579c-.665-.402-1.137-.983-1.465-1.661c-.63-1.302-.778-3.065-.778-4.984z" 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="M33 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m5.307 13.27c.58 1.89 1.308 3.873 1.762 5.07a1 1 0 0 1-.745 1.34c-4.538.835-7.663.813-12.594-.013a1.01 1.01 0 0 1-.761-1.37c.471-1.19 1.208-3.133 1.78-5.02c-1.816-.18-3.249-2.294-3.249-4.876c0-2.7 1.567-4.89 3.5-4.89h.013A1.328 1.328 0 0 1 29.329 18h7.343a1.328 1.328 0 0 1 1.315 1.513H38c1.933 0 3.5 2.189 3.5 4.889c0 2.555-1.404 4.653-3.193 4.87m-8.345-5.761c.405-.902.538-2.26.538-4.009h2c0 1.75-.117 3.498-.712 4.827c-.31.689-.763 1.304-1.425 1.74c-.664.438-1.459.643-2.363.643v-2c.596 0 .988-.132 1.262-.313c.276-.181.51-.462.7-.888M35.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-.207-2.363-.644c-.662-.436-1.115-1.051-1.425-1.74c-.595-1.33-.712-3.076-.712-4.827zm-7 17.652V38.5a1.5 1.5 0 0 0 2.948.39l.395-1.464a36 36 0 0 1-3.343-.275m6.641.218l.41 1.52a1.5 1.5 0 0 0 2.949-.39V37a42 42 0 0 1-3.359.37M14.445 16a4 4 0 1 0 0-8a4 4 0 0 0 0 8m3.68 23.996A2 2 0 0 0 20 38v-8.701c1.974-.3 3.501-2.358 3.501-4.852c0-2.57-1.62-4.676-3.681-4.874A1 1 0 0 0 19 18h-8a1 1 0 0 0-.82 1.573c-2.06.2-3.68 2.305-3.68 4.874c0 2.493 1.527 4.55 3.5 4.851V38a2 2 0 0 0 3.983.256L14.792 32h.444l.78 6.248a2 2 0 0 0 2.11 1.748M11.527 23.67c.413-.852.578-2.201.578-4.112h2c0 1.92-.147 3.682-.777 4.984c-.329.678-.8 1.259-1.466 1.661c-.661.4-1.438.578-2.307.578v-2c.595 0 .993-.12 1.272-.29c.275-.165.508-.422.7-.821m6.146-4.112c0 1.91.165 3.26.578 4.112c.193.399.426.656.7.822c.28.168.677.29 1.272.29v2c-.868 0-1.646-.18-2.307-.579c-.665-.402-1.137-.983-1.465-1.661c-.63-1.302-.778-3.065-.778-4.984z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-young-people {
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%22M33%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m5.307%2013.27c.58%201.89%201.308%203.873%201.762%205.07a1%201%200%200%201-.745%201.34c-4.538.835-7.663.813-12.594-.013a1.01%201.01%200%200%201-.761-1.37c.471-1.19%201.208-3.133%201.78-5.02c-1.816-.18-3.249-2.294-3.249-4.876c0-2.7%201.567-4.89%203.5-4.89h.013A1.328%201.328%200%200%201%2029.329%2018h7.343a1.328%201.328%200%200%201%201.315%201.513H38c1.933%200%203.5%202.189%203.5%204.889c0%202.555-1.404%204.653-3.193%204.87m-8.345-5.761c.405-.902.538-2.26.538-4.009h2c0%201.75-.117%203.498-.712%204.827c-.31.689-.763%201.304-1.425%201.74c-.664.438-1.459.643-2.363.643v-2c.596%200%20.988-.132%201.262-.313c.276-.181.51-.462.7-.888M35.5%2019.5c0%201.75.133%203.107.538%204.009c.19.426.424.707.7.888c.274.18.666.314%201.262.314v2c-.904%200-1.7-.207-2.363-.644c-.662-.436-1.115-1.051-1.425-1.74c-.595-1.33-.712-3.076-.712-4.827zm-7%2017.652V38.5a1.5%201.5%200%200%200%202.948.39l.395-1.464a36%2036%200%200%201-3.343-.275m6.641.218l.41%201.52a1.5%201.5%200%200%200%202.949-.39V37a42%2042%200%200%201-3.359.37M14.445%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m3.68%2023.996A2%202%200%200%200%2020%2038v-8.701c1.974-.3%203.501-2.358%203.501-4.852c0-2.57-1.62-4.676-3.681-4.874A1%201%200%200%200%2019%2018h-8a1%201%200%200%200-.82%201.573c-2.06.2-3.68%202.305-3.68%204.874c0%202.493%201.527%204.55%203.5%204.851V38a2%202%200%200%200%203.983.256L14.792%2032h.444l.78%206.248a2%202%200%200%200%202.11%201.748M11.527%2023.67c.413-.852.578-2.201.578-4.112h2c0%201.92-.147%203.682-.777%204.984c-.329.678-.8%201.259-1.466%201.661c-.661.4-1.438.578-2.307.578v-2c.595%200%20.993-.12%201.272-.29c.275-.165.508-.422.7-.821m6.146-4.112c0%201.91.165%203.26.578%204.112c.193.399.426.656.7.822c.28.168.677.29%201.272.29v2c-.868%200-1.646-.18-2.307-.579c-.665-.402-1.137-.983-1.465-1.661c-.63-1.302-.778-3.065-.778-4.984z%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%22M33%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m5.307%2013.27c.58%201.89%201.308%203.873%201.762%205.07a1%201%200%200%201-.745%201.34c-4.538.835-7.663.813-12.594-.013a1.01%201.01%200%200%201-.761-1.37c.471-1.19%201.208-3.133%201.78-5.02c-1.816-.18-3.249-2.294-3.249-4.876c0-2.7%201.567-4.89%203.5-4.89h.013A1.328%201.328%200%200%201%2029.329%2018h7.343a1.328%201.328%200%200%201%201.315%201.513H38c1.933%200%203.5%202.189%203.5%204.889c0%202.555-1.404%204.653-3.193%204.87m-8.345-5.761c.405-.902.538-2.26.538-4.009h2c0%201.75-.117%203.498-.712%204.827c-.31.689-.763%201.304-1.425%201.74c-.664.438-1.459.643-2.363.643v-2c.596%200%20.988-.132%201.262-.313c.276-.181.51-.462.7-.888M35.5%2019.5c0%201.75.133%203.107.538%204.009c.19.426.424.707.7.888c.274.18.666.314%201.262.314v2c-.904%200-1.7-.207-2.363-.644c-.662-.436-1.115-1.051-1.425-1.74c-.595-1.33-.712-3.076-.712-4.827zm-7%2017.652V38.5a1.5%201.5%200%200%200%202.948.39l.395-1.464a36%2036%200%200%201-3.343-.275m6.641.218l.41%201.52a1.5%201.5%200%200%200%202.949-.39V37a42%2042%200%200%201-3.359.37M14.445%2016a4%204%200%201%200%200-8a4%204%200%200%200%200%208m3.68%2023.996A2%202%200%200%200%2020%2038v-8.701c1.974-.3%203.501-2.358%203.501-4.852c0-2.57-1.62-4.676-3.681-4.874A1%201%200%200%200%2019%2018h-8a1%201%200%200%200-.82%201.573c-2.06.2-3.68%202.305-3.68%204.874c0%202.493%201.527%204.55%203.5%204.851V38a2%202%200%200%200%203.983.256L14.792%2032h.444l.78%206.248a2%202%200%200%200%202.11%201.748M11.527%2023.67c.413-.852.578-2.201.578-4.112h2c0%201.92-.147%203.682-.777%204.984c-.329.678-.8%201.259-1.466%201.661c-.661.4-1.438.578-2.307.578v-2c.595%200%20.993-.12%201.272-.29c.275-.165.508-.422.7-.821m6.146-4.112c0%201.91.165%203.26.578%204.112c.193.399.426.656.7.822c.28.168.677.29%201.272.29v2c-.868%200-1.646-.18-2.307-.579c-.665-.402-1.137-.983-1.465-1.661c-.63-1.302-.778-3.065-.778-4.984z%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/young-people.svg?color=%231a73e8&size=48