sentiment worried icon
sentiment-worried from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-worried
- Set
- Material Symbols
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sentiment-worried-sharp
3 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the sentiment worried icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.3 18h1.4q1.375 0 2.338-.875T16 15t-.962-2.125T12.7 12h-1.4q-1.375 0-2.338.875T8 15t.963 2.125T11.3 18m0-1.5q-.75 0-1.275-.437T9.5 15t.525-1.062T11.3 13.5h1.4q.75 0 1.275.438T14.5 15t-.525 1.063t-1.275.437zM6 10h2q1.25 0 2.125-.875T11 7H9.5q0 .625-.437 1.063T8 8.5H6zm10 0h2V8.5h-2q-.625 0-1.062-.437T14.5 7H13q0 1.25.875 2.125T16 10M8.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-.788"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSentimentWorried(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="M11.3 18h1.4q1.375 0 2.338-.875T16 15t-.962-2.125T12.7 12h-1.4q-1.375 0-2.338.875T8 15t.963 2.125T11.3 18m0-1.5q-.75 0-1.275-.437T9.5 15t.525-1.062T11.3 13.5h1.4q.75 0 1.275.438T14.5 15t-.525 1.063t-1.275.437zM6 10h2q1.25 0 2.125-.875T11 7H9.5q0 .625-.437 1.063T8 8.5H6zm10 0h2V8.5h-2q-.625 0-1.062-.437T14.5 7H13q0 1.25.875 2.125T16 10M8.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-.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="M11.3 18h1.4q1.375 0 2.338-.875T16 15t-.962-2.125T12.7 12h-1.4q-1.375 0-2.338.875T8 15t.963 2.125T11.3 18m0-1.5q-.75 0-1.275-.437T9.5 15t.525-1.062T11.3 13.5h1.4q.75 0 1.275.438T14.5 15t-.525 1.063t-1.275.437zM6 10h2q1.25 0 2.125-.875T11 7H9.5q0 .625-.437 1.063T8 8.5H6zm10 0h2V8.5h-2q-.625 0-1.062-.437T14.5 7H13q0 1.25.875 2.125T16 10M8.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-.788"/></svg> </template>
CSS
.icon-sentiment-worried {
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%22M11.3%2018h1.4q1.375%200%202.338-.875T16%2015t-.962-2.125T12.7%2012h-1.4q-1.375%200-2.338.875T8%2015t.963%202.125T11.3%2018m0-1.5q-.75%200-1.275-.437T9.5%2015t.525-1.062T11.3%2013.5h1.4q.75%200%201.275.438T14.5%2015t-.525%201.063t-1.275.437zM6%2010h2q1.25%200%202.125-.875T11%207H9.5q0%20.625-.437%201.063T8%208.5H6zm10%200h2V8.5h-2q-.625%200-1.062-.437T14.5%207H13q0%201.25.875%202.125T16%2010M8.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-.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%22M11.3%2018h1.4q1.375%200%202.338-.875T16%2015t-.962-2.125T12.7%2012h-1.4q-1.375%200-2.338.875T8%2015t.963%202.125T11.3%2018m0-1.5q-.75%200-1.275-.437T9.5%2015t.525-1.062T11.3%2013.5h1.4q.75%200%201.275.438T14.5%2015t-.525%201.063t-1.275.437zM6%2010h2q1.25%200%202.125-.875T11%207H9.5q0%20.625-.437%201.063T8%208.5H6zm10%200h2V8.5h-2q-.625%200-1.062-.437T14.5%207H13q0%201.25.875%202.125T16%2010M8.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-.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-worried.svg?color=%231a73e8&size=48