sentiment content icon
sentiment-content-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-content-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
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.5h4.5q.325 0 .538-.213T15 14.75t-.213-.537T14.25 14h-4.5q-.325 0-.537.213T9 14.75t.213.538t.537.212M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M8.5 8.5q-.625 0-1.175.275T6.35 9.5q-.2.225-.162.525t.312.475q.25.175.55.125t.55-.25q.2-.175.425-.262t.475-.088t.475.1t.425.25q.25.2.55.238t.55-.138q.275-.175.325-.462t-.15-.488q-.425-.45-.987-.737T8.5 8.5m7 0q-.625 0-1.187.275t-.988.75q-.2.2-.15.5t.325.475q.25.175.55.138t.55-.238q.2-.15.425-.25t.475-.1q.275 0 .5.1t.425.25q.25.2.538.237t.537-.137q.275-.175.325-.475t-.15-.5q-.425-.475-.987-.75T15.5 8.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSentimentContentRounded(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.5h4.5q.325 0 .538-.213T15 14.75t-.213-.537T14.25 14h-4.5q-.325 0-.537.213T9 14.75t.213.538t.537.212M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M8.5 8.5q-.625 0-1.175.275T6.35 9.5q-.2.225-.162.525t.312.475q.25.175.55.125t.55-.25q.2-.175.425-.262t.475-.088t.475.1t.425.25q.25.2.55.238t.55-.138q.275-.175.325-.462t-.15-.488q-.425-.45-.987-.737T8.5 8.5m7 0q-.625 0-1.187.275t-.988.75q-.2.2-.15.5t.325.475q.25.175.55.138t.55-.238q.2-.15.425-.25t.475-.1q.275 0 .5.1t.425.25q.25.2.538.237t.537-.137q.275-.175.325-.475t-.15-.5q-.425-.475-.987-.75T15.5 8.5"/></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.5h4.5q.325 0 .538-.213T15 14.75t-.213-.537T14.25 14h-4.5q-.325 0-.537.213T9 14.75t.213.538t.537.212M8.1 21.213q-1.825-.788-3.175-2.138T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788t3.175 2.137T21.213 8.1T22 12t-.788 3.9t-2.137 3.175t-3.175 2.138T12 22t-3.9-.788M8.5 8.5q-.625 0-1.175.275T6.35 9.5q-.2.225-.162.525t.312.475q.25.175.55.125t.55-.25q.2-.175.425-.262t.475-.088t.475.1t.425.25q.25.2.55.238t.55-.138q.275-.175.325-.462t-.15-.488q-.425-.45-.987-.737T8.5 8.5m7 0q-.625 0-1.187.275t-.988.75q-.2.2-.15.5t.325.475q.25.175.55.138t.55-.238q.2-.15.425-.25t.475-.1q.275 0 .5.1t.425.25q.25.2.538.237t.537-.137q.275-.175.325-.475t-.15-.5q-.425-.475-.987-.75T15.5 8.5"/></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.5h4.5q.325%200%20.538-.213T15%2014.75t-.213-.537T14.25%2014h-4.5q-.325%200-.537.213T9%2014.75t.213.538t.537.212M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788M8.5%208.5q-.625%200-1.175.275T6.35%209.5q-.2.225-.162.525t.312.475q.25.175.55.125t.55-.25q.2-.175.425-.262t.475-.088t.475.1t.425.25q.25.2.55.238t.55-.138q.275-.175.325-.462t-.15-.488q-.425-.45-.987-.737T8.5%208.5m7%200q-.625%200-1.187.275t-.988.75q-.2.2-.15.5t.325.475q.25.175.55.138t.55-.238q.2-.15.425-.25t.475-.1q.275%200%20.5.1t.425.25q.25.2.538.237t.537-.137q.275-.175.325-.475t-.15-.5q-.425-.475-.987-.75T15.5%208.5%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.5h4.5q.325%200%20.538-.213T15%2014.75t-.213-.537T14.25%2014h-4.5q-.325%200-.537.213T9%2014.75t.213.538t.537.212M8.1%2021.213q-1.825-.788-3.175-2.138T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788t3.175%202.137T21.213%208.1T22%2012t-.788%203.9t-2.137%203.175t-3.175%202.138T12%2022t-3.9-.788M8.5%208.5q-.625%200-1.175.275T6.35%209.5q-.2.225-.162.525t.312.475q.25.175.55.125t.55-.25q.2-.175.425-.262t.475-.088t.475.1t.425.25q.25.2.55.238t.55-.138q.275-.175.325-.462t-.15-.488q-.425-.45-.987-.737T8.5%208.5m7%200q-.625%200-1.187.275t-.988.75q-.2.2-.15.5t.325.475q.25.175.55.138t.55-.238q.2-.15.425-.25t.475-.1q.275%200%20.5.1t.425.25q.25.2.538.237t.537-.137q.275-.175.325-.475t-.15-.5q-.425-.475-.987-.75T15.5%208.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sentiment-content-rounded.svg?color=%231a73e8&size=48