sentiment excited icon
sentiment-excited-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-excited-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the sentiment excited icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.692q1.535 0 2.614-1.078q1.078-1.08 1.078-2.614v-.884q0-.344-.232-.576t-.576-.232H9.116q-.344 0-.576.232t-.232.576V14q0 1.535 1.079 2.614T12 17.692m0-.884q-1.165 0-1.986-.821q-.822-.821-.822-1.987v-.808h5.616V14q0 1.166-.822 1.987q-.82.82-1.986.82m-3.502-9.5q-.752 0-1.325.483t-.865 1.168q-.068.16.018.303t.255.2q.155.056.334-.033q.18-.09.246-.25q.214-.401.553-.684t.786-.302q.446.02.785.305q.34.286.553.688q.076.164.241.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483m7 0q-.752 0-1.325.483q-.573.482-.865 1.167q-.067.16.018.304t.255.2q.156.055.335-.034q.178-.09.246-.25q.194-.401.543-.693q.349-.293.795-.293t.795.296t.544.697q.075.164.24.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483M8.493 20.292q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709t-3.51-.708"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSentimentExcitedRounded(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="M12 17.692q1.535 0 2.614-1.078q1.078-1.08 1.078-2.614v-.884q0-.344-.232-.576t-.576-.232H9.116q-.344 0-.576.232t-.232.576V14q0 1.535 1.079 2.614T12 17.692m0-.884q-1.165 0-1.986-.821q-.822-.821-.822-1.987v-.808h5.616V14q0 1.166-.822 1.987q-.82.82-1.986.82m-3.502-9.5q-.752 0-1.325.483t-.865 1.168q-.068.16.018.303t.255.2q.155.056.334-.033q.18-.09.246-.25q.214-.401.553-.684t.786-.302q.446.02.785.305q.34.286.553.688q.076.164.241.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483m7 0q-.752 0-1.325.483q-.573.482-.865 1.167q-.067.16.018.304t.255.2q.156.055.335-.034q.178-.09.246-.25q.194-.401.543-.693q.349-.293.795-.293t.795.296t.544.697q.075.164.24.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483M8.493 20.292q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709t-3.51-.708"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 17.692q1.535 0 2.614-1.078q1.078-1.08 1.078-2.614v-.884q0-.344-.232-.576t-.576-.232H9.116q-.344 0-.576.232t-.232.576V14q0 1.535 1.079 2.614T12 17.692m0-.884q-1.165 0-1.986-.821q-.822-.821-.822-1.987v-.808h5.616V14q0 1.166-.822 1.987q-.82.82-1.986.82m-3.502-9.5q-.752 0-1.325.483t-.865 1.168q-.068.16.018.303t.255.2q.155.056.334-.033q.18-.09.246-.25q.214-.401.553-.684t.786-.302q.446.02.785.305q.34.286.553.688q.076.164.241.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483m7 0q-.752 0-1.325.483q-.573.482-.865 1.167q-.067.16.018.304t.255.2q.156.055.335-.034q.178-.09.246-.25q.194-.401.543-.693q.349-.293.795-.293t.795.296t.544.697q.075.164.24.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483M8.493 20.292q-1.643-.709-2.859-1.924t-1.925-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709q1.643.708 2.859 1.922t1.925 2.857t.709 3.509t-.708 3.51t-1.924 2.859t-2.856 1.925t-3.509.709t-3.51-.708"/></svg> </template>
CSS
.icon-sentiment-excited-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%22M12%2017.692q1.535%200%202.614-1.078q1.078-1.08%201.078-2.614v-.884q0-.344-.232-.576t-.576-.232H9.116q-.344%200-.576.232t-.232.576V14q0%201.535%201.079%202.614T12%2017.692m0-.884q-1.165%200-1.986-.821q-.822-.821-.822-1.987v-.808h5.616V14q0%201.166-.822%201.987q-.82.82-1.986.82m-3.502-9.5q-.752%200-1.325.483t-.865%201.168q-.068.16.018.303t.255.2q.155.056.334-.033q.18-.09.246-.25q.214-.401.553-.684t.786-.302q.446.02.785.305q.34.286.553.688q.076.164.241.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483m7%200q-.752%200-1.325.483q-.573.482-.865%201.167q-.067.16.018.304t.255.2q.156.055.335-.034q.178-.09.246-.25q.194-.401.543-.693q.349-.293.795-.293t.795.296t.544.697q.075.164.24.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483M8.493%2020.292q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709t-3.51-.708%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%22M12%2017.692q1.535%200%202.614-1.078q1.078-1.08%201.078-2.614v-.884q0-.344-.232-.576t-.576-.232H9.116q-.344%200-.576.232t-.232.576V14q0%201.535%201.079%202.614T12%2017.692m0-.884q-1.165%200-1.986-.821q-.822-.821-.822-1.987v-.808h5.616V14q0%201.166-.822%201.987q-.82.82-1.986.82m-3.502-9.5q-.752%200-1.325.483t-.865%201.168q-.068.16.018.303t.255.2q.155.056.334-.033q.18-.09.246-.25q.214-.401.553-.684t.786-.302q.446.02.785.305q.34.286.553.688q.076.164.241.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483m7%200q-.752%200-1.325.483q-.573.482-.865%201.167q-.067.16.018.304t.255.2q.156.055.335-.034q.178-.09.246-.25q.194-.401.543-.693q.349-.293.795-.293t.795.296t.544.697q.075.164.24.238q.165.075.32.02q.17-.056.266-.191q.095-.135.027-.294q-.292-.685-.867-1.167q-.575-.483-1.327-.483M8.493%2020.292q-1.643-.709-2.859-1.924t-1.925-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709q1.643.708%202.859%201.922t1.925%202.857t.709%203.509t-.708%203.51t-1.924%202.859t-2.856%201.925t-3.509.709t-3.51-.708%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/sentiment-excited-rounded.svg?color=%231a73e8&size=48