sentiment sad icon
sentiment-sad-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-sad-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 sad icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11.192q1.817 0 3.089 1.254q1.27 1.254 1.438 3.071q.03.204.16.344q.128.139.313.139t.316-.133t.12-.317q-.153-2.211-1.699-3.727q-1.545-1.515-3.737-1.515t-3.738 1.515t-1.698 3.727q-.012.185.12.317T7 16t.314-.14q.128-.139.159-.343q.168-1.817 1.439-3.07q1.27-1.255 3.088-1.255m-1.7-3.86q.148-.122.145-.3t-.156-.301t-.339-.108q-.184.016-.338.139q-.439.35-.915.635t-1.014.48q-.185.067-.295.221q-.111.154-.08.344q.03.19.184.289t.333.036q.692-.211 1.316-.58q.622-.368 1.159-.854m3.4 0q.537.486 1.164.832q.626.347 1.3.577q.165.062.331-.024t.197-.276t-.083-.353t-.298-.231q-.532-.194-1.018-.464t-.905-.632q-.154-.123-.338-.139q-.185-.015-.339.108q-.153.123-.156.3q-.003.179.145.302M8.494 20.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 MaterialSymbolsLightSentimentSadRounded(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 11.192q1.817 0 3.089 1.254q1.27 1.254 1.438 3.071q.03.204.16.344q.128.139.313.139t.316-.133t.12-.317q-.153-2.211-1.699-3.727q-1.545-1.515-3.737-1.515t-3.738 1.515t-1.698 3.727q-.012.185.12.317T7 16t.314-.14q.128-.139.159-.343q.168-1.817 1.439-3.07q1.27-1.255 3.088-1.255m-1.7-3.86q.148-.122.145-.3t-.156-.301t-.339-.108q-.184.016-.338.139q-.439.35-.915.635t-1.014.48q-.185.067-.295.221q-.111.154-.08.344q.03.19.184.289t.333.036q.692-.211 1.316-.58q.622-.368 1.159-.854m3.4 0q.537.486 1.164.832q.626.347 1.3.577q.165.062.331-.024t.197-.276t-.083-.353t-.298-.231q-.532-.194-1.018-.464t-.905-.632q-.154-.123-.338-.139q-.185-.015-.339.108q-.153.123-.156.3q-.003.179.145.302M8.494 20.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 11.192q1.817 0 3.089 1.254q1.27 1.254 1.438 3.071q.03.204.16.344q.128.139.313.139t.316-.133t.12-.317q-.153-2.211-1.699-3.727q-1.545-1.515-3.737-1.515t-3.738 1.515t-1.698 3.727q-.012.185.12.317T7 16t.314-.14q.128-.139.159-.343q.168-1.817 1.439-3.07q1.27-1.255 3.088-1.255m-1.7-3.86q.148-.122.145-.3t-.156-.301t-.339-.108q-.184.016-.338.139q-.439.35-.915.635t-1.014.48q-.185.067-.295.221q-.111.154-.08.344q.03.19.184.289t.333.036q.692-.211 1.316-.58q.622-.368 1.159-.854m3.4 0q.537.486 1.164.832q.626.347 1.3.577q.165.062.331-.024t.197-.276t-.083-.353t-.298-.231q-.532-.194-1.018-.464t-.905-.632q-.154-.123-.338-.139q-.185-.015-.339.108q-.153.123-.156.3q-.003.179.145.302M8.494 20.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-sad-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%2011.192q1.817%200%203.089%201.254q1.27%201.254%201.438%203.071q.03.204.16.344q.128.139.313.139t.316-.133t.12-.317q-.153-2.211-1.699-3.727q-1.545-1.515-3.737-1.515t-3.738%201.515t-1.698%203.727q-.012.185.12.317T7%2016t.314-.14q.128-.139.159-.343q.168-1.817%201.439-3.07q1.27-1.255%203.088-1.255m-1.7-3.86q.148-.122.145-.3t-.156-.301t-.339-.108q-.184.016-.338.139q-.439.35-.915.635t-1.014.48q-.185.067-.295.221q-.111.154-.08.344q.03.19.184.289t.333.036q.692-.211%201.316-.58q.622-.368%201.159-.854m3.4%200q.537.486%201.164.832q.626.347%201.3.577q.165.062.331-.024t.197-.276t-.083-.353t-.298-.231q-.532-.194-1.018-.464t-.905-.632q-.154-.123-.338-.139q-.185-.015-.339.108q-.153.123-.156.3q-.003.179.145.302M8.494%2020.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%2011.192q1.817%200%203.089%201.254q1.27%201.254%201.438%203.071q.03.204.16.344q.128.139.313.139t.316-.133t.12-.317q-.153-2.211-1.699-3.727q-1.545-1.515-3.737-1.515t-3.738%201.515t-1.698%203.727q-.012.185.12.317T7%2016t.314-.14q.128-.139.159-.343q.168-1.817%201.439-3.07q1.27-1.255%203.088-1.255m-1.7-3.86q.148-.122.145-.3t-.156-.301t-.339-.108q-.184.016-.338.139q-.439.35-.915.635t-1.014.48q-.185.067-.295.221q-.111.154-.08.344q.03.19.184.289t.333.036q.692-.211%201.316-.58q.622-.368%201.159-.854m3.4%200q.537.486%201.164.832q.626.347%201.3.577q.165.062.331-.024t.197-.276t-.083-.353t-.298-.231q-.532-.194-1.018-.464t-.905-.632q-.154-.123-.338-.139q-.185-.015-.339.108q-.153.123-.156.3q-.003.179.145.302M8.494%2020.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-sad-rounded.svg?color=%231a73e8&size=48