cheers icon
cheers-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- cheers-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the cheers icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m75.23 62.81l51.69 12.92a332 332 0 0 1-8 52.54a32 32 0 1 1-61.82-16.56a307.7 307.7 0 0 1 18.13-48.9m123.67 72.9a311 311 0 0 0-19-50.69l-51.41 12.86c1.13 16.36 3.57 35.67 8.59 54.39a32 32 0 1 0 61.82-16.56" opacity=".2"/><path d="m213.93 213.94l-17.65 4.73l-10.42-38.89a40.06 40.06 0 0 0 20.77-46.14c-12.6-47-38.78-88.22-39.89-89.95a8 8 0 0 0-8.68-3.45l-21.86 5.47c0-8.25-.18-13.43-.21-14.08a8 8 0 0 0-6.05-7.39l-32-8a8 8 0 0 0-8.68 3.45c-1.11 1.73-27.29 42.93-39.89 90a40.06 40.06 0 0 0 20.77 46.14l-10.42 38.84l-17.65-4.73a8 8 0 0 0-4.14 15.46l48 12.86a8.2 8.2 0 0 0 2.07.27a8 8 0 0 0 2.07-15.73l-14.9-4l10.42-38.89c.81.05 1.61.08 2.41.08a40.12 40.12 0 0 0 37-24.88c1.18 6.37 2.6 12.82 4.31 19.22A40.08 40.08 0 0 0 168 184c.8 0 1.6 0 2.41-.08l10.42 38.89l-14.9 4a8 8 0 0 0 2.07 15.72a8.2 8.2 0 0 0 2.07-.27l48-12.86a8 8 0 0 0-4.14-15.46M156.22 57.19c2.78 4.7 7.23 12.54 12.2 22.46L136 87.77c-.42-10-.38-18.25-.25-23.79c0-.56.05-1.12.08-1.68Zm-56.44-24l20.37 5.09c.06 4.28 0 10.67-.21 18.47c-.06 1.21-.16 3.19-.23 5.84c0 1-.1 2-.16 3l-32.86-8.16C92 46.67 96.84 38.16 99.78 33.19m11.39 93.09a24 24 0 0 1-46.34-12.5a291 291 0 0 1 15-41.59l38.58 9.64a314 314 0 0 1-7.24 44.45m33.64 23.92A274 274 0 0 1 137 104l38.41-9.6a293 293 0 0 1 15.75 43.39a24 24 0 1 1-46.36 12.42Zm40-106.62a8 8 0 0 1 3.58-10.74l16-8a8 8 0 1 1 7.16 14.32l-16 8a8 8 0 0 1-10.74-3.58M232 72a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8M32.84 20.42a8 8 0 0 1 10.74-3.58l16 8a8 8 0 0 1-7.16 14.32l-16-8a8 8 0 0 1-3.58-10.74M40 72H24a8 8 0 0 1 0-16h16a8 8 0 0 1 0 16"/></g></svg>
React
import type { SVGProps } from "react";
export function PhCheersDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m75.23 62.81l51.69 12.92a332 332 0 0 1-8 52.54a32 32 0 1 1-61.82-16.56a307.7 307.7 0 0 1 18.13-48.9m123.67 72.9a311 311 0 0 0-19-50.69l-51.41 12.86c1.13 16.36 3.57 35.67 8.59 54.39a32 32 0 1 0 61.82-16.56" opacity=".2"/><path d="m213.93 213.94l-17.65 4.73l-10.42-38.89a40.06 40.06 0 0 0 20.77-46.14c-12.6-47-38.78-88.22-39.89-89.95a8 8 0 0 0-8.68-3.45l-21.86 5.47c0-8.25-.18-13.43-.21-14.08a8 8 0 0 0-6.05-7.39l-32-8a8 8 0 0 0-8.68 3.45c-1.11 1.73-27.29 42.93-39.89 90a40.06 40.06 0 0 0 20.77 46.14l-10.42 38.84l-17.65-4.73a8 8 0 0 0-4.14 15.46l48 12.86a8.2 8.2 0 0 0 2.07.27a8 8 0 0 0 2.07-15.73l-14.9-4l10.42-38.89c.81.05 1.61.08 2.41.08a40.12 40.12 0 0 0 37-24.88c1.18 6.37 2.6 12.82 4.31 19.22A40.08 40.08 0 0 0 168 184c.8 0 1.6 0 2.41-.08l10.42 38.89l-14.9 4a8 8 0 0 0 2.07 15.72a8.2 8.2 0 0 0 2.07-.27l48-12.86a8 8 0 0 0-4.14-15.46M156.22 57.19c2.78 4.7 7.23 12.54 12.2 22.46L136 87.77c-.42-10-.38-18.25-.25-23.79c0-.56.05-1.12.08-1.68Zm-56.44-24l20.37 5.09c.06 4.28 0 10.67-.21 18.47c-.06 1.21-.16 3.19-.23 5.84c0 1-.1 2-.16 3l-32.86-8.16C92 46.67 96.84 38.16 99.78 33.19m11.39 93.09a24 24 0 0 1-46.34-12.5a291 291 0 0 1 15-41.59l38.58 9.64a314 314 0 0 1-7.24 44.45m33.64 23.92A274 274 0 0 1 137 104l38.41-9.6a293 293 0 0 1 15.75 43.39a24 24 0 1 1-46.36 12.42Zm40-106.62a8 8 0 0 1 3.58-10.74l16-8a8 8 0 1 1 7.16 14.32l-16 8a8 8 0 0 1-10.74-3.58M232 72a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8M32.84 20.42a8 8 0 0 1 10.74-3.58l16 8a8 8 0 0 1-7.16 14.32l-16-8a8 8 0 0 1-3.58-10.74M40 72H24a8 8 0 0 1 0-16h16a8 8 0 0 1 0 16"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m75.23 62.81l51.69 12.92a332 332 0 0 1-8 52.54a32 32 0 1 1-61.82-16.56a307.7 307.7 0 0 1 18.13-48.9m123.67 72.9a311 311 0 0 0-19-50.69l-51.41 12.86c1.13 16.36 3.57 35.67 8.59 54.39a32 32 0 1 0 61.82-16.56" opacity=".2"/><path d="m213.93 213.94l-17.65 4.73l-10.42-38.89a40.06 40.06 0 0 0 20.77-46.14c-12.6-47-38.78-88.22-39.89-89.95a8 8 0 0 0-8.68-3.45l-21.86 5.47c0-8.25-.18-13.43-.21-14.08a8 8 0 0 0-6.05-7.39l-32-8a8 8 0 0 0-8.68 3.45c-1.11 1.73-27.29 42.93-39.89 90a40.06 40.06 0 0 0 20.77 46.14l-10.42 38.84l-17.65-4.73a8 8 0 0 0-4.14 15.46l48 12.86a8.2 8.2 0 0 0 2.07.27a8 8 0 0 0 2.07-15.73l-14.9-4l10.42-38.89c.81.05 1.61.08 2.41.08a40.12 40.12 0 0 0 37-24.88c1.18 6.37 2.6 12.82 4.31 19.22A40.08 40.08 0 0 0 168 184c.8 0 1.6 0 2.41-.08l10.42 38.89l-14.9 4a8 8 0 0 0 2.07 15.72a8.2 8.2 0 0 0 2.07-.27l48-12.86a8 8 0 0 0-4.14-15.46M156.22 57.19c2.78 4.7 7.23 12.54 12.2 22.46L136 87.77c-.42-10-.38-18.25-.25-23.79c0-.56.05-1.12.08-1.68Zm-56.44-24l20.37 5.09c.06 4.28 0 10.67-.21 18.47c-.06 1.21-.16 3.19-.23 5.84c0 1-.1 2-.16 3l-32.86-8.16C92 46.67 96.84 38.16 99.78 33.19m11.39 93.09a24 24 0 0 1-46.34-12.5a291 291 0 0 1 15-41.59l38.58 9.64a314 314 0 0 1-7.24 44.45m33.64 23.92A274 274 0 0 1 137 104l38.41-9.6a293 293 0 0 1 15.75 43.39a24 24 0 1 1-46.36 12.42Zm40-106.62a8 8 0 0 1 3.58-10.74l16-8a8 8 0 1 1 7.16 14.32l-16 8a8 8 0 0 1-10.74-3.58M232 72a8 8 0 0 1-8 8h-16a8 8 0 0 1 0-16h16a8 8 0 0 1 8 8M32.84 20.42a8 8 0 0 1 10.74-3.58l16 8a8 8 0 0 1-7.16 14.32l-16-8a8 8 0 0 1-3.58-10.74M40 72H24a8 8 0 0 1 0-16h16a8 8 0 0 1 0 16"/></g></svg> </template>
CSS
.icon-cheers-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m75.23%2062.81l51.69%2012.92a332%20332%200%200%201-8%2052.54a32%2032%200%201%201-61.82-16.56a307.7%20307.7%200%200%201%2018.13-48.9m123.67%2072.9a311%20311%200%200%200-19-50.69l-51.41%2012.86c1.13%2016.36%203.57%2035.67%208.59%2054.39a32%2032%200%201%200%2061.82-16.56%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m213.93%20213.94l-17.65%204.73l-10.42-38.89a40.06%2040.06%200%200%200%2020.77-46.14c-12.6-47-38.78-88.22-39.89-89.95a8%208%200%200%200-8.68-3.45l-21.86%205.47c0-8.25-.18-13.43-.21-14.08a8%208%200%200%200-6.05-7.39l-32-8a8%208%200%200%200-8.68%203.45c-1.11%201.73-27.29%2042.93-39.89%2090a40.06%2040.06%200%200%200%2020.77%2046.14l-10.42%2038.84l-17.65-4.73a8%208%200%200%200-4.14%2015.46l48%2012.86a8.2%208.2%200%200%200%202.07.27a8%208%200%200%200%202.07-15.73l-14.9-4l10.42-38.89c.81.05%201.61.08%202.41.08a40.12%2040.12%200%200%200%2037-24.88c1.18%206.37%202.6%2012.82%204.31%2019.22A40.08%2040.08%200%200%200%20168%20184c.8%200%201.6%200%202.41-.08l10.42%2038.89l-14.9%204a8%208%200%200%200%202.07%2015.72a8.2%208.2%200%200%200%202.07-.27l48-12.86a8%208%200%200%200-4.14-15.46M156.22%2057.19c2.78%204.7%207.23%2012.54%2012.2%2022.46L136%2087.77c-.42-10-.38-18.25-.25-23.79c0-.56.05-1.12.08-1.68Zm-56.44-24l20.37%205.09c.06%204.28%200%2010.67-.21%2018.47c-.06%201.21-.16%203.19-.23%205.84c0%201-.1%202-.16%203l-32.86-8.16C92%2046.67%2096.84%2038.16%2099.78%2033.19m11.39%2093.09a24%2024%200%200%201-46.34-12.5a291%20291%200%200%201%2015-41.59l38.58%209.64a314%20314%200%200%201-7.24%2044.45m33.64%2023.92A274%20274%200%200%201%20137%20104l38.41-9.6a293%20293%200%200%201%2015.75%2043.39a24%2024%200%201%201-46.36%2012.42Zm40-106.62a8%208%200%200%201%203.58-10.74l16-8a8%208%200%201%201%207.16%2014.32l-16%208a8%208%200%200%201-10.74-3.58M232%2072a8%208%200%200%201-8%208h-16a8%208%200%200%201%200-16h16a8%208%200%200%201%208%208M32.84%2020.42a8%208%200%200%201%2010.74-3.58l16%208a8%208%200%200%201-7.16%2014.32l-16-8a8%208%200%200%201-3.58-10.74M40%2072H24a8%208%200%200%201%200-16h16a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m75.23%2062.81l51.69%2012.92a332%20332%200%200%201-8%2052.54a32%2032%200%201%201-61.82-16.56a307.7%20307.7%200%200%201%2018.13-48.9m123.67%2072.9a311%20311%200%200%200-19-50.69l-51.41%2012.86c1.13%2016.36%203.57%2035.67%208.59%2054.39a32%2032%200%201%200%2061.82-16.56%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22m213.93%20213.94l-17.65%204.73l-10.42-38.89a40.06%2040.06%200%200%200%2020.77-46.14c-12.6-47-38.78-88.22-39.89-89.95a8%208%200%200%200-8.68-3.45l-21.86%205.47c0-8.25-.18-13.43-.21-14.08a8%208%200%200%200-6.05-7.39l-32-8a8%208%200%200%200-8.68%203.45c-1.11%201.73-27.29%2042.93-39.89%2090a40.06%2040.06%200%200%200%2020.77%2046.14l-10.42%2038.84l-17.65-4.73a8%208%200%200%200-4.14%2015.46l48%2012.86a8.2%208.2%200%200%200%202.07.27a8%208%200%200%200%202.07-15.73l-14.9-4l10.42-38.89c.81.05%201.61.08%202.41.08a40.12%2040.12%200%200%200%2037-24.88c1.18%206.37%202.6%2012.82%204.31%2019.22A40.08%2040.08%200%200%200%20168%20184c.8%200%201.6%200%202.41-.08l10.42%2038.89l-14.9%204a8%208%200%200%200%202.07%2015.72a8.2%208.2%200%200%200%202.07-.27l48-12.86a8%208%200%200%200-4.14-15.46M156.22%2057.19c2.78%204.7%207.23%2012.54%2012.2%2022.46L136%2087.77c-.42-10-.38-18.25-.25-23.79c0-.56.05-1.12.08-1.68Zm-56.44-24l20.37%205.09c.06%204.28%200%2010.67-.21%2018.47c-.06%201.21-.16%203.19-.23%205.84c0%201-.1%202-.16%203l-32.86-8.16C92%2046.67%2096.84%2038.16%2099.78%2033.19m11.39%2093.09a24%2024%200%200%201-46.34-12.5a291%20291%200%200%201%2015-41.59l38.58%209.64a314%20314%200%200%201-7.24%2044.45m33.64%2023.92A274%20274%200%200%201%20137%20104l38.41-9.6a293%20293%200%200%201%2015.75%2043.39a24%2024%200%201%201-46.36%2012.42Zm40-106.62a8%208%200%200%201%203.58-10.74l16-8a8%208%200%201%201%207.16%2014.32l-16%208a8%208%200%200%201-10.74-3.58M232%2072a8%208%200%200%201-8%208h-16a8%208%200%200%201%200-16h16a8%208%200%200%201%208%208M32.84%2020.42a8%208%200%200%201%2010.74-3.58l16%208a8%208%200%200%201-7.16%2014.32l-16-8a8%208%200%200%201-3.58-10.74M40%2072H24a8%208%200%200%201%200-16h16a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/cheers-duotone.svg?color=%231a73e8&size=48