person celebrate icon

person-celebrate from Material Symbols by Google · Regular · Activities · Apache-2.0 Free for personal and commercial use.

Name
person-celebrate
Set
Material Symbols
Style
Regular
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
person-celebrate-outline, person-celebrate-outline-sharp, person-celebrate-sharp

1 other variant in Material Symbols

The same icon in other sets

More activities icons from Material Symbols

Use the person celebrate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 21v-5q-1.55-.125-3.037-.35T3 15l.5-2q2.075.575 4.2.788T12 14q2.15 0 4.275-.213T20.5 13l.5 2q-1.5.425-2.988.65T15 16v5zm3-8q-.85 0-1.425-.575T10 11q0-.825.575-1.412T12 9q.825 0 1.413.588T14 11q0 .85-.587 1.425T12 13m-7.5-3q-.65 0-1.075-.425T3 8.5q0-.625.425-1.062T4.5 7q.625 0 1.063.438T6 8.5q0 .65-.437 1.075T4.5 10m15 0q-.65 0-1.075-.425T18 8.5q0-.625.425-1.062T19.5 7q.625 0 1.063.438T21 8.5q0 .65-.437 1.075T19.5 10M7.25 6.25q-.65 0-1.075-.425T5.75 4.75q0-.625.425-1.062T7.25 3.25q.625 0 1.063.438T8.75 4.75q0 .65-.437 1.075T7.25 6.25m9.5 0q-.65 0-1.075-.425T15.25 4.75q0-.625.425-1.062t1.075-.438q.625 0 1.063.438t.437 1.062q0 .65-.437 1.075t-1.063.425M12 5q-.65 0-1.075-.425T10.5 3.5q0-.625.425-1.062T12 2q.625 0 1.063.438T13.5 3.5q0 .65-.437 1.075T12 5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPersonCelebrate(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 21v-5q-1.55-.125-3.037-.35T3 15l.5-2q2.075.575 4.2.788T12 14q2.15 0 4.275-.213T20.5 13l.5 2q-1.5.425-2.988.65T15 16v5zm3-8q-.85 0-1.425-.575T10 11q0-.825.575-1.412T12 9q.825 0 1.413.588T14 11q0 .85-.587 1.425T12 13m-7.5-3q-.65 0-1.075-.425T3 8.5q0-.625.425-1.062T4.5 7q.625 0 1.063.438T6 8.5q0 .65-.437 1.075T4.5 10m15 0q-.65 0-1.075-.425T18 8.5q0-.625.425-1.062T19.5 7q.625 0 1.063.438T21 8.5q0 .65-.437 1.075T19.5 10M7.25 6.25q-.65 0-1.075-.425T5.75 4.75q0-.625.425-1.062T7.25 3.25q.625 0 1.063.438T8.75 4.75q0 .65-.437 1.075T7.25 6.25m9.5 0q-.65 0-1.075-.425T15.25 4.75q0-.625.425-1.062t1.075-.438q.625 0 1.063.438t.437 1.062q0 .65-.437 1.075t-1.063.425M12 5q-.65 0-1.075-.425T10.5 3.5q0-.625.425-1.062T12 2q.625 0 1.063.438T13.5 3.5q0 .65-.437 1.075T12 5"/></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 21v-5q-1.55-.125-3.037-.35T3 15l.5-2q2.075.575 4.2.788T12 14q2.15 0 4.275-.213T20.5 13l.5 2q-1.5.425-2.988.65T15 16v5zm3-8q-.85 0-1.425-.575T10 11q0-.825.575-1.412T12 9q.825 0 1.413.588T14 11q0 .85-.587 1.425T12 13m-7.5-3q-.65 0-1.075-.425T3 8.5q0-.625.425-1.062T4.5 7q.625 0 1.063.438T6 8.5q0 .65-.437 1.075T4.5 10m15 0q-.65 0-1.075-.425T18 8.5q0-.625.425-1.062T19.5 7q.625 0 1.063.438T21 8.5q0 .65-.437 1.075T19.5 10M7.25 6.25q-.65 0-1.075-.425T5.75 4.75q0-.625.425-1.062T7.25 3.25q.625 0 1.063.438T8.75 4.75q0 .65-.437 1.075T7.25 6.25m9.5 0q-.65 0-1.075-.425T15.25 4.75q0-.625.425-1.062t1.075-.438q.625 0 1.063.438t.437 1.062q0 .65-.437 1.075t-1.063.425M12 5q-.65 0-1.075-.425T10.5 3.5q0-.625.425-1.062T12 2q.625 0 1.063.438T13.5 3.5q0 .65-.437 1.075T12 5"/></svg>
</template>

CSS

.icon-person-celebrate {
  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%2021v-5q-1.55-.125-3.037-.35T3%2015l.5-2q2.075.575%204.2.788T12%2014q2.15%200%204.275-.213T20.5%2013l.5%202q-1.5.425-2.988.65T15%2016v5zm3-8q-.85%200-1.425-.575T10%2011q0-.825.575-1.412T12%209q.825%200%201.413.588T14%2011q0%20.85-.587%201.425T12%2013m-7.5-3q-.65%200-1.075-.425T3%208.5q0-.625.425-1.062T4.5%207q.625%200%201.063.438T6%208.5q0%20.65-.437%201.075T4.5%2010m15%200q-.65%200-1.075-.425T18%208.5q0-.625.425-1.062T19.5%207q.625%200%201.063.438T21%208.5q0%20.65-.437%201.075T19.5%2010M7.25%206.25q-.65%200-1.075-.425T5.75%204.75q0-.625.425-1.062T7.25%203.25q.625%200%201.063.438T8.75%204.75q0%20.65-.437%201.075T7.25%206.25m9.5%200q-.65%200-1.075-.425T15.25%204.75q0-.625.425-1.062t1.075-.438q.625%200%201.063.438t.437%201.062q0%20.65-.437%201.075t-1.063.425M12%205q-.65%200-1.075-.425T10.5%203.5q0-.625.425-1.062T12%202q.625%200%201.063.438T13.5%203.5q0%20.65-.437%201.075T12%205%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%2021v-5q-1.55-.125-3.037-.35T3%2015l.5-2q2.075.575%204.2.788T12%2014q2.15%200%204.275-.213T20.5%2013l.5%202q-1.5.425-2.988.65T15%2016v5zm3-8q-.85%200-1.425-.575T10%2011q0-.825.575-1.412T12%209q.825%200%201.413.588T14%2011q0%20.85-.587%201.425T12%2013m-7.5-3q-.65%200-1.075-.425T3%208.5q0-.625.425-1.062T4.5%207q.625%200%201.063.438T6%208.5q0%20.65-.437%201.075T4.5%2010m15%200q-.65%200-1.075-.425T18%208.5q0-.625.425-1.062T19.5%207q.625%200%201.063.438T21%208.5q0%20.65-.437%201.075T19.5%2010M7.25%206.25q-.65%200-1.075-.425T5.75%204.75q0-.625.425-1.062T7.25%203.25q.625%200%201.063.438T8.75%204.75q0%20.65-.437%201.075T7.25%206.25m9.5%200q-.65%200-1.075-.425T15.25%204.75q0-.625.425-1.062t1.075-.438q.625%200%201.063.438t.437%201.062q0%20.65-.437%201.075t-1.063.425M12%205q-.65%200-1.075-.425T10.5%203.5q0-.625.425-1.062T12%202q.625%200%201.063.438T13.5%203.5q0%20.65-.437%201.075T12%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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