thumb down icon
thumb-down-outline from Material Symbols Light by Google · Outline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thumb-down-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the thumb down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.539 4.808h10.038v11L10.307 22l-.441-.442q-.137-.137-.23-.35t-.094-.393v-.157l1.024-4.85h-6.95q-.628 0-1.122-.495T2 14.193v-1.231q0-.137.03-.298t.082-.298l2.73-6.474q.206-.461.693-.773q.486-.311 1.003-.311m9.039 1H6.539q-.212 0-.433.115t-.337.385L3 12.808v1.384q0 .27.173.442q.173.174.443.174h8.192l-1.158 5.461l4.927-4.888zm0 9.573V5.808zm1 .427v-1H20v-9h-3.423v-1H21v11z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightThumbDownOutline(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="M6.539 4.808h10.038v11L10.307 22l-.441-.442q-.137-.137-.23-.35t-.094-.393v-.157l1.024-4.85h-6.95q-.628 0-1.122-.495T2 14.193v-1.231q0-.137.03-.298t.082-.298l2.73-6.474q.206-.461.693-.773q.486-.311 1.003-.311m9.039 1H6.539q-.212 0-.433.115t-.337.385L3 12.808v1.384q0 .27.173.442q.173.174.443.174h8.192l-1.158 5.461l4.927-4.888zm0 9.573V5.808zm1 .427v-1H20v-9h-3.423v-1H21v11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.539 4.808h10.038v11L10.307 22l-.441-.442q-.137-.137-.23-.35t-.094-.393v-.157l1.024-4.85h-6.95q-.628 0-1.122-.495T2 14.193v-1.231q0-.137.03-.298t.082-.298l2.73-6.474q.206-.461.693-.773q.486-.311 1.003-.311m9.039 1H6.539q-.212 0-.433.115t-.337.385L3 12.808v1.384q0 .27.173.442q.173.174.443.174h8.192l-1.158 5.461l4.927-4.888zm0 9.573V5.808zm1 .427v-1H20v-9h-3.423v-1H21v11z"/></svg> </template>
CSS
.icon-thumb-down-outline {
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%22M6.539%204.808h10.038v11L10.307%2022l-.441-.442q-.137-.137-.23-.35t-.094-.393v-.157l1.024-4.85h-6.95q-.628%200-1.122-.495T2%2014.193v-1.231q0-.137.03-.298t.082-.298l2.73-6.474q.206-.461.693-.773q.486-.311%201.003-.311m9.039%201H6.539q-.212%200-.433.115t-.337.385L3%2012.808v1.384q0%20.27.173.442q.173.174.443.174h8.192l-1.158%205.461l4.927-4.888zm0%209.573V5.808zm1%20.427v-1H20v-9h-3.423v-1H21v11z%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%22M6.539%204.808h10.038v11L10.307%2022l-.441-.442q-.137-.137-.23-.35t-.094-.393v-.157l1.024-4.85h-6.95q-.628%200-1.122-.495T2%2014.193v-1.231q0-.137.03-.298t.082-.298l2.73-6.474q.206-.461.693-.773q.486-.311%201.003-.311m9.039%201H6.539q-.212%200-.433.115t-.337.385L3%2012.808v1.384q0%20.27.173.442q.173.174.443.174h8.192l-1.158%205.461l4.927-4.888zm0%209.573V5.808zm1%20.427v-1H20v-9h-3.423v-1H21v11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/thumb-down-outline.svg?color=%231a73e8&size=48