baseline thumb down off alt icon

baseline-thumb-down-off-alt from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
baseline-thumb-down-off-alt
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the baseline thumb down off alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.89 18.28l.57-2.89c.12-.59-.04-1.2-.42-1.66S10.1 13 9.5 13H4v-1.08L6.57 6h8.09c.18 0 .34.16.34.34v7.84zM10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66c.23.45.52.86.88 1.22zm10-7h2V4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1"/></svg>

React

import type { SVGProps } from "react";

export function IcBaselineThumbDownOffAlt(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="m10.89 18.28l.57-2.89c.12-.59-.04-1.2-.42-1.66S10.1 13 9.5 13H4v-1.08L6.57 6h8.09c.18 0 .34.16.34.34v7.84zM10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66c.23.45.52.86.88 1.22zm10-7h2V4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 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="m10.89 18.28l.57-2.89c.12-.59-.04-1.2-.42-1.66S10.1 13 9.5 13H4v-1.08L6.57 6h8.09c.18 0 .34.16.34.34v7.84zM10 22l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17 5.05 15.95 4 14.66 4h-8.1c-.71 0-1.36.37-1.72.97l-2.67 6.15c-.11.25-.17.52-.17.8V13c0 1.1.9 2 2 2h5.5l-.92 4.65c-.05.22-.02.46.08.66c.23.45.52.86.88 1.22zm10-7h2V4h-2c-.55 0-1 .45-1 1v9c0 .55.45 1 1 1"/></svg>
</template>

CSS

.icon-baseline-thumb-down-off-alt {
  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%22m10.89%2018.28l.57-2.89c.12-.59-.04-1.2-.42-1.66S10.1%2013%209.5%2013H4v-1.08L6.57%206h8.09c.18%200%20.34.16.34.34v7.84zM10%2022l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17%205.05%2015.95%204%2014.66%204h-8.1c-.71%200-1.36.37-1.72.97l-2.67%206.15c-.11.25-.17.52-.17.8V13c0%201.1.9%202%202%202h5.5l-.92%204.65c-.05.22-.02.46.08.66c.23.45.52.86.88%201.22zm10-7h2V4h-2c-.55%200-1%20.45-1%201v9c0%20.55.45%201%201%201%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%22m10.89%2018.28l.57-2.89c.12-.59-.04-1.2-.42-1.66S10.1%2013%209.5%2013H4v-1.08L6.57%206h8.09c.18%200%20.34.16.34.34v7.84zM10%2022l6.41-6.41c.38-.38.59-.89.59-1.42V6.34C17%205.05%2015.95%204%2014.66%204h-8.1c-.71%200-1.36.37-1.72.97l-2.67%206.15c-.11.25-.17.52-.17.8V13c0%201.1.9%202%202%202h5.5l-.92%204.65c-.05.22-.02.46.08.66c.23.45.52.86.88%201.22zm10-7h2V4h-2c-.55%200-1%20.45-1%201v9c0%20.55.45%201%201%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/baseline-thumb-down-off-alt.svg?color=%231a73e8&size=48