person-apron-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.

Name
person-apron-outline
Set
Material Symbols Light
Style
Outline
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
person-apron-outline-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the person apron icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.877 10.508Q9 9.63 9 8.385t.877-2.123T12 5.385t2.123.877T15 8.385t-.877 2.123t-2.123.877t-2.123-.877M5 18.616v-1.647q0-.634.367-1.166t.964-.83q1.346-.634 2.77-.996t2.903-.361t2.899.361q1.42.362 2.766.996q.597.298.964.83T19 16.969v1.646zm8.413-8.819Q14 9.21 14 8.385t-.587-1.413T12 6.385t-1.412.587T10 8.385t.588 1.412t1.412.588t1.413-.588m2.01 5.345v2.474H18v-.647q0-.371-.24-.653t-.568-.466q-.427-.22-.872-.391t-.897-.317m-5.846-.255v1.229h4.846v-1.23q-.596-.138-1.207-.204q-.61-.066-1.22-.066q-.612 0-1.217.066t-1.202.205M6 17.616h2.577v-2.474q-.452.145-.897.317t-.872.391q-.327.183-.567.466q-.241.282-.241.653zm9.423 0H8.577zM12 8.385"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPersonApronOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.877 10.508Q9 9.63 9 8.385t.877-2.123T12 5.385t2.123.877T15 8.385t-.877 2.123t-2.123.877t-2.123-.877M5 18.616v-1.647q0-.634.367-1.166t.964-.83q1.346-.634 2.77-.996t2.903-.361t2.899.361q1.42.362 2.766.996q.597.298.964.83T19 16.969v1.646zm8.413-8.819Q14 9.21 14 8.385t-.587-1.413T12 6.385t-1.412.587T10 8.385t.588 1.412t1.412.588t1.413-.588m2.01 5.345v2.474H18v-.647q0-.371-.24-.653t-.568-.466q-.427-.22-.872-.391t-.897-.317m-5.846-.255v1.229h4.846v-1.23q-.596-.138-1.207-.204q-.61-.066-1.22-.066q-.612 0-1.217.066t-1.202.205M6 17.616h2.577v-2.474q-.452.145-.897.317t-.872.391q-.327.183-.567.466q-.241.282-.241.653zm9.423 0H8.577zM12 8.385"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.877 10.508Q9 9.63 9 8.385t.877-2.123T12 5.385t2.123.877T15 8.385t-.877 2.123t-2.123.877t-2.123-.877M5 18.616v-1.647q0-.634.367-1.166t.964-.83q1.346-.634 2.77-.996t2.903-.361t2.899.361q1.42.362 2.766.996q.597.298.964.83T19 16.969v1.646zm8.413-8.819Q14 9.21 14 8.385t-.587-1.413T12 6.385t-1.412.587T10 8.385t.588 1.412t1.412.588t1.413-.588m2.01 5.345v2.474H18v-.647q0-.371-.24-.653t-.568-.466q-.427-.22-.872-.391t-.897-.317m-5.846-.255v1.229h4.846v-1.23q-.596-.138-1.207-.204q-.61-.066-1.22-.066q-.612 0-1.217.066t-1.202.205M6 17.616h2.577v-2.474q-.452.145-.897.317t-.872.391q-.327.183-.567.466q-.241.282-.241.653zm9.423 0H8.577zM12 8.385"/></svg>
</template>

CSS

.icon-person-apron-outline {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.877%2010.508Q9%209.63%209%208.385t.877-2.123T12%205.385t2.123.877T15%208.385t-.877%202.123t-2.123.877t-2.123-.877M5%2018.616v-1.647q0-.634.367-1.166t.964-.83q1.346-.634%202.77-.996t2.903-.361t2.899.361q1.42.362%202.766.996q.597.298.964.83T19%2016.969v1.646zm8.413-8.819Q14%209.21%2014%208.385t-.587-1.413T12%206.385t-1.412.587T10%208.385t.588%201.412t1.412.588t1.413-.588m2.01%205.345v2.474H18v-.647q0-.371-.24-.653t-.568-.466q-.427-.22-.872-.391t-.897-.317m-5.846-.255v1.229h4.846v-1.23q-.596-.138-1.207-.204q-.61-.066-1.22-.066q-.612%200-1.217.066t-1.202.205M6%2017.616h2.577v-2.474q-.452.145-.897.317t-.872.391q-.327.183-.567.466q-.241.282-.241.653zm9.423%200H8.577zM12%208.385%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.877%2010.508Q9%209.63%209%208.385t.877-2.123T12%205.385t2.123.877T15%208.385t-.877%202.123t-2.123.877t-2.123-.877M5%2018.616v-1.647q0-.634.367-1.166t.964-.83q1.346-.634%202.77-.996t2.903-.361t2.899.361q1.42.362%202.766.996q.597.298.964.83T19%2016.969v1.646zm8.413-8.819Q14%209.21%2014%208.385t-.587-1.413T12%206.385t-1.412.587T10%208.385t.588%201.412t1.412.588t1.413-.588m2.01%205.345v2.474H18v-.647q0-.371-.24-.653t-.568-.466q-.427-.22-.872-.391t-.897-.317m-5.846-.255v1.229h4.846v-1.23q-.596-.138-1.207-.204q-.61-.066-1.22-.066q-.612%200-1.217.066t-1.202.205M6%2017.616h2.577v-2.474q-.452.145-.897.317t-.872.391q-.327.183-.567.466q-.241.282-.241.653zm9.423%200H8.577zM12%208.385%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/person-apron-outline.svg?color=%231a73e8&size=48