sentiment content icon
sentiment-content-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-content-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 content icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 15.192h4.5q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-4.5q-.19 0-.316.126t-.126.316t.126.316t.316.126M8.494 20.29q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 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-.71m.102-11.482q-.529 0-1.021.246t-.86.619q-.123.129-.104.314q.018.184.178.282q.153.118.338.097q.185-.022.339-.164q.257-.213.53-.359q.273-.145.6-.145t.6.138t.531.347q.154.123.338.15q.185.028.339-.089q.16-.098.18-.28q.022-.181-.101-.305q-.387-.373-.873-.612q-.485-.24-1.014-.24m6.808 0q-.529 0-1.024.247q-.495.246-.863.625q-.123.123-.101.307q.02.185.18.283q.154.117.339.1q.184-.019.338-.161q.258-.208.53-.356q.274-.148.6-.148q.334 0 .607.148t.53.356q.154.142.336.16t.335-.099q.16-.098.181-.282q.021-.185-.102-.308q-.386-.379-.872-.625q-.485-.246-1.014-.246"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSentimentContentRounded(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="M9.75 15.192h4.5q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-4.5q-.19 0-.316.126t-.126.316t.126.316t.316.126M8.494 20.29q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 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-.71m.102-11.482q-.529 0-1.021.246t-.86.619q-.123.129-.104.314q.018.184.178.282q.153.118.338.097q.185-.022.339-.164q.257-.213.53-.359q.273-.145.6-.145t.6.138t.531.347q.154.123.338.15q.185.028.339-.089q.16-.098.18-.28q.022-.181-.101-.305q-.387-.373-.873-.612q-.485-.24-1.014-.24m6.808 0q-.529 0-1.024.247q-.495.246-.863.625q-.123.123-.101.307q.02.185.18.283q.154.117.339.1q.184-.019.338-.161q.258-.208.53-.356q.274-.148.6-.148q.334 0 .607.148t.53.356q.154.142.336.16t.335-.099q.16-.098.181-.282q.021-.185-.102-.308q-.386-.379-.872-.625q-.485-.246-1.014-.246"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9.75 15.192h4.5q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-4.5q-.19 0-.316.126t-.126.316t.126.316t.316.126M8.494 20.29q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3 13.864 3 12t.71-3.506t1.927-2.857T8.494 3.71Q10.137 3 12 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-.71m.102-11.482q-.529 0-1.021.246t-.86.619q-.123.129-.104.314q.018.184.178.282q.153.118.338.097q.185-.022.339-.164q.257-.213.53-.359q.273-.145.6-.145t.6.138t.531.347q.154.123.338.15q.185.028.339-.089q.16-.098.18-.28q.022-.181-.101-.305q-.387-.373-.873-.612q-.485-.24-1.014-.24m6.808 0q-.529 0-1.024.247q-.495.246-.863.625q-.123.123-.101.307q.02.185.18.283q.154.117.339.1q.184-.019.338-.161q.258-.208.53-.356q.274-.148.6-.148q.334 0 .607.148t.53.356q.154.142.336.16t.335-.099q.16-.098.181-.282q.021-.185-.102-.308q-.386-.379-.872-.625q-.485-.246-1.014-.246"/></svg> </template>
CSS
.icon-sentiment-content-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%22M9.75%2015.192h4.5q.19%200%20.316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-4.5q-.19%200-.316.126t-.126.316t.126.316t.316.126M8.494%2020.29q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%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-.71m.102-11.482q-.529%200-1.021.246t-.86.619q-.123.129-.104.314q.018.184.178.282q.153.118.338.097q.185-.022.339-.164q.257-.213.53-.359q.273-.145.6-.145t.6.138t.531.347q.154.123.338.15q.185.028.339-.089q.16-.098.18-.28q.022-.181-.101-.305q-.387-.373-.873-.612q-.485-.24-1.014-.24m6.808%200q-.529%200-1.024.247q-.495.246-.863.625q-.123.123-.101.307q.02.185.18.283q.154.117.339.1q.184-.019.338-.161q.258-.208.53-.356q.274-.148.6-.148q.334%200%20.607.148t.53.356q.154.142.336.16t.335-.099q.16-.098.181-.282q.021-.185-.102-.308q-.386-.379-.872-.625q-.485-.246-1.014-.246%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%22M9.75%2015.192h4.5q.19%200%20.316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-4.5q-.19%200-.316.126t-.126.316t.126.316t.316.126M8.494%2020.29q-1.642-.711-2.857-1.926q-1.216-1.216-1.926-2.858Q3%2013.864%203%2012t.71-3.506t1.927-2.857T8.494%203.71Q10.137%203%2012%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-.71m.102-11.482q-.529%200-1.021.246t-.86.619q-.123.129-.104.314q.018.184.178.282q.153.118.338.097q.185-.022.339-.164q.257-.213.53-.359q.273-.145.6-.145t.6.138t.531.347q.154.123.338.15q.185.028.339-.089q.16-.098.18-.28q.022-.181-.101-.305q-.387-.373-.873-.612q-.485-.24-1.014-.24m6.808%200q-.529%200-1.024.247q-.495.246-.863.625q-.123.123-.101.307q.02.185.18.283q.154.117.339.1q.184-.019.338-.161q.258-.208.53-.356q.274-.148.6-.148q.334%200%20.607.148t.53.356q.154.142.336.16t.335-.099q.16-.098.181-.282q.021-.185-.102-.308q-.386-.379-.872-.625q-.485-.246-1.014-.246%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-content-rounded.svg?color=%231a73e8&size=48