sentiment very dissatisfied icon
sentiment-very-dissatisfied-rounded from Material Symbols Light by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- sentiment-very-dissatisfied-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the sentiment very dissatisfied icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.823 10.527l.737.737q.128.128.303.138q.176.01.324-.138t.148-.314t-.149-.313L9.45 9.9l.762-.787q.123-.147.123-.313t-.149-.313t-.313-.148t-.313.148l-.737.736l-.786-.762q-.148-.122-.314-.122q-.165 0-.313.148q-.123.123-.126.3q-.003.179.12.327l.742.786l-.736.737q-.13.129-.139.304t.139.323q.123.123.3.126q.179.002.327-.12zm6.354 0l.787.762q.147.123.313.123q.165 0 .314-.149q.148-.147.148-.313t-.148-.313l-.737-.737l.762-.787q.123-.147.123-.313t-.148-.313q-.124-.123-.301-.126q-.178-.003-.326.12l-.787.742l-.736-.736q-.13-.13-.304-.139q-.175-.01-.323.139q-.123.123-.126.3t.12.327l.742.786l-.736.737q-.13.128-.139.303t.139.324t.313.148t.314-.149zM8.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-.71M12 13.5q-1.213 0-2.278.575t-1.737 1.564q-.131.242-.004.494q.127.251.419.251h7.2q.292 0 .42-.251q.126-.252-.004-.495q-.674-.988-1.725-1.563T12 13.5"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightSentimentVeryDissatisfiedRounded(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="m8.823 10.527l.737.737q.128.128.303.138q.176.01.324-.138t.148-.314t-.149-.313L9.45 9.9l.762-.787q.123-.147.123-.313t-.149-.313t-.313-.148t-.313.148l-.737.736l-.786-.762q-.148-.122-.314-.122q-.165 0-.313.148q-.123.123-.126.3q-.003.179.12.327l.742.786l-.736.737q-.13.129-.139.304t.139.323q.123.123.3.126q.179.002.327-.12zm6.354 0l.787.762q.147.123.313.123q.165 0 .314-.149q.148-.147.148-.313t-.148-.313l-.737-.737l.762-.787q.123-.147.123-.313t-.148-.313q-.124-.123-.301-.126q-.178-.003-.326.12l-.787.742l-.736-.736q-.13-.13-.304-.139q-.175-.01-.323.139q-.123.123-.126.3t.12.327l.742.786l-.736.737q-.13.128-.139.303t.139.324t.313.148t.314-.149zM8.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-.71M12 13.5q-1.213 0-2.278.575t-1.737 1.564q-.131.242-.004.494q.127.251.419.251h7.2q.292 0 .42-.251q.126-.252-.004-.495q-.674-.988-1.725-1.563T12 13.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m8.823 10.527l.737.737q.128.128.303.138q.176.01.324-.138t.148-.314t-.149-.313L9.45 9.9l.762-.787q.123-.147.123-.313t-.149-.313t-.313-.148t-.313.148l-.737.736l-.786-.762q-.148-.122-.314-.122q-.165 0-.313.148q-.123.123-.126.3q-.003.179.12.327l.742.786l-.736.737q-.13.129-.139.304t.139.323q.123.123.3.126q.179.002.327-.12zm6.354 0l.787.762q.147.123.313.123q.165 0 .314-.149q.148-.147.148-.313t-.148-.313l-.737-.737l.762-.787q.123-.147.123-.313t-.148-.313q-.124-.123-.301-.126q-.178-.003-.326.12l-.787.742l-.736-.736q-.13-.13-.304-.139q-.175-.01-.323.139q-.123.123-.126.3t.12.327l.742.786l-.736.737q-.13.128-.139.303t.139.324t.313.148t.314-.149zM8.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-.71M12 13.5q-1.213 0-2.278.575t-1.737 1.564q-.131.242-.004.494q.127.251.419.251h7.2q.292 0 .42-.251q.126-.252-.004-.495q-.674-.988-1.725-1.563T12 13.5"/></svg> </template>
CSS
.icon-sentiment-very-dissatisfied-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%22m8.823%2010.527l.737.737q.128.128.303.138q.176.01.324-.138t.148-.314t-.149-.313L9.45%209.9l.762-.787q.123-.147.123-.313t-.149-.313t-.313-.148t-.313.148l-.737.736l-.786-.762q-.148-.122-.314-.122q-.165%200-.313.148q-.123.123-.126.3q-.003.179.12.327l.742.786l-.736.737q-.13.129-.139.304t.139.323q.123.123.3.126q.179.002.327-.12zm6.354%200l.787.762q.147.123.313.123q.165%200%20.314-.149q.148-.147.148-.313t-.148-.313l-.737-.737l.762-.787q.123-.147.123-.313t-.148-.313q-.124-.123-.301-.126q-.178-.003-.326.12l-.787.742l-.736-.736q-.13-.13-.304-.139q-.175-.01-.323.139q-.123.123-.126.3t.12.327l.742.786l-.736.737q-.13.128-.139.303t.139.324t.313.148t.314-.149zM8.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-.71M12%2013.5q-1.213%200-2.278.575t-1.737%201.564q-.131.242-.004.494q.127.251.419.251h7.2q.292%200%20.42-.251q.126-.252-.004-.495q-.674-.988-1.725-1.563T12%2013.5%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%22m8.823%2010.527l.737.737q.128.128.303.138q.176.01.324-.138t.148-.314t-.149-.313L9.45%209.9l.762-.787q.123-.147.123-.313t-.149-.313t-.313-.148t-.313.148l-.737.736l-.786-.762q-.148-.122-.314-.122q-.165%200-.313.148q-.123.123-.126.3q-.003.179.12.327l.742.786l-.736.737q-.13.129-.139.304t.139.323q.123.123.3.126q.179.002.327-.12zm6.354%200l.787.762q.147.123.313.123q.165%200%20.314-.149q.148-.147.148-.313t-.148-.313l-.737-.737l.762-.787q.123-.147.123-.313t-.148-.313q-.124-.123-.301-.126q-.178-.003-.326.12l-.787.742l-.736-.736q-.13-.13-.304-.139q-.175-.01-.323.139q-.123.123-.126.3t.12.327l.742.786l-.736.737q-.13.128-.139.303t.139.324t.313.148t.314-.149zM8.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-.71M12%2013.5q-1.213%200-2.278.575t-1.737%201.564q-.131.242-.004.494q.127.251.419.251h7.2q.292%200%20.42-.251q.126-.252-.004-.495q-.674-.988-1.725-1.563T12%2013.5%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-very-dissatisfied-rounded.svg?color=%231a73e8&size=48