party mode icon
party-mode-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.
- Name
- party-mode-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Images
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More images icons from Material Symbols Light
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.616 20q-.691 0-1.153-.462T3 18.384V7.616q0-.691.463-1.153T4.615 6h2.958l1.366-1.485q.217-.242.527-.379Q9.777 4 10.125 4h3.75q.348 0 .659.137q.31.136.527.379L16.428 6h2.958q.69 0 1.153.463T21 7.616v10.769q0 .69-.462 1.153T19.385 20zm7.39-3.27q1.55 0 2.637-1.089q1.088-1.089 1.088-2.641q0-.213-.143-.357t-.357-.143t-.357.143t-.143.357q0 1.125-.771 1.928q-.772.803-1.902.803h-1.344q-.255 0-.316.25t.168.39q.324.193.687.276t.753.084m-2.874-3.374q.143-.143.143-.357q0-1.125.771-1.928t1.902-.803h1.344q.254 0 .316-.25t-.167-.39q-.325-.192-.688-.276T12 9.269q-1.55 0-2.637 1.09Q8.275 11.448 8.275 13q0 .214.143.357t.357.143t.357-.143"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPartyModeRounded(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.616 20q-.691 0-1.153-.462T3 18.384V7.616q0-.691.463-1.153T4.615 6h2.958l1.366-1.485q.217-.242.527-.379Q9.777 4 10.125 4h3.75q.348 0 .659.137q.31.136.527.379L16.428 6h2.958q.69 0 1.153.463T21 7.616v10.769q0 .69-.462 1.153T19.385 20zm7.39-3.27q1.55 0 2.637-1.089q1.088-1.089 1.088-2.641q0-.213-.143-.357t-.357-.143t-.357.143t-.143.357q0 1.125-.771 1.928q-.772.803-1.902.803h-1.344q-.255 0-.316.25t.168.39q.324.193.687.276t.753.084m-2.874-3.374q.143-.143.143-.357q0-1.125.771-1.928t1.902-.803h1.344q.254 0 .316-.25t-.167-.39q-.325-.192-.688-.276T12 9.269q-1.55 0-2.637 1.09Q8.275 11.448 8.275 13q0 .214.143.357t.357.143t.357-.143"/></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.616 20q-.691 0-1.153-.462T3 18.384V7.616q0-.691.463-1.153T4.615 6h2.958l1.366-1.485q.217-.242.527-.379Q9.777 4 10.125 4h3.75q.348 0 .659.137q.31.136.527.379L16.428 6h2.958q.69 0 1.153.463T21 7.616v10.769q0 .69-.462 1.153T19.385 20zm7.39-3.27q1.55 0 2.637-1.089q1.088-1.089 1.088-2.641q0-.213-.143-.357t-.357-.143t-.357.143t-.143.357q0 1.125-.771 1.928q-.772.803-1.902.803h-1.344q-.255 0-.316.25t.168.39q.324.193.687.276t.753.084m-2.874-3.374q.143-.143.143-.357q0-1.125.771-1.928t1.902-.803h1.344q.254 0 .316-.25t-.167-.39q-.325-.192-.688-.276T12 9.269q-1.55 0-2.637 1.09Q8.275 11.448 8.275 13q0 .214.143.357t.357.143t.357-.143"/></svg> </template>
CSS
.icon-party-mode-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.616%2020q-.691%200-1.153-.462T3%2018.384V7.616q0-.691.463-1.153T4.615%206h2.958l1.366-1.485q.217-.242.527-.379Q9.777%204%2010.125%204h3.75q.348%200%20.659.137q.31.136.527.379L16.428%206h2.958q.69%200%201.153.463T21%207.616v10.769q0%20.69-.462%201.153T19.385%2020zm7.39-3.27q1.55%200%202.637-1.089q1.088-1.089%201.088-2.641q0-.213-.143-.357t-.357-.143t-.357.143t-.143.357q0%201.125-.771%201.928q-.772.803-1.902.803h-1.344q-.255%200-.316.25t.168.39q.324.193.687.276t.753.084m-2.874-3.374q.143-.143.143-.357q0-1.125.771-1.928t1.902-.803h1.344q.254%200%20.316-.25t-.167-.39q-.325-.192-.688-.276T12%209.269q-1.55%200-2.637%201.09Q8.275%2011.448%208.275%2013q0%20.214.143.357t.357.143t.357-.143%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.616%2020q-.691%200-1.153-.462T3%2018.384V7.616q0-.691.463-1.153T4.615%206h2.958l1.366-1.485q.217-.242.527-.379Q9.777%204%2010.125%204h3.75q.348%200%20.659.137q.31.136.527.379L16.428%206h2.958q.69%200%201.153.463T21%207.616v10.769q0%20.69-.462%201.153T19.385%2020zm7.39-3.27q1.55%200%202.637-1.089q1.088-1.089%201.088-2.641q0-.213-.143-.357t-.357-.143t-.357.143t-.143.357q0%201.125-.771%201.928q-.772.803-1.902.803h-1.344q-.255%200-.316.25t.168.39q.324.193.687.276t.753.084m-2.874-3.374q.143-.143.143-.357q0-1.125.771-1.928t1.902-.803h1.344q.254%200%20.316-.25t-.167-.39q-.325-.192-.688-.276T12%209.269q-1.55%200-2.637%201.09Q8.275%2011.448%208.275%2013q0%20.214.143.357t.357.143t.357-.143%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/party-mode-rounded.svg?color=%231a73e8&size=48