party-mode-outline-rounded from Material Symbols by Google · Outline Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
party-mode-outline-rounded
Set
Material Symbols
Style
Outline Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More images icons from Material Symbols

Use the party mode icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8.025-1.5q1.8 0 3.138-1.137T16.5 13.5q0-.425-.288-.712T15.5 12.5t-.712.288t-.288.712q0 .875-.675 1.438t-1.575.562H9.425q-.35 0-.45.375t.225.65q.575.5 1.313.738t1.512.237m-2.787-4.287q.287-.288.287-.713q0-.875.675-1.437t1.575-.563H14.6q.35 0 .45-.375t-.225-.65q-.575-.5-1.312-.737T12 8.5q-1.8 0-3.137 1.138T7.525 12.5q0 .425.288.713t.712.287t.713-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsPartyModeOutlineRounded(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="M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8.025-1.5q1.8 0 3.138-1.137T16.5 13.5q0-.425-.288-.712T15.5 12.5t-.712.288t-.288.712q0 .875-.675 1.438t-1.575.562H9.425q-.35 0-.45.375t.225.65q.575.5 1.313.738t1.512.237m-2.787-4.287q.287-.288.287-.713q0-.875.675-1.437t1.575-.563H14.6q.35 0 .45-.375t-.225-.65q-.575-.5-1.312-.737T12 8.5q-1.8 0-3.137 1.138T7.525 12.5q0 .425.288.713t.712.287t.713-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 21q-.825 0-1.412-.587T2 19V7q0-.825.588-1.412T4 5h3.15L8.4 3.65q.275-.3.663-.475T9.875 3h4.25q.425 0 .813.175t.662.475L16.85 5H20q.825 0 1.413.588T22 7v12q0 .825-.587 1.413T20 21zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05 7H4zm8.025-1.5q1.8 0 3.138-1.137T16.5 13.5q0-.425-.288-.712T15.5 12.5t-.712.288t-.288.712q0 .875-.675 1.438t-1.575.562H9.425q-.35 0-.45.375t.225.65q.575.5 1.313.738t1.512.237m-2.787-4.287q.287-.288.287-.713q0-.875.675-1.437t1.575-.563H14.6q.35 0 .45-.375t-.225-.65q-.575-.5-1.312-.737T12 8.5q-1.8 0-3.137 1.138T7.525 12.5q0 .425.288.713t.712.287t.713-.288"/></svg>
</template>

CSS

.icon-party-mode-outline-rounded {
  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%22M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L8.4%203.65q.275-.3.663-.475T9.875%203h4.25q.425%200%20.813.175t.662.475L16.85%205H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05%207H4zm8.025-1.5q1.8%200%203.138-1.137T16.5%2013.5q0-.425-.288-.712T15.5%2012.5t-.712.288t-.288.712q0%20.875-.675%201.438t-1.575.562H9.425q-.35%200-.45.375t.225.65q.575.5%201.313.738t1.512.237m-2.787-4.287q.287-.288.287-.713q0-.875.675-1.437t1.575-.563H14.6q.35%200%20.45-.375t-.225-.65q-.575-.5-1.312-.737T12%208.5q-1.8%200-3.137%201.138T7.525%2012.5q0%20.425.288.713t.712.287t.713-.288%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%22M4%2021q-.825%200-1.412-.587T2%2019V7q0-.825.588-1.412T4%205h3.15L8.4%203.65q.275-.3.663-.475T9.875%203h4.25q.425%200%20.813.175t.662.475L16.85%205H20q.825%200%201.413.588T22%207v12q0%20.825-.587%201.413T20%2021zm0-2h16V7h-4.05l-1.825-2h-4.25L8.05%207H4zm8.025-1.5q1.8%200%203.138-1.137T16.5%2013.5q0-.425-.288-.712T15.5%2012.5t-.712.288t-.288.712q0%20.875-.675%201.438t-1.575.562H9.425q-.35%200-.45.375t.225.65q.575.5%201.313.738t1.512.237m-2.787-4.287q.287-.288.287-.713q0-.875.675-1.437t1.575-.563H14.6q.35%200%20.45-.375t-.225-.65q-.575-.5-1.312-.737T12%208.5q-1.8%200-3.137%201.138T7.525%2012.5q0%20.425.288.713t.712.287t.713-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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