sentiment stressed icon
sentiment-stressed-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-stressed-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 stressed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 15.127l1.208 1.208q.13.13.292.13t.292-.13L15 15.127l.662.662q.128.128.303.138q.176.01.324-.138t.147-.314t-.148-.313l-.996-.996q-.13-.131-.292-.131t-.292.13L13.5 15.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131L10.5 15.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131l-.996.997q-.13.128-.139.303q-.01.176.139.324t.313.148t.314-.148L9 15.127l1.208 1.208q.13.13.292.13t.292-.13zM9.187 10L7.54 11.2q-.154.104-.178.279t.08.329t.288.197t.338-.08l2.175-1.602q.162-.13.162-.323t-.162-.323L8.05 8.075q-.154-.123-.32-.08q-.164.044-.288.197q-.103.154-.082.33q.02.174.18.278zm5.627 0l1.646-1.2q.154-.104.178-.279t-.08-.329t-.289-.197t-.338.08l-2.175 1.602q-.162.13-.162.323t.162.323l2.194 1.602q.154.123.32.08q.164-.043.288-.197q.103-.154.082-.33q-.02-.174-.18-.278zm-6.32 10.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSentimentStressedRounded(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 15.127l1.208 1.208q.13.13.292.13t.292-.13L15 15.127l.662.662q.128.128.303.138q.176.01.324-.138t.147-.314t-.148-.313l-.996-.996q-.13-.131-.292-.131t-.292.13L13.5 15.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131L10.5 15.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131l-.996.997q-.13.128-.139.303q-.01.176.139.324t.313.148t.314-.148L9 15.127l1.208 1.208q.13.13.292.13t.292-.13zM9.187 10L7.54 11.2q-.154.104-.178.279t.08.329t.288.197t.338-.08l2.175-1.602q.162-.13.162-.323t-.162-.323L8.05 8.075q-.154-.123-.32-.08q-.164.044-.288.197q-.103.154-.082.33q.02.174.18.278zm5.627 0l1.646-1.2q.154-.104.178-.279t-.08-.329t-.289-.197t-.338.08l-2.175 1.602q-.162.13-.162.323t.162.323l2.194 1.602q.154.123.32.08q.164-.043.288-.197q.103-.154.082-.33q-.02-.174-.18-.278zm-6.32 10.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></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 15.127l1.208 1.208q.13.13.292.13t.292-.13L15 15.127l.662.662q.128.128.303.138q.176.01.324-.138t.147-.314t-.148-.313l-.996-.996q-.13-.131-.292-.131t-.292.13L13.5 15.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131L10.5 15.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131l-.996.997q-.13.128-.139.303q-.01.176.139.324t.313.148t.314-.148L9 15.127l1.208 1.208q.13.13.292.13t.292-.13zM9.187 10L7.54 11.2q-.154.104-.178.279t.08.329t.288.197t.338-.08l2.175-1.602q.162-.13.162-.323t-.162-.323L8.05 8.075q-.154-.123-.32-.08q-.164.044-.288.197q-.103.154-.082.33q.02.174.18.278zm5.627 0l1.646-1.2q.154-.104.178-.279t-.08-.329t-.289-.197t-.338.08l-2.175 1.602q-.162.13-.162.323t.162.323l2.194 1.602q.154.123.32.08q.164-.043.288-.197q.103-.154.082-.33q-.02-.174-.18-.278zm-6.32 10.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3 12t.71-3.506q.711-1.642 1.927-2.857Q6.852 4.42 8.494 3.71T12 3t3.506.71q1.642.711 2.857 1.927q1.216 1.215 1.926 2.857Q21 10.137 21 12t-.71 3.506q-.711 1.642-1.926 2.857q-1.216 1.216-2.858 1.926Q13.864 21 12 21t-3.506-.71"/></svg> </template>
CSS
.icon-sentiment-stressed-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%2015.127l1.208%201.208q.13.13.292.13t.292-.13L15%2015.127l.662.662q.128.128.303.138q.176.01.324-.138t.147-.314t-.148-.313l-.996-.996q-.13-.131-.292-.131t-.292.13L13.5%2015.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131L10.5%2015.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131l-.996.997q-.13.128-.139.303q-.01.176.139.324t.313.148t.314-.148L9%2015.127l1.208%201.208q.13.13.292.13t.292-.13zM9.187%2010L7.54%2011.2q-.154.104-.178.279t.08.329t.288.197t.338-.08l2.175-1.602q.162-.13.162-.323t-.162-.323L8.05%208.075q-.154-.123-.32-.08q-.164.044-.288.197q-.103.154-.082.33q.02.174.18.278zm5.627%200l1.646-1.2q.154-.104.178-.279t-.08-.329t-.289-.197t-.338.08l-2.175%201.602q-.162.13-.162.323t.162.323l2.194%201.602q.154.123.32.08q.164-.043.288-.197q.103-.154.082-.33q-.02-.174-.18-.278zm-6.32%2010.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71%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%2015.127l1.208%201.208q.13.13.292.13t.292-.13L15%2015.127l.662.662q.128.128.303.138q.176.01.324-.138t.147-.314t-.148-.313l-.996-.996q-.13-.131-.292-.131t-.292.13L13.5%2015.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131L10.5%2015.374l-1.208-1.207q-.13-.132-.292-.132t-.292.131l-.996.997q-.13.128-.139.303q-.01.176.139.324t.313.148t.314-.148L9%2015.127l1.208%201.208q.13.13.292.13t.292-.13zM9.187%2010L7.54%2011.2q-.154.104-.178.279t.08.329t.288.197t.338-.08l2.175-1.602q.162-.13.162-.323t-.162-.323L8.05%208.075q-.154-.123-.32-.08q-.164.044-.288.197q-.103.154-.082.33q.02.174.18.278zm5.627%200l1.646-1.2q.154-.104.178-.279t-.08-.329t-.289-.197t-.338.08l-2.175%201.602q-.162.13-.162.323t.162.323l2.194%201.602q.154.123.32.08q.164-.043.288-.197q.103-.154.082-.33q-.02-.174-.18-.278zm-6.32%2010.29q-1.642-.711-2.858-1.926q-1.215-1.216-1.926-2.858T3%2012t.71-3.506q.711-1.642%201.927-2.857Q6.852%204.42%208.494%203.71T12%203t3.506.71q1.642.711%202.857%201.927q1.216%201.215%201.926%202.857Q21%2010.137%2021%2012t-.71%203.506q-.711%201.642-1.926%202.857q-1.216%201.216-2.858%201.926Q13.864%2021%2012%2021t-3.506-.71%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-stressed-rounded.svg?color=%231a73e8&size=48