thumbs up down icon
thumbs-up-down-rounded from Material Symbols by Google · Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- thumbs-up-down-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More social icons from Material Symbols
Use the thumbs up down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 14q-.825 0-1.412-.587T0 12V6q0-.3.125-.575T.45 4.95L3.6 1.8q.225-.225.5-.338t.55-.112q.65 0 1.125.5t.35 1.275L5.8 5H11q.425 0 .713.288T12 6v1.25q0 .15-.025.288T11.9 7.8l-2.25 5.3q-.175.425-.562.663T8.25 14zm11 5q-.425 0-.712-.288T12 18v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75 10H22q.825 0 1.413.587T24 12v6q0 .3-.112.563t-.338.487L20.4 22.2q-.225.225-.5.338t-.55.112q-.65 0-1.125-.5t-.35-1.275L18.2 19z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsThumbsUpDownRounded(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="M2 14q-.825 0-1.412-.587T0 12V6q0-.3.125-.575T.45 4.95L3.6 1.8q.225-.225.5-.338t.55-.112q.65 0 1.125.5t.35 1.275L5.8 5H11q.425 0 .713.288T12 6v1.25q0 .15-.025.288T11.9 7.8l-2.25 5.3q-.175.425-.562.663T8.25 14zm11 5q-.425 0-.712-.288T12 18v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75 10H22q.825 0 1.413.587T24 12v6q0 .3-.112.563t-.338.487L20.4 22.2q-.225.225-.5.338t-.55.112q-.65 0-1.125-.5t-.35-1.275L18.2 19z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 14q-.825 0-1.412-.587T0 12V6q0-.3.125-.575T.45 4.95L3.6 1.8q.225-.225.5-.338t.55-.112q.65 0 1.125.5t.35 1.275L5.8 5H11q.425 0 .713.288T12 6v1.25q0 .15-.025.288T11.9 7.8l-2.25 5.3q-.175.425-.562.663T8.25 14zm11 5q-.425 0-.712-.288T12 18v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75 10H22q.825 0 1.413.587T24 12v6q0 .3-.112.563t-.338.487L20.4 22.2q-.225.225-.5.338t-.55.112q-.65 0-1.125-.5t-.35-1.275L18.2 19z"/></svg> </template>
CSS
.icon-thumbs-up-down-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%22M2%2014q-.825%200-1.412-.587T0%2012V6q0-.3.125-.575T.45%204.95L3.6%201.8q.225-.225.5-.338t.55-.112q.65%200%201.125.5t.35%201.275L5.8%205H11q.425%200%20.713.288T12%206v1.25q0%20.15-.025.288T11.9%207.8l-2.25%205.3q-.175.425-.562.663T8.25%2014zm11%205q-.425%200-.712-.288T12%2018v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75%2010H22q.825%200%201.413.587T24%2012v6q0%20.3-.112.563t-.338.487L20.4%2022.2q-.225.225-.5.338t-.55.112q-.65%200-1.125-.5t-.35-1.275L18.2%2019z%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%22M2%2014q-.825%200-1.412-.587T0%2012V6q0-.3.125-.575T.45%204.95L3.6%201.8q.225-.225.5-.338t.55-.112q.65%200%201.125.5t.35%201.275L5.8%205H11q.425%200%20.713.288T12%206v1.25q0%20.15-.025.288T11.9%207.8l-2.25%205.3q-.175.425-.562.663T8.25%2014zm11%205q-.425%200-.712-.288T12%2018v-1.25q0-.15.025-.288t.075-.262l2.25-5.3q.2-.425.575-.663T15.75%2010H22q.825%200%201.413.587T24%2012v6q0%20.3-.112.563t-.338.487L20.4%2022.2q-.225.225-.5.338t-.55.112q-.65%200-1.125-.5t-.35-1.275L18.2%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/thumbs-up-down-rounded.svg?color=%231a73e8&size=48