sentiment stressed icon

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

Name
sentiment-stressed-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 stressed icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 15.55l1.15 1.15q.15.15.35.15t.35-.15L15 15.55l.45.45q.225.225.525.225T16.5 16t.225-.525t-.225-.525l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15 1.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15 1.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15L7.5 14.95q-.225.225-.225.525T7.5 16t.525.225T8.55 16l.45-.45l1.15 1.15q.15.15.35.15t.35-.15zM8.475 10l-1.3.95q-.25.2-.312.5T7 12t.5.313t.55-.138l2.425-1.775q.2-.15.2-.4t-.2-.4L8.05 7.825q-.25-.2-.55-.138T7 8t-.15.55t.325.5zm7.05 0l1.3-.95q.25-.2.313-.5T17 8t-.5-.312t-.55.137L13.525 9.6q-.2.15-.2.4t.2.4l2.425 1.775q.25.2.55.138T17 12t.15-.55t-.325-.5zM8.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 MaterialSymbolsSentimentStressedOutlineRounded(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 15.55l1.15 1.15q.15.15.35.15t.35-.15L15 15.55l.45.45q.225.225.525.225T16.5 16t.225-.525t-.225-.525l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15 1.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15 1.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15L7.5 14.95q-.225.225-.225.525T7.5 16t.525.225T8.55 16l.45-.45l1.15 1.15q.15.15.35.15t.35-.15zM8.475 10l-1.3.95q-.25.2-.312.5T7 12t.5.313t.55-.138l2.425-1.775q.2-.15.2-.4t-.2-.4L8.05 7.825q-.25-.2-.55-.138T7 8t-.15.55t.325.5zm7.05 0l1.3-.95q.25-.2.313-.5T17 8t-.5-.312t-.55.137L13.525 9.6q-.2.15-.2.4t.2.4l2.425 1.775q.25.2.55.138T17 12t.15-.55t-.325-.5zM8.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="m12 15.55l1.15 1.15q.15.15.35.15t.35-.15L15 15.55l.45.45q.225.225.525.225T16.5 16t.225-.525t-.225-.525l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15 1.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15 1.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15L7.5 14.95q-.225.225-.225.525T7.5 16t.525.225T8.55 16l.45-.45l1.15 1.15q.15.15.35.15t.35-.15zM8.475 10l-1.3.95q-.25.2-.312.5T7 12t.5.313t.55-.138l2.425-1.775q.2-.15.2-.4t-.2-.4L8.05 7.825q-.25-.2-.55-.138T7 8t-.15.55t.325.5zm7.05 0l1.3-.95q.25-.2.313-.5T17 8t-.5-.312t-.55.137L13.525 9.6q-.2.15-.2.4t.2.4l2.425 1.775q.25.2.55.138T17 12t.15-.55t-.325-.5zM8.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-stressed-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%22m12%2015.55l1.15%201.15q.15.15.35.15t.35-.15L15%2015.55l.45.45q.225.225.525.225T16.5%2016t.225-.525t-.225-.525l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15%201.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15%201.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15L7.5%2014.95q-.225.225-.225.525T7.5%2016t.525.225T8.55%2016l.45-.45l1.15%201.15q.15.15.35.15t.35-.15zM8.475%2010l-1.3.95q-.25.2-.312.5T7%2012t.5.313t.55-.138l2.425-1.775q.2-.15.2-.4t-.2-.4L8.05%207.825q-.25-.2-.55-.138T7%208t-.15.55t.325.5zm7.05%200l1.3-.95q.25-.2.313-.5T17%208t-.5-.312t-.55.137L13.525%209.6q-.2.15-.2.4t.2.4l2.425%201.775q.25.2.55.138T17%2012t.15-.55t-.325-.5zM8.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%22m12%2015.55l1.15%201.15q.15.15.35.15t.35-.15L15%2015.55l.45.45q.225.225.525.225T16.5%2016t.225-.525t-.225-.525l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15%201.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15l-1.15%201.15l-1.15-1.15q-.15-.15-.35-.15t-.35.15L7.5%2014.95q-.225.225-.225.525T7.5%2016t.525.225T8.55%2016l.45-.45l1.15%201.15q.15.15.35.15t.35-.15zM8.475%2010l-1.3.95q-.25.2-.312.5T7%2012t.5.313t.55-.138l2.425-1.775q.2-.15.2-.4t-.2-.4L8.05%207.825q-.25-.2-.55-.138T7%208t-.15.55t.325.5zm7.05%200l1.3-.95q.25-.2.313-.5T17%208t-.5-.312t-.55.137L13.525%209.6q-.2.15-.2.4t.2.4l2.425%201.775q.25.2.55.138T17%2012t.15-.55t-.325-.5zM8.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-stressed-outline-rounded.svg?color=%231a73e8&size=48