people icon
people-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- people-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the people icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="152" cy="184" r="72" fill="currentColor"/><path fill="currentColor" d="M234 296c-28.16-14.3-59.24-20-82-20c-44.58 0-136 27.34-136 82v42h150v-16.07c0-19 8-38.05 22-53.93c11.17-12.68 26.81-24.45 46-34"/><path fill="currentColor" d="M340 288c-52.07 0-156 32.16-156 96v48h312v-48c0-63.84-103.93-96-156-96"/><circle cx="340" cy="168" r="88" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonPeopleSharp(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="152" cy="184" r="72" fill="currentColor"/><path fill="currentColor" d="M234 296c-28.16-14.3-59.24-20-82-20c-44.58 0-136 27.34-136 82v42h150v-16.07c0-19 8-38.05 22-53.93c11.17-12.68 26.81-24.45 46-34"/><path fill="currentColor" d="M340 288c-52.07 0-156 32.16-156 96v48h312v-48c0-63.84-103.93-96-156-96"/><circle cx="340" cy="168" r="88" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><circle cx="152" cy="184" r="72" fill="currentColor"/><path fill="currentColor" d="M234 296c-28.16-14.3-59.24-20-82-20c-44.58 0-136 27.34-136 82v42h150v-16.07c0-19 8-38.05 22-53.93c11.17-12.68 26.81-24.45 46-34"/><path fill="currentColor" d="M340 288c-52.07 0-156 32.16-156 96v48h312v-48c0-63.84-103.93-96-156-96"/><circle cx="340" cy="168" r="88" fill="currentColor"/></svg> </template>
CSS
.icon-people-sharp {
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%20512%20512%22%3E%3Ccircle%20cx%3D%22152%22%20cy%3D%22184%22%20r%3D%2272%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234%20296c-28.16-14.3-59.24-20-82-20c-44.58%200-136%2027.34-136%2082v42h150v-16.07c0-19%208-38.05%2022-53.93c11.17-12.68%2026.81-24.45%2046-34%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340%20288c-52.07%200-156%2032.16-156%2096v48h312v-48c0-63.84-103.93-96-156-96%22%2F%3E%3Ccircle%20cx%3D%22340%22%20cy%3D%22168%22%20r%3D%2288%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Ccircle%20cx%3D%22152%22%20cy%3D%22184%22%20r%3D%2272%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M234%20296c-28.16-14.3-59.24-20-82-20c-44.58%200-136%2027.34-136%2082v42h150v-16.07c0-19%208-38.05%2022-53.93c11.17-12.68%2026.81-24.45%2046-34%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M340%20288c-52.07%200-156%2032.16-156%2096v48h312v-48c0-63.84-103.93-96-156-96%22%2F%3E%3Ccircle%20cx%3D%22340%22%20cy%3D%22168%22%20r%3D%2288%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/people-sharp.svg?color=%231a73e8&size=48