sentiment worried icon
sentiment-worried from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-worried
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- sentiment-worried-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
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 17.5h1.4q1.24 0 2.02-.73T15.5 15t-.78-1.77t-2.02-.73h-1.4q-1.24 0-2.02.73T8.5 15t.78 1.77t2.02.73m0-.885q-.885 0-1.4-.466q-.516-.466-.516-1.149t.516-1.149q.516-.467 1.4-.467h1.4q.885 0 1.4.467q.516.466.516 1.149t-.516 1.149t-1.4.467zM6.596 10H8.29q1.038 0 1.807-.683t.866-1.702h-.904q-.116.644-.611 1.072t-1.158.429H6.596zm9.096 0h1.693v-.885h-1.693q-.663 0-1.158-.427q-.495-.429-.611-1.073h-.904q.097 1.02.866 1.702q.769.683 1.807.683M8.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 MaterialSymbolsLightSentimentWorried(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 17.5h1.4q1.24 0 2.02-.73T15.5 15t-.78-1.77t-2.02-.73h-1.4q-1.24 0-2.02.73T8.5 15t.78 1.77t2.02.73m0-.885q-.885 0-1.4-.466q-.516-.466-.516-1.149t.516-1.149q.516-.467 1.4-.467h1.4q.885 0 1.4.467q.516.466.516 1.149t-.516 1.149t-1.4.467zM6.596 10H8.29q1.038 0 1.807-.683t.866-1.702h-.904q-.116.644-.611 1.072t-1.158.429H6.596zm9.096 0h1.693v-.885h-1.693q-.663 0-1.158-.427q-.495-.429-.611-1.073h-.904q.097 1.02.866 1.702q.769.683 1.807.683M8.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="M11.3 17.5h1.4q1.24 0 2.02-.73T15.5 15t-.78-1.77t-2.02-.73h-1.4q-1.24 0-2.02.73T8.5 15t.78 1.77t2.02.73m0-.885q-.885 0-1.4-.466q-.516-.466-.516-1.149t.516-1.149q.516-.467 1.4-.467h1.4q.885 0 1.4.467q.516.466.516 1.149t-.516 1.149t-1.4.467zM6.596 10H8.29q1.038 0 1.807-.683t.866-1.702h-.904q-.116.644-.611 1.072t-1.158.429H6.596zm9.096 0h1.693v-.885h-1.693q-.663 0-1.158-.427q-.495-.429-.611-1.073h-.904q.097 1.02.866 1.702q.769.683 1.807.683M8.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-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%2017.5h1.4q1.24%200%202.02-.73T15.5%2015t-.78-1.77t-2.02-.73h-1.4q-1.24%200-2.02.73T8.5%2015t.78%201.77t2.02.73m0-.885q-.885%200-1.4-.466q-.516-.466-.516-1.149t.516-1.149q.516-.467%201.4-.467h1.4q.885%200%201.4.467q.516.466.516%201.149t-.516%201.149t-1.4.467zM6.596%2010H8.29q1.038%200%201.807-.683t.866-1.702h-.904q-.116.644-.611%201.072t-1.158.429H6.596zm9.096%200h1.693v-.885h-1.693q-.663%200-1.158-.427q-.495-.429-.611-1.073h-.904q.097%201.02.866%201.702q.769.683%201.807.683M8.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%22M11.3%2017.5h1.4q1.24%200%202.02-.73T15.5%2015t-.78-1.77t-2.02-.73h-1.4q-1.24%200-2.02.73T8.5%2015t.78%201.77t2.02.73m0-.885q-.885%200-1.4-.466q-.516-.466-.516-1.149t.516-1.149q.516-.467%201.4-.467h1.4q.885%200%201.4.467q.516.466.516%201.149t-.516%201.149t-1.4.467zM6.596%2010H8.29q1.038%200%201.807-.683t.866-1.702h-.904q-.116.644-.611%201.072t-1.158.429H6.596zm9.096%200h1.693v-.885h-1.693q-.663%200-1.158-.427q-.495-.429-.611-1.073h-.904q.097%201.02.866%201.702q.769.683%201.807.683M8.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-worried.svg?color=%231a73e8&size=48