cheer-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
cheer-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

Use the cheer icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.864 4.429l-.55-1.581q-.062-.16.027-.32q.09-.159.26-.22q.155-.062.316.023t.22.24l.55 1.575q.061.16-.029.32q-.09.162-.254.22q-.165.062-.323-.01t-.217-.247m3.694-1.179v-1.5q0-.192.125-.317t.316-.125t.317.125t.126.317v1.5q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317m3.761.896l.544-1.575q.06-.16.218-.24t.327-.017q.156.061.248.22q.092.16.03.32l-.55 1.575q-.058.155-.22.24q-.16.085-.32.023q-.16-.061-.249-.224q-.09-.162-.028-.322M3.046 22.452q-.19.03-.342-.084q-.151-.115-.179-.302l-.011-.093q-.031-.19.079-.339q.11-.148.301-.176l4.827-.752q.426-.073.756-.345q.329-.272.448-.682l.83-2.65q.184-.542-.028-1.06t-.729-.75l-.794 2.458q-.067.189-.247.29T7.579 18t-.3-.247q-.1-.18-.033-.368l2.189-6.866q.107-.361.02-.71q-.086-.347-.386-.497L5.22 16.65q-.323.61-.94.97q-.615.36-1.44.36h-.173q-.2 0-.327-.127t-.127-.326v-.093q0-.198.127-.326q.128-.127.327-.127h.346q.414 0 .771-.208t.546-.586l4.027-7.662q.158-.303.473-.394q.315-.09.613.071l.081.046q.656.39.88 1.128t-.005 1.474l-1.102 3.43q.908.368 1.309 1.25t.109 1.816l-.85 2.65q-.218.685-.76 1.141q-.54.457-1.237.563zm13.087-.733q-.696-.105-1.238-.562q-.541-.457-.758-1.141l-.85-2.65q-.293-.933.108-1.816t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.08-.046q.299-.161.614-.07q.316.09.473.393l4.027 7.662q.188.378.546.586t.772.208h.346q.198 0 .326.128q.128.127.128.326v.092q0 .199-.128.326q-.128.128-.326.128h-.173q-.825 0-1.442-.36q-.616-.361-.94-.97l-3.85-7.34q-.3.15-.386.499q-.086.348.022.71l2.188 6.865q.067.188-.034.368q-.1.18-.299.247q-.198.068-.38-.027q-.182-.094-.245-.296l-.794-2.457q-.517.232-.729.75t-.029 1.059l.831 2.65q.12.41.449.682t.755.345l4.827.752q.19.028.301.177q.11.148.08.338l-.012.093q-.027.187-.18.302q-.15.115-.341.084zm.298-3.7"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCheerOutlineRounded(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="m7.864 4.429l-.55-1.581q-.062-.16.027-.32q.09-.159.26-.22q.155-.062.316.023t.22.24l.55 1.575q.061.16-.029.32q-.09.162-.254.22q-.165.062-.323-.01t-.217-.247m3.694-1.179v-1.5q0-.192.125-.317t.316-.125t.317.125t.126.317v1.5q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317m3.761.896l.544-1.575q.06-.16.218-.24t.327-.017q.156.061.248.22q.092.16.03.32l-.55 1.575q-.058.155-.22.24q-.16.085-.32.023q-.16-.061-.249-.224q-.09-.162-.028-.322M3.046 22.452q-.19.03-.342-.084q-.151-.115-.179-.302l-.011-.093q-.031-.19.079-.339q.11-.148.301-.176l4.827-.752q.426-.073.756-.345q.329-.272.448-.682l.83-2.65q.184-.542-.028-1.06t-.729-.75l-.794 2.458q-.067.189-.247.29T7.579 18t-.3-.247q-.1-.18-.033-.368l2.189-6.866q.107-.361.02-.71q-.086-.347-.386-.497L5.22 16.65q-.323.61-.94.97q-.615.36-1.44.36h-.173q-.2 0-.327-.127t-.127-.326v-.093q0-.198.127-.326q.128-.127.327-.127h.346q.414 0 .771-.208t.546-.586l4.027-7.662q.158-.303.473-.394q.315-.09.613.071l.081.046q.656.39.88 1.128t-.005 1.474l-1.102 3.43q.908.368 1.309 1.25t.109 1.816l-.85 2.65q-.218.685-.76 1.141q-.54.457-1.237.563zm13.087-.733q-.696-.105-1.238-.562q-.541-.457-.758-1.141l-.85-2.65q-.293-.933.108-1.816t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.08-.046q.299-.161.614-.07q.316.09.473.393l4.027 7.662q.188.378.546.586t.772.208h.346q.198 0 .326.128q.128.127.128.326v.092q0 .199-.128.326q-.128.128-.326.128h-.173q-.825 0-1.442-.36q-.616-.361-.94-.97l-3.85-7.34q-.3.15-.386.499q-.086.348.022.71l2.188 6.865q.067.188-.034.368q-.1.18-.299.247q-.198.068-.38-.027q-.182-.094-.245-.296l-.794-2.457q-.517.232-.729.75t-.029 1.059l.831 2.65q.12.41.449.682t.755.345l4.827.752q.19.028.301.177q.11.148.08.338l-.012.093q-.027.187-.18.302q-.15.115-.341.084zm.298-3.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.864 4.429l-.55-1.581q-.062-.16.027-.32q.09-.159.26-.22q.155-.062.316.023t.22.24l.55 1.575q.061.16-.029.32q-.09.162-.254.22q-.165.062-.323-.01t-.217-.247m3.694-1.179v-1.5q0-.192.125-.317t.316-.125t.317.125t.126.317v1.5q0 .192-.125.317t-.316.125t-.317-.125t-.126-.317m3.761.896l.544-1.575q.06-.16.218-.24t.327-.017q.156.061.248.22q.092.16.03.32l-.55 1.575q-.058.155-.22.24q-.16.085-.32.023q-.16-.061-.249-.224q-.09-.162-.028-.322M3.046 22.452q-.19.03-.342-.084q-.151-.115-.179-.302l-.011-.093q-.031-.19.079-.339q.11-.148.301-.176l4.827-.752q.426-.073.756-.345q.329-.272.448-.682l.83-2.65q.184-.542-.028-1.06t-.729-.75l-.794 2.458q-.067.189-.247.29T7.579 18t-.3-.247q-.1-.18-.033-.368l2.189-6.866q.107-.361.02-.71q-.086-.347-.386-.497L5.22 16.65q-.323.61-.94.97q-.615.36-1.44.36h-.173q-.2 0-.327-.127t-.127-.326v-.093q0-.198.127-.326q.128-.127.327-.127h.346q.414 0 .771-.208t.546-.586l4.027-7.662q.158-.303.473-.394q.315-.09.613.071l.081.046q.656.39.88 1.128t-.005 1.474l-1.102 3.43q.908.368 1.309 1.25t.109 1.816l-.85 2.65q-.218.685-.76 1.141q-.54.457-1.237.563zm13.087-.733q-.696-.105-1.238-.562q-.541-.457-.758-1.141l-.85-2.65q-.293-.933.108-1.816t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.08-.046q.299-.161.614-.07q.316.09.473.393l4.027 7.662q.188.378.546.586t.772.208h.346q.198 0 .326.128q.128.127.128.326v.092q0 .199-.128.326q-.128.128-.326.128h-.173q-.825 0-1.442-.36q-.616-.361-.94-.97l-3.85-7.34q-.3.15-.386.499q-.086.348.022.71l2.188 6.865q.067.188-.034.368q-.1.18-.299.247q-.198.068-.38-.027q-.182-.094-.245-.296l-.794-2.457q-.517.232-.729.75t-.029 1.059l.831 2.65q.12.41.449.682t.755.345l4.827.752q.19.028.301.177q.11.148.08.338l-.012.093q-.027.187-.18.302q-.15.115-.341.084zm.298-3.7"/></svg>
</template>

CSS

.icon-cheer-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%22m7.864%204.429l-.55-1.581q-.062-.16.027-.32q.09-.159.26-.22q.155-.062.316.023t.22.24l.55%201.575q.061.16-.029.32q-.09.162-.254.22q-.165.062-.323-.01t-.217-.247m3.694-1.179v-1.5q0-.192.125-.317t.316-.125t.317.125t.126.317v1.5q0%20.192-.125.317t-.316.125t-.317-.125t-.126-.317m3.761.896l.544-1.575q.06-.16.218-.24t.327-.017q.156.061.248.22q.092.16.03.32l-.55%201.575q-.058.155-.22.24q-.16.085-.32.023q-.16-.061-.249-.224q-.09-.162-.028-.322M3.046%2022.452q-.19.03-.342-.084q-.151-.115-.179-.302l-.011-.093q-.031-.19.079-.339q.11-.148.301-.176l4.827-.752q.426-.073.756-.345q.329-.272.448-.682l.83-2.65q.184-.542-.028-1.06t-.729-.75l-.794%202.458q-.067.189-.247.29T7.579%2018t-.3-.247q-.1-.18-.033-.368l2.189-6.866q.107-.361.02-.71q-.086-.347-.386-.497L5.22%2016.65q-.323.61-.94.97q-.615.36-1.44.36h-.173q-.2%200-.327-.127t-.127-.326v-.093q0-.198.127-.326q.128-.127.327-.127h.346q.414%200%20.771-.208t.546-.586l4.027-7.662q.158-.303.473-.394q.315-.09.613.071l.081.046q.656.39.88%201.128t-.005%201.474l-1.102%203.43q.908.368%201.309%201.25t.109%201.816l-.85%202.65q-.218.685-.76%201.141q-.54.457-1.237.563zm13.087-.733q-.696-.105-1.238-.562q-.541-.457-.758-1.141l-.85-2.65q-.293-.933.108-1.816t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.08-.046q.299-.161.614-.07q.316.09.473.393l4.027%207.662q.188.378.546.586t.772.208h.346q.198%200%20.326.128q.128.127.128.326v.092q0%20.199-.128.326q-.128.128-.326.128h-.173q-.825%200-1.442-.36q-.616-.361-.94-.97l-3.85-7.34q-.3.15-.386.499q-.086.348.022.71l2.188%206.865q.067.188-.034.368q-.1.18-.299.247q-.198.068-.38-.027q-.182-.094-.245-.296l-.794-2.457q-.517.232-.729.75t-.029%201.059l.831%202.65q.12.41.449.682t.755.345l4.827.752q.19.028.301.177q.11.148.08.338l-.012.093q-.027.187-.18.302q-.15.115-.341.084zm.298-3.7%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%22m7.864%204.429l-.55-1.581q-.062-.16.027-.32q.09-.159.26-.22q.155-.062.316.023t.22.24l.55%201.575q.061.16-.029.32q-.09.162-.254.22q-.165.062-.323-.01t-.217-.247m3.694-1.179v-1.5q0-.192.125-.317t.316-.125t.317.125t.126.317v1.5q0%20.192-.125.317t-.316.125t-.317-.125t-.126-.317m3.761.896l.544-1.575q.06-.16.218-.24t.327-.017q.156.061.248.22q.092.16.03.32l-.55%201.575q-.058.155-.22.24q-.16.085-.32.023q-.16-.061-.249-.224q-.09-.162-.028-.322M3.046%2022.452q-.19.03-.342-.084q-.151-.115-.179-.302l-.011-.093q-.031-.19.079-.339q.11-.148.301-.176l4.827-.752q.426-.073.756-.345q.329-.272.448-.682l.83-2.65q.184-.542-.028-1.06t-.729-.75l-.794%202.458q-.067.189-.247.29T7.579%2018t-.3-.247q-.1-.18-.033-.368l2.189-6.866q.107-.361.02-.71q-.086-.347-.386-.497L5.22%2016.65q-.323.61-.94.97q-.615.36-1.44.36h-.173q-.2%200-.327-.127t-.127-.326v-.093q0-.198.127-.326q.128-.127.327-.127h.346q.414%200%20.771-.208t.546-.586l4.027-7.662q.158-.303.473-.394q.315-.09.613.071l.081.046q.656.39.88%201.128t-.005%201.474l-1.102%203.43q.908.368%201.309%201.25t.109%201.816l-.85%202.65q-.218.685-.76%201.141q-.54.457-1.237.563zm13.087-.733q-.696-.105-1.238-.562q-.541-.457-.758-1.141l-.85-2.65q-.293-.933.108-1.816t1.309-1.25l-1.102-3.43q-.229-.737-.005-1.475q.224-.737.88-1.128l.08-.046q.299-.161.614-.07q.316.09.473.393l4.027%207.662q.188.378.546.586t.772.208h.346q.198%200%20.326.128q.128.127.128.326v.092q0%20.199-.128.326q-.128.128-.326.128h-.173q-.825%200-1.442-.36q-.616-.361-.94-.97l-3.85-7.34q-.3.15-.386.499q-.086.348.022.71l2.188%206.865q.067.188-.034.368q-.1.18-.299.247q-.198.068-.38-.027q-.182-.094-.245-.296l-.794-2.457q-.517.232-.729.75t-.029%201.059l.831%202.65q.12.41.449.682t.755.345l4.827.752q.19.028.301.177q.11.148.08.338l-.012.093q-.027.187-.18.302q-.15.115-.341.084zm.298-3.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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