dislike icon

dislike-filled from Reicon by REICON · Filled · Like · MIT Free for personal and commercial use.

Name
dislike-filled
Set
Reicon
Style
Filled
Category
Like
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All dislike icons →

More like icons from Reicon

Use the dislike icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.27 8.485l.705 4.08a1.666 1.666 0 0 1-1.64 1.95h-5.181a.833.833 0 0 0-.822.969l.663 4.045a4.8 4.8 0 0 1-.09 1.974c-.139.533-.55.962-1.092 1.136l-.145.047c-.328.105-.685.08-.994-.068a1.26 1.26 0 0 1-.68-.818l-.476-1.834a7.6 7.6 0 0 0-.656-1.679c-.415-.777-1.057-1.4-1.725-1.975l-1.439-1.24a1.67 1.67 0 0 1-.572-1.406l.812-9.393A1.666 1.666 0 0 1 8.597 2.75h4.648c3.482 0 6.453 2.426 7.025 5.735"/><path fill-rule="evenodd" d="M2.968 15.265a.75.75 0 0 0 .78-.685l.97-11.236a1.237 1.237 0 1 0-2.468-.107v11.279a.75.75 0 0 0 .718.75" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDislikeFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.27 8.485l.705 4.08a1.666 1.666 0 0 1-1.64 1.95h-5.181a.833.833 0 0 0-.822.969l.663 4.045a4.8 4.8 0 0 1-.09 1.974c-.139.533-.55.962-1.092 1.136l-.145.047c-.328.105-.685.08-.994-.068a1.26 1.26 0 0 1-.68-.818l-.476-1.834a7.6 7.6 0 0 0-.656-1.679c-.415-.777-1.057-1.4-1.725-1.975l-1.439-1.24a1.67 1.67 0 0 1-.572-1.406l.812-9.393A1.666 1.666 0 0 1 8.597 2.75h4.648c3.482 0 6.453 2.426 7.025 5.735"/><path fillRule="evenodd" d="M2.968 15.265a.75.75 0 0 0 .78-.685l.97-11.236a1.237 1.237 0 1 0-2.468-.107v11.279a.75.75 0 0 0 .718.75" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.27 8.485l.705 4.08a1.666 1.666 0 0 1-1.64 1.95h-5.181a.833.833 0 0 0-.822.969l.663 4.045a4.8 4.8 0 0 1-.09 1.974c-.139.533-.55.962-1.092 1.136l-.145.047c-.328.105-.685.08-.994-.068a1.26 1.26 0 0 1-.68-.818l-.476-1.834a7.6 7.6 0 0 0-.656-1.679c-.415-.777-1.057-1.4-1.725-1.975l-1.439-1.24a1.67 1.67 0 0 1-.572-1.406l.812-9.393A1.666 1.666 0 0 1 8.597 2.75h4.648c3.482 0 6.453 2.426 7.025 5.735"/><path fill-rule="evenodd" d="M2.968 15.265a.75.75 0 0 0 .78-.685l.97-11.236a1.237 1.237 0 1 0-2.468-.107v11.279a.75.75 0 0 0 .718.75" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-dislike-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m20.27%208.485l.705%204.08a1.666%201.666%200%200%201-1.64%201.95h-5.181a.833.833%200%200%200-.822.969l.663%204.045a4.8%204.8%200%200%201-.09%201.974c-.139.533-.55.962-1.092%201.136l-.145.047c-.328.105-.685.08-.994-.068a1.26%201.26%200%200%201-.68-.818l-.476-1.834a7.6%207.6%200%200%200-.656-1.679c-.415-.777-1.057-1.4-1.725-1.975l-1.439-1.24a1.67%201.67%200%200%201-.572-1.406l.812-9.393A1.666%201.666%200%200%201%208.597%202.75h4.648c3.482%200%206.453%202.426%207.025%205.735%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.968%2015.265a.75.75%200%200%200%20.78-.685l.97-11.236a1.237%201.237%200%201%200-2.468-.107v11.279a.75.75%200%200%200%20.718.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m20.27%208.485l.705%204.08a1.666%201.666%200%200%201-1.64%201.95h-5.181a.833.833%200%200%200-.822.969l.663%204.045a4.8%204.8%200%200%201-.09%201.974c-.139.533-.55.962-1.092%201.136l-.145.047c-.328.105-.685.08-.994-.068a1.26%201.26%200%200%201-.68-.818l-.476-1.834a7.6%207.6%200%200%200-.656-1.679c-.415-.777-1.057-1.4-1.725-1.975l-1.439-1.24a1.67%201.67%200%200%201-.572-1.406l.812-9.393A1.666%201.666%200%200%201%208.597%202.75h4.648c3.482%200%206.453%202.426%207.025%205.735%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M2.968%2015.265a.75.75%200%200%200%20.78-.685l.97-11.236a1.237%201.237%200%201%200-2.468-.107v11.279a.75.75%200%200%200%20.718.75%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dislike-filled.svg?color=%231a73e8&size=48