sentiment worried icon

sentiment-worried-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.

Name
sentiment-worried-outline-rounded
Set
Material Symbols
Style
Outline 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 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.437zM8 10q1.05 0 1.888-.6t1.037-1.625q.05-.3-.15-.537T10.25 7q-.275 0-.5.138t-.35.412q-.175.425-.55.688T8 8.5H6.75q-.325 0-.537.213T6 9.25t.213.538t.537.212zm8 0h1.25q.325 0 .538-.213T18 9.25t-.213-.537t-.537-.213H16q-.475 0-.85-.262t-.55-.688q-.125-.275-.35-.412T13.75 7q-.325 0-.525.225t-.15.525q.2 1.025 1.038 1.638T16 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-.788m9.575-3.537Q20 15.35 20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsSentimentWorriedOutlineRounded(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.437zM8 10q1.05 0 1.888-.6t1.037-1.625q.05-.3-.15-.537T10.25 7q-.275 0-.5.138t-.35.412q-.175.425-.55.688T8 8.5H6.75q-.325 0-.537.213T6 9.25t.213.538t.537.212zm8 0h1.25q.325 0 .538-.213T18 9.25t-.213-.537t-.537-.213H16q-.475 0-.85-.262t-.55-.688q-.125-.275-.35-.412T13.75 7q-.325 0-.525.225t-.15.525q.2 1.025 1.038 1.638T16 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-.788m9.575-3.537Q20 15.35 20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325"/></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.437zM8 10q1.05 0 1.888-.6t1.037-1.625q.05-.3-.15-.537T10.25 7q-.275 0-.5.138t-.35.412q-.175.425-.55.688T8 8.5H6.75q-.325 0-.537.213T6 9.25t.213.538t.537.212zm8 0h1.25q.325 0 .538-.213T18 9.25t-.213-.537t-.537-.213H16q-.475 0-.85-.262t-.55-.688q-.125-.275-.35-.412T13.75 7q-.325 0-.525.225t-.15.525q.2 1.025 1.038 1.638T16 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-.788m9.575-3.537Q20 15.35 20 12t-2.325-5.675T12 4T6.325 6.325T4 12t2.325 5.675T12 20t5.675-2.325"/></svg>
</template>

CSS

.icon-sentiment-worried-outline-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%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.437zM8%2010q1.05%200%201.888-.6t1.037-1.625q.05-.3-.15-.537T10.25%207q-.275%200-.5.138t-.35.412q-.175.425-.55.688T8%208.5H6.75q-.325%200-.537.213T6%209.25t.213.538t.537.212zm8%200h1.25q.325%200%20.538-.213T18%209.25t-.213-.537t-.537-.213H16q-.475%200-.85-.262t-.55-.688q-.125-.275-.35-.412T13.75%207q-.325%200-.525.225t-.15.525q.2%201.025%201.038%201.638T16%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-.788m9.575-3.537Q20%2015.35%2020%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325%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.437zM8%2010q1.05%200%201.888-.6t1.037-1.625q.05-.3-.15-.537T10.25%207q-.275%200-.5.138t-.35.412q-.175.425-.55.688T8%208.5H6.75q-.325%200-.537.213T6%209.25t.213.538t.537.212zm8%200h1.25q.325%200%20.538-.213T18%209.25t-.213-.537t-.537-.213H16q-.475%200-.85-.262t-.55-.688q-.125-.275-.35-.412T13.75%207q-.325%200-.525.225t-.15.525q.2%201.025%201.038%201.638T16%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-.788m9.575-3.537Q20%2015.35%2020%2012t-2.325-5.675T12%204T6.325%206.325T4%2012t2.325%205.675T12%2020t5.675-2.325%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-outline-rounded.svg?color=%231a73e8&size=48