sentiment extremely dissatisfied icon
sentiment-extremely-dissatisfied-outline-rounded from Material Symbols by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-extremely-dissatisfied-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 extremely dissatisfied icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.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 22m0-2q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4T6.337 6.338T4 12t2.338 5.663T12 20m3.5-8q.625 0 1.063-.437T17 10.5q0-.375-.175-.712t-.475-.538l.225-.125q.2-.125.25-.312t-.075-.388t-.3-.25t-.375.075l-2.65 1.5q-.2.1-.237.288t.062.387q.125.2.313.263t.387-.063L14 10.6q.05.6.475 1t1.025.4m-7 0q.6 0 1.025-.4t.475-1l.05.025q.2.125.388.075t.312-.25q.1-.2.05-.387t-.25-.313l-2.625-1.5q-.2-.1-.375-.05t-.3.25t-.075.375t.25.3l.225.125q-.3.2-.475.538T7 10.5q0 .625.438 1.063T8.5 12m3.5 1q-1.775 0-3.125 1.138T6.975 17h10.05q-.55-1.725-1.9-2.863T12 13m0-1"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSentimentExtremelyDissatisfiedOutlineRounded(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 22q-2.075 0-3.9-.788t-3.175-2.137T2.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 22m0-2q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4T6.337 6.338T4 12t2.338 5.663T12 20m3.5-8q.625 0 1.063-.437T17 10.5q0-.375-.175-.712t-.475-.538l.225-.125q.2-.125.25-.312t-.075-.388t-.3-.25t-.375.075l-2.65 1.5q-.2.1-.237.288t.062.387q.125.2.313.263t.387-.063L14 10.6q.05.6.475 1t1.025.4m-7 0q.6 0 1.025-.4t.475-1l.05.025q.2.125.388.075t.312-.25q.1-.2.05-.387t-.25-.313l-2.625-1.5q-.2-.1-.375-.05t-.3.25t-.075.375t.25.3l.225.125q-.3.2-.475.538T7 10.5q0 .625.438 1.063T8.5 12m3.5 1q-1.775 0-3.125 1.138T6.975 17h10.05q-.55-1.725-1.9-2.863T12 13m0-1"/></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 22q-2.075 0-3.9-.788t-3.175-2.137T2.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 22m0-2q3.325 0 5.663-2.337T20 12t-2.337-5.663T12 4T6.337 6.338T4 12t2.338 5.663T12 20m3.5-8q.625 0 1.063-.437T17 10.5q0-.375-.175-.712t-.475-.538l.225-.125q.2-.125.25-.312t-.075-.388t-.3-.25t-.375.075l-2.65 1.5q-.2.1-.237.288t.062.387q.125.2.313.263t.387-.063L14 10.6q.05.6.475 1t1.025.4m-7 0q.6 0 1.025-.4t.475-1l.05.025q.2.125.388.075t.312-.25q.1-.2.05-.387t-.25-.313l-2.625-1.5q-.2-.1-.375-.05t-.3.25t-.075.375t.25.3l.225.125q-.3.2-.475.538T7 10.5q0 .625.438 1.063T8.5 12m3.5 1q-1.775 0-3.125 1.138T6.975 17h10.05q-.55-1.725-1.9-2.863T12 13m0-1"/></svg> </template>
CSS
.icon-sentiment-extremely-dissatisfied-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%2022q-2.075%200-3.9-.788t-3.175-2.137T2.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%2022m0-2q3.325%200%205.663-2.337T20%2012t-2.337-5.663T12%204T6.337%206.338T4%2012t2.338%205.663T12%2020m3.5-8q.625%200%201.063-.437T17%2010.5q0-.375-.175-.712t-.475-.538l.225-.125q.2-.125.25-.312t-.075-.388t-.3-.25t-.375.075l-2.65%201.5q-.2.1-.237.288t.062.387q.125.2.313.263t.387-.063L14%2010.6q.05.6.475%201t1.025.4m-7%200q.6%200%201.025-.4t.475-1l.05.025q.2.125.388.075t.312-.25q.1-.2.05-.387t-.25-.313l-2.625-1.5q-.2-.1-.375-.05t-.3.25t-.075.375t.25.3l.225.125q-.3.2-.475.538T7%2010.5q0%20.625.438%201.063T8.5%2012m3.5%201q-1.775%200-3.125%201.138T6.975%2017h10.05q-.55-1.725-1.9-2.863T12%2013m0-1%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%2022q-2.075%200-3.9-.788t-3.175-2.137T2.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%2022m0-2q3.325%200%205.663-2.337T20%2012t-2.337-5.663T12%204T6.337%206.338T4%2012t2.338%205.663T12%2020m3.5-8q.625%200%201.063-.437T17%2010.5q0-.375-.175-.712t-.475-.538l.225-.125q.2-.125.25-.312t-.075-.388t-.3-.25t-.375.075l-2.65%201.5q-.2.1-.237.288t.062.387q.125.2.313.263t.387-.063L14%2010.6q.05.6.475%201t1.025.4m-7%200q.6%200%201.025-.4t.475-1l.05.025q.2.125.388.075t.312-.25q.1-.2.05-.387t-.25-.313l-2.625-1.5q-.2-.1-.375-.05t-.3.25t-.075.375t.25.3l.225.125q-.3.2-.475.538T7%2010.5q0%20.625.438%201.063T8.5%2012m3.5%201q-1.775%200-3.125%201.138T6.975%2017h10.05q-.55-1.725-1.9-2.863T12%2013m0-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/sentiment-extremely-dissatisfied-outline-rounded.svg?color=%231a73e8&size=48