party from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.

Name
party
Set
BoxIcons v2 Solid
Style
Solid
Viewbox
24×24
License
MIT

The same icon in other sets

Use the party icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 7a8.44 8.44 0 0 0-5 1.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27l.14-.12a3.15 3.15 0 0 0 .9-3.49A3.9 3.9 0 0 0 14 1v2a2 2 0 0 1 1.76 1c.17.4 0 .84-.47 1.31l-.23.21a16.7 16.7 0 0 0-3.41-2.2c-2.53-1.14-3.83-.61-4.47 0a2.2 2.2 0 0 0-.46.68l-.18.53L5.1 8.87C6.24 11.71 9 16.76 15 18.94l5-1.66a1 1 0 0 0 .43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63 6.63 0 0 1 23 9zm-3.79 8.37h-.06c-.69.37-3.55-.57-6.79-3.81c-.34-.34-.66-.67-.95-1c-.1-.11-.19-.23-.29-.35l-.53-.64l-.28-.39c-.14-.19-.28-.38-.4-.56s-.16-.26-.24-.39s-.22-.34-.31-.51s-.13-.24-.19-.37s-.17-.28-.23-.42s-.09-.23-.14-.34s-.11-.27-.15-.4S8.6 6 8.58 5.9s-.06-.24-.08-.34a2 2 0 0 1 0-.24a1.2 1.2 0 0 1 0-.26l.11-.31c.17-.18.91-.23 2.23.37a14 14 0 0 1 2.49 1.54A4.2 4.2 0 0 1 12 7v2a6.4 6.4 0 0 0 3-.94l.49.46c.44.43.83.86 1.19 1.27A5.3 5.3 0 0 0 16 13.2l2-.39a3.2 3.2 0 0 1 0-1.14c1.29 1.97 1.53 3.39 1.21 3.7M4.4 11l-2.23 6.7A3.28 3.28 0 0 0 5.28 22a3.2 3.2 0 0 0 1-.17l6.52-2.17A18.7 18.7 0 0 1 4.4 11"/></svg>

React

import type { SVGProps } from "react";

export function BxsParty(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="M23 7a8.44 8.44 0 0 0-5 1.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27l.14-.12a3.15 3.15 0 0 0 .9-3.49A3.9 3.9 0 0 0 14 1v2a2 2 0 0 1 1.76 1c.17.4 0 .84-.47 1.31l-.23.21a16.7 16.7 0 0 0-3.41-2.2c-2.53-1.14-3.83-.61-4.47 0a2.2 2.2 0 0 0-.46.68l-.18.53L5.1 8.87C6.24 11.71 9 16.76 15 18.94l5-1.66a1 1 0 0 0 .43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63 6.63 0 0 1 23 9zm-3.79 8.37h-.06c-.69.37-3.55-.57-6.79-3.81c-.34-.34-.66-.67-.95-1c-.1-.11-.19-.23-.29-.35l-.53-.64l-.28-.39c-.14-.19-.28-.38-.4-.56s-.16-.26-.24-.39s-.22-.34-.31-.51s-.13-.24-.19-.37s-.17-.28-.23-.42s-.09-.23-.14-.34s-.11-.27-.15-.4S8.6 6 8.58 5.9s-.06-.24-.08-.34a2 2 0 0 1 0-.24a1.2 1.2 0 0 1 0-.26l.11-.31c.17-.18.91-.23 2.23.37a14 14 0 0 1 2.49 1.54A4.2 4.2 0 0 1 12 7v2a6.4 6.4 0 0 0 3-.94l.49.46c.44.43.83.86 1.19 1.27A5.3 5.3 0 0 0 16 13.2l2-.39a3.2 3.2 0 0 1 0-1.14c1.29 1.97 1.53 3.39 1.21 3.7M4.4 11l-2.23 6.7A3.28 3.28 0 0 0 5.28 22a3.2 3.2 0 0 0 1-.17l6.52-2.17A18.7 18.7 0 0 1 4.4 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23 7a8.44 8.44 0 0 0-5 1.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27l.14-.12a3.15 3.15 0 0 0 .9-3.49A3.9 3.9 0 0 0 14 1v2a2 2 0 0 1 1.76 1c.17.4 0 .84-.47 1.31l-.23.21a16.7 16.7 0 0 0-3.41-2.2c-2.53-1.14-3.83-.61-4.47 0a2.2 2.2 0 0 0-.46.68l-.18.53L5.1 8.87C6.24 11.71 9 16.76 15 18.94l5-1.66a1 1 0 0 0 .43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63 6.63 0 0 1 23 9zm-3.79 8.37h-.06c-.69.37-3.55-.57-6.79-3.81c-.34-.34-.66-.67-.95-1c-.1-.11-.19-.23-.29-.35l-.53-.64l-.28-.39c-.14-.19-.28-.38-.4-.56s-.16-.26-.24-.39s-.22-.34-.31-.51s-.13-.24-.19-.37s-.17-.28-.23-.42s-.09-.23-.14-.34s-.11-.27-.15-.4S8.6 6 8.58 5.9s-.06-.24-.08-.34a2 2 0 0 1 0-.24a1.2 1.2 0 0 1 0-.26l.11-.31c.17-.18.91-.23 2.23.37a14 14 0 0 1 2.49 1.54A4.2 4.2 0 0 1 12 7v2a6.4 6.4 0 0 0 3-.94l.49.46c.44.43.83.86 1.19 1.27A5.3 5.3 0 0 0 16 13.2l2-.39a3.2 3.2 0 0 1 0-1.14c1.29 1.97 1.53 3.39 1.21 3.7M4.4 11l-2.23 6.7A3.28 3.28 0 0 0 5.28 22a3.2 3.2 0 0 0 1-.17l6.52-2.17A18.7 18.7 0 0 1 4.4 11"/></svg>
</template>

CSS

.icon-party {
  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%22M23%207a8.44%208.44%200%200%200-5%201.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27l.14-.12a3.15%203.15%200%200%200%20.9-3.49A3.9%203.9%200%200%200%2014%201v2a2%202%200%200%201%201.76%201c.17.4%200%20.84-.47%201.31l-.23.21a16.7%2016.7%200%200%200-3.41-2.2c-2.53-1.14-3.83-.61-4.47%200a2.2%202.2%200%200%200-.46.68l-.18.53L5.1%208.87C6.24%2011.71%209%2016.76%2015%2018.94l5-1.66a1%201%200%200%200%20.43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63%206.63%200%200%201%2023%209zm-3.79%208.37h-.06c-.69.37-3.55-.57-6.79-3.81c-.34-.34-.66-.67-.95-1c-.1-.11-.19-.23-.29-.35l-.53-.64l-.28-.39c-.14-.19-.28-.38-.4-.56s-.16-.26-.24-.39s-.22-.34-.31-.51s-.13-.24-.19-.37s-.17-.28-.23-.42s-.09-.23-.14-.34s-.11-.27-.15-.4S8.6%206%208.58%205.9s-.06-.24-.08-.34a2%202%200%200%201%200-.24a1.2%201.2%200%200%201%200-.26l.11-.31c.17-.18.91-.23%202.23.37a14%2014%200%200%201%202.49%201.54A4.2%204.2%200%200%201%2012%207v2a6.4%206.4%200%200%200%203-.94l.49.46c.44.43.83.86%201.19%201.27A5.3%205.3%200%200%200%2016%2013.2l2-.39a3.2%203.2%200%200%201%200-1.14c1.29%201.97%201.53%203.39%201.21%203.7M4.4%2011l-2.23%206.7A3.28%203.28%200%200%200%205.28%2022a3.2%203.2%200%200%200%201-.17l6.52-2.17A18.7%2018.7%200%200%201%204.4%2011%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%22M23%207a8.44%208.44%200%200%200-5%201.31c-.36-.41-.73-.82-1.12-1.21l-.29-.27l.14-.12a3.15%203.15%200%200%200%20.9-3.49A3.9%203.9%200%200%200%2014%201v2a2%202%200%200%201%201.76%201c.17.4%200%20.84-.47%201.31l-.23.21a16.7%2016.7%200%200%200-3.41-2.2c-2.53-1.14-3.83-.61-4.47%200a2.2%202.2%200%200%200-.46.68l-.18.53L5.1%208.87C6.24%2011.71%209%2016.76%2015%2018.94l5-1.66a1%201%200%200%200%20.43-.31l.21-.18c1.43-1.44.51-4.21-1.41-6.9A6.63%206.63%200%200%201%2023%209zm-3.79%208.37h-.06c-.69.37-3.55-.57-6.79-3.81c-.34-.34-.66-.67-.95-1c-.1-.11-.19-.23-.29-.35l-.53-.64l-.28-.39c-.14-.19-.28-.38-.4-.56s-.16-.26-.24-.39s-.22-.34-.31-.51s-.13-.24-.19-.37s-.17-.28-.23-.42s-.09-.23-.14-.34s-.11-.27-.15-.4S8.6%206%208.58%205.9s-.06-.24-.08-.34a2%202%200%200%201%200-.24a1.2%201.2%200%200%201%200-.26l.11-.31c.17-.18.91-.23%202.23.37a14%2014%200%200%201%202.49%201.54A4.2%204.2%200%200%201%2012%207v2a6.4%206.4%200%200%200%203-.94l.49.46c.44.43.83.86%201.19%201.27A5.3%205.3%200%200%200%2016%2013.2l2-.39a3.2%203.2%200%200%201%200-1.14c1.29%201.97%201.53%203.39%201.21%203.7M4.4%2011l-2.23%206.7A3.28%203.28%200%200%200%205.28%2022a3.2%203.2%200%200%200%201-.17l6.52-2.17A18.7%2018.7%200%200%201%204.4%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/party.svg?color=%231a73e8&size=48