sentiment very satisfied icon
sentiment-very-satisfied-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-very-satisfied-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 very satisfied 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.5q1.45 0 2.675-.7t1.975-1.9q.15-.3-.025-.6T16.1 14H7.9q-.35 0-.525.3t-.025.6q.75 1.2 1.988 1.9t2.662.7M8.9 9.95l.525.525q.225.225.525.225t.525-.225t.213-.525t-.213-.525l-.875-.9q-.3-.3-.712-.3t-.713.3l-.9.9q-.225.225-.225.525t.225.525q.2.2.513.213t.537-.188zm6.2 0l.575.55q.225.2.525.2t.525-.225t.225-.525t-.225-.525l-.9-.9q-.3-.3-.713-.3t-.712.3l-.9.9q-.2.225-.2.525t.225.525t.525.225t.525-.225zm-7 11.263q-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-.788"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSentimentVerySatisfiedRounded(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.5q1.45 0 2.675-.7t1.975-1.9q.15-.3-.025-.6T16.1 14H7.9q-.35 0-.525.3t-.025.6q.75 1.2 1.988 1.9t2.662.7M8.9 9.95l.525.525q.225.225.525.225t.525-.225t.213-.525t-.213-.525l-.875-.9q-.3-.3-.712-.3t-.713.3l-.9.9q-.225.225-.225.525t.225.525q.2.2.513.213t.537-.188zm6.2 0l.575.55q.225.2.525.2t.525-.225t.225-.525t-.225-.525l-.9-.9q-.3-.3-.713-.3t-.712.3l-.9.9q-.2.225-.2.525t.225.525t.525.225t.525-.225zm-7 11.263q-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-.788"/></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.5q1.45 0 2.675-.7t1.975-1.9q.15-.3-.025-.6T16.1 14H7.9q-.35 0-.525.3t-.025.6q.75 1.2 1.988 1.9t2.662.7M8.9 9.95l.525.525q.225.225.525.225t.525-.225t.213-.525t-.213-.525l-.875-.9q-.3-.3-.712-.3t-.713.3l-.9.9q-.225.225-.225.525t.225.525q.2.2.513.213t.537-.188zm6.2 0l.575.55q.225.2.525.2t.525-.225t.225-.525t-.225-.525l-.9-.9q-.3-.3-.713-.3t-.712.3l-.9.9q-.2.225-.2.525t.225.525t.525.225t.525-.225zm-7 11.263q-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-.788"/></svg> </template>
CSS
.icon-sentiment-very-satisfied-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.5q1.45%200%202.675-.7t1.975-1.9q.15-.3-.025-.6T16.1%2014H7.9q-.35%200-.525.3t-.025.6q.75%201.2%201.988%201.9t2.662.7M8.9%209.95l.525.525q.225.225.525.225t.525-.225t.213-.525t-.213-.525l-.875-.9q-.3-.3-.712-.3t-.713.3l-.9.9q-.225.225-.225.525t.225.525q.2.2.513.213t.537-.188zm6.2%200l.575.55q.225.2.525.2t.525-.225t.225-.525t-.225-.525l-.9-.9q-.3-.3-.713-.3t-.712.3l-.9.9q-.2.225-.2.525t.225.525t.525.225t.525-.225zm-7%2011.263q-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-.788%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.5q1.45%200%202.675-.7t1.975-1.9q.15-.3-.025-.6T16.1%2014H7.9q-.35%200-.525.3t-.025.6q.75%201.2%201.988%201.9t2.662.7M8.9%209.95l.525.525q.225.225.525.225t.525-.225t.213-.525t-.213-.525l-.875-.9q-.3-.3-.712-.3t-.713.3l-.9.9q-.225.225-.225.525t.225.525q.2.2.513.213t.537-.188zm6.2%200l.575.55q.225.2.525.2t.525-.225t.225-.525t-.225-.525l-.9-.9q-.3-.3-.713-.3t-.712.3l-.9.9q-.2.225-.2.525t.225.525t.525.225t.525-.225zm-7%2011.263q-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-.788%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sentiment-very-satisfied-rounded.svg?color=%231a73e8&size=48