dislike from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
dislike
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-dislike

The same icon in other sets

Use the dislike icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3H6.693A2.01 2.01 0 0 0 4.82 4.298l-2.757 7.351A1 1 0 0 0 2 12v2c0 1.103.897 2 2 2h5.612L8.49 19.367a2 2 0 0 0 .274 1.802c.376.52.982.831 1.624.831H12c.297 0 .578-.132.769-.36l4.7-5.64H20c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2m-8.469 17h-1.145l1.562-4.684A1 1 0 0 0 11 14H4v-1.819L6.693 5H16v9.638zM18 14V5h2l.001 9z"/></svg>

React

import type { SVGProps } from "react";

export function BxDislike(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="M20 3H6.693A2.01 2.01 0 0 0 4.82 4.298l-2.757 7.351A1 1 0 0 0 2 12v2c0 1.103.897 2 2 2h5.612L8.49 19.367a2 2 0 0 0 .274 1.802c.376.52.982.831 1.624.831H12c.297 0 .578-.132.769-.36l4.7-5.64H20c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2m-8.469 17h-1.145l1.562-4.684A1 1 0 0 0 11 14H4v-1.819L6.693 5H16v9.638zM18 14V5h2l.001 9z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3H6.693A2.01 2.01 0 0 0 4.82 4.298l-2.757 7.351A1 1 0 0 0 2 12v2c0 1.103.897 2 2 2h5.612L8.49 19.367a2 2 0 0 0 .274 1.802c.376.52.982.831 1.624.831H12c.297 0 .578-.132.769-.36l4.7-5.64H20c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2m-8.469 17h-1.145l1.562-4.684A1 1 0 0 0 11 14H4v-1.819L6.693 5H16v9.638zM18 14V5h2l.001 9z"/></svg>
</template>

CSS

.icon-dislike {
  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%22M20%203H6.693A2.01%202.01%200%200%200%204.82%204.298l-2.757%207.351A1%201%200%200%200%202%2012v2c0%201.103.897%202%202%202h5.612L8.49%2019.367a2%202%200%200%200%20.274%201.802c.376.52.982.831%201.624.831H12c.297%200%20.578-.132.769-.36l4.7-5.64H20c1.103%200%202-.897%202-2V5c0-1.103-.897-2-2-2m-8.469%2017h-1.145l1.562-4.684A1%201%200%200%200%2011%2014H4v-1.819L6.693%205H16v9.638zM18%2014V5h2l.001%209z%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%22M20%203H6.693A2.01%202.01%200%200%200%204.82%204.298l-2.757%207.351A1%201%200%200%200%202%2012v2c0%201.103.897%202%202%202h5.612L8.49%2019.367a2%202%200%200%200%20.274%201.802c.376.52.982.831%201.624.831H12c.297%200%20.578-.132.769-.36l4.7-5.64H20c1.103%200%202-.897%202-2V5c0-1.103-.897-2-2-2m-8.469%2017h-1.145l1.562-4.684A1%201%200%200%200%2011%2014H4v-1.819L6.693%205H16v9.638zM18%2014V5h2l.001%209z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Dislike icon — BoxIcons v2 · IconsDB