cheer icon
cheer-outline-sharp from Material Symbols Light by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- cheer-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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.992 4.84l-.807-2.403l.823-.277l.808 2.398zm3.566-1.148V1.308h.884v2.384zm4.45 1.149l-.823-.283l.807-2.398l.824.282zm5.4 17.678l.146-.994l-6.208-.958l-1.044-3.352l.783-1.704l.857 2.654l.958-.311l-2.686-8.308l.655-.363l4.602 8.798h2.318v-1H20.08l-4.815-9.183l-2.241 1.279l1.621 5.02l-1.417 3.065l1.362 4.302zm-5.466-4.353l-1.296-4.07zm-13.35 4.353l-.146-.994l6.202-.958l1.05-3.351l-.788-1.704l-.852 2.654l-.958-.312l2.662-8.308l-.631-.363l-4.608 8.798H2.212v-1h1.707l4.816-9.183l2.24 1.279l-1.621 5.02l1.417 3.065l-1.386 4.302zm5.466-4.353l1.296-4.07zm-.958-.312"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightCheerOutlineSharp(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.992 4.84l-.807-2.403l.823-.277l.808 2.398zm3.566-1.148V1.308h.884v2.384zm4.45 1.149l-.823-.283l.807-2.398l.824.282zm5.4 17.678l.146-.994l-6.208-.958l-1.044-3.352l.783-1.704l.857 2.654l.958-.311l-2.686-8.308l.655-.363l4.602 8.798h2.318v-1H20.08l-4.815-9.183l-2.241 1.279l1.621 5.02l-1.417 3.065l1.362 4.302zm-5.466-4.353l-1.296-4.07zm-13.35 4.353l-.146-.994l6.202-.958l1.05-3.351l-.788-1.704l-.852 2.654l-.958-.312l2.662-8.308l-.631-.363l-4.608 8.798H2.212v-1h1.707l4.816-9.183l2.24 1.279l-1.621 5.02l1.417 3.065l-1.386 4.302zm5.466-4.353l1.296-4.07zm-.958-.312"/></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.992 4.84l-.807-2.403l.823-.277l.808 2.398zm3.566-1.148V1.308h.884v2.384zm4.45 1.149l-.823-.283l.807-2.398l.824.282zm5.4 17.678l.146-.994l-6.208-.958l-1.044-3.352l.783-1.704l.857 2.654l.958-.311l-2.686-8.308l.655-.363l4.602 8.798h2.318v-1H20.08l-4.815-9.183l-2.241 1.279l1.621 5.02l-1.417 3.065l1.362 4.302zm-5.466-4.353l-1.296-4.07zm-13.35 4.353l-.146-.994l6.202-.958l1.05-3.351l-.788-1.704l-.852 2.654l-.958-.312l2.662-8.308l-.631-.363l-4.608 8.798H2.212v-1h1.707l4.816-9.183l2.24 1.279l-1.621 5.02l1.417 3.065l-1.386 4.302zm5.466-4.353l1.296-4.07zm-.958-.312"/></svg> </template>
CSS
.icon-cheer-outline-sharp {
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.992%204.84l-.807-2.403l.823-.277l.808%202.398zm3.566-1.148V1.308h.884v2.384zm4.45%201.149l-.823-.283l.807-2.398l.824.282zm5.4%2017.678l.146-.994l-6.208-.958l-1.044-3.352l.783-1.704l.857%202.654l.958-.311l-2.686-8.308l.655-.363l4.602%208.798h2.318v-1H20.08l-4.815-9.183l-2.241%201.279l1.621%205.02l-1.417%203.065l1.362%204.302zm-5.466-4.353l-1.296-4.07zm-13.35%204.353l-.146-.994l6.202-.958l1.05-3.351l-.788-1.704l-.852%202.654l-.958-.312l2.662-8.308l-.631-.363l-4.608%208.798H2.212v-1h1.707l4.816-9.183l2.24%201.279l-1.621%205.02l1.417%203.065l-1.386%204.302zm5.466-4.353l1.296-4.07zm-.958-.312%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.992%204.84l-.807-2.403l.823-.277l.808%202.398zm3.566-1.148V1.308h.884v2.384zm4.45%201.149l-.823-.283l.807-2.398l.824.282zm5.4%2017.678l.146-.994l-6.208-.958l-1.044-3.352l.783-1.704l.857%202.654l.958-.311l-2.686-8.308l.655-.363l4.602%208.798h2.318v-1H20.08l-4.815-9.183l-2.241%201.279l1.621%205.02l-1.417%203.065l1.362%204.302zm-5.466-4.353l-1.296-4.07zm-13.35%204.353l-.146-.994l6.202-.958l1.05-3.351l-.788-1.704l-.852%202.654l-.958-.312l2.662-8.308l-.631-.363l-4.608%208.798H2.212v-1h1.707l4.816-9.183l2.24%201.279l-1.621%205.02l1.417%203.065l-1.386%204.302zm5.466-4.353l1.296-4.07zm-.958-.312%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-sharp.svg?color=%231a73e8&size=48