dislike icon
dislike from Reicon by REICON · Outline · Like · MIT Free for personal and commercial use.
- Name
- dislike
- Set
- Reicon
- Style
- Outline
- 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"><path fill="currentColor" fill-rule="evenodd" d="M12.438 21.222a.6.6 0 0 1-.438-.03a.52.52 0 0 1-.28-.33l-.476-1.834a8.4 8.4 0 0 0-.72-1.844c-.485-.907-1.218-1.604-1.898-2.19l-1.438-1.24a.92.92 0 0 1-.315-.774l.812-9.392a.916.916 0 0 1 .911-.838h4.649c3.136 0 5.779 2.182 6.286 5.113l.705 4.08a.916.916 0 0 1-.901 1.073h-5.181c-.977 0-1.72.876-1.562 1.84l.663 4.044c.09.554.065 1.12-.076 1.664a.89.89 0 0 1-.596.611zl.23.714zm-1.09 1.321a2.1 2.1 0 0 0 1.549.107l.145-.047l-.23-.714l.23.714a2.38 2.38 0 0 0 1.589-1.662a5.5 5.5 0 0 0 .104-2.284l-.663-4.044a.083.083 0 0 1 .082-.097h5.18c1.5 0 2.636-1.352 2.38-2.829l-.705-4.08C20.37 3.92 17.07 1.25 13.245 1.25H8.596c-1.253 0-2.297.96-2.405 2.208l-.813 9.393a2.42 2.42 0 0 0 .83 2.04l1.44 1.24c.655.564 1.206 1.111 1.552 1.76c.257.48.456.988.592 1.514l.476 1.833a2.01 2.01 0 0 0 1.08 1.305m-8.38-8.028a.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"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDislike(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" fillRule="evenodd" d="M12.438 21.222a.6.6 0 0 1-.438-.03a.52.52 0 0 1-.28-.33l-.476-1.834a8.4 8.4 0 0 0-.72-1.844c-.485-.907-1.218-1.604-1.898-2.19l-1.438-1.24a.92.92 0 0 1-.315-.774l.812-9.392a.916.916 0 0 1 .911-.838h4.649c3.136 0 5.779 2.182 6.286 5.113l.705 4.08a.916.916 0 0 1-.901 1.073h-5.181c-.977 0-1.72.876-1.562 1.84l.663 4.044c.09.554.065 1.12-.076 1.664a.89.89 0 0 1-.596.611zl.23.714zm-1.09 1.321a2.1 2.1 0 0 0 1.549.107l.145-.047l-.23-.714l.23.714a2.38 2.38 0 0 0 1.589-1.662a5.5 5.5 0 0 0 .104-2.284l-.663-4.044a.083.083 0 0 1 .082-.097h5.18c1.5 0 2.636-1.352 2.38-2.829l-.705-4.08C20.37 3.92 17.07 1.25 13.245 1.25H8.596c-1.253 0-2.297.96-2.405 2.208l-.813 9.393a2.42 2.42 0 0 0 .83 2.04l1.44 1.24c.655.564 1.206 1.111 1.552 1.76c.257.48.456.988.592 1.514l.476 1.833a2.01 2.01 0 0 0 1.08 1.305m-8.38-8.028a.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"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12.438 21.222a.6.6 0 0 1-.438-.03a.52.52 0 0 1-.28-.33l-.476-1.834a8.4 8.4 0 0 0-.72-1.844c-.485-.907-1.218-1.604-1.898-2.19l-1.438-1.24a.92.92 0 0 1-.315-.774l.812-9.392a.916.916 0 0 1 .911-.838h4.649c3.136 0 5.779 2.182 6.286 5.113l.705 4.08a.916.916 0 0 1-.901 1.073h-5.181c-.977 0-1.72.876-1.562 1.84l.663 4.044c.09.554.065 1.12-.076 1.664a.89.89 0 0 1-.596.611zl.23.714zm-1.09 1.321a2.1 2.1 0 0 0 1.549.107l.145-.047l-.23-.714l.23.714a2.38 2.38 0 0 0 1.589-1.662a5.5 5.5 0 0 0 .104-2.284l-.663-4.044a.083.083 0 0 1 .082-.097h5.18c1.5 0 2.636-1.352 2.38-2.829l-.705-4.08C20.37 3.92 17.07 1.25 13.245 1.25H8.596c-1.253 0-2.297.96-2.405 2.208l-.813 9.393a2.42 2.42 0 0 0 .83 2.04l1.44 1.24c.655.564 1.206 1.111 1.552 1.76c.257.48.456.988.592 1.514l.476 1.833a2.01 2.01 0 0 0 1.08 1.305m-8.38-8.028a.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"/></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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.438%2021.222a.6.6%200%200%201-.438-.03a.52.52%200%200%201-.28-.33l-.476-1.834a8.4%208.4%200%200%200-.72-1.844c-.485-.907-1.218-1.604-1.898-2.19l-1.438-1.24a.92.92%200%200%201-.315-.774l.812-9.392a.916.916%200%200%201%20.911-.838h4.649c3.136%200%205.779%202.182%206.286%205.113l.705%204.08a.916.916%200%200%201-.901%201.073h-5.181c-.977%200-1.72.876-1.562%201.84l.663%204.044c.09.554.065%201.12-.076%201.664a.89.89%200%200%201-.596.611zl.23.714zm-1.09%201.321a2.1%202.1%200%200%200%201.549.107l.145-.047l-.23-.714l.23.714a2.38%202.38%200%200%200%201.589-1.662a5.5%205.5%200%200%200%20.104-2.284l-.663-4.044a.083.083%200%200%201%20.082-.097h5.18c1.5%200%202.636-1.352%202.38-2.829l-.705-4.08C20.37%203.92%2017.07%201.25%2013.245%201.25H8.596c-1.253%200-2.297.96-2.405%202.208l-.813%209.393a2.42%202.42%200%200%200%20.83%202.04l1.44%201.24c.655.564%201.206%201.111%201.552%201.76c.257.48.456.988.592%201.514l.476%201.833a2.01%202.01%200%200%200%201.08%201.305m-8.38-8.028a.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%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12.438%2021.222a.6.6%200%200%201-.438-.03a.52.52%200%200%201-.28-.33l-.476-1.834a8.4%208.4%200%200%200-.72-1.844c-.485-.907-1.218-1.604-1.898-2.19l-1.438-1.24a.92.92%200%200%201-.315-.774l.812-9.392a.916.916%200%200%201%20.911-.838h4.649c3.136%200%205.779%202.182%206.286%205.113l.705%204.08a.916.916%200%200%201-.901%201.073h-5.181c-.977%200-1.72.876-1.562%201.84l.663%204.044c.09.554.065%201.12-.076%201.664a.89.89%200%200%201-.596.611zl.23.714zm-1.09%201.321a2.1%202.1%200%200%200%201.549.107l.145-.047l-.23-.714l.23.714a2.38%202.38%200%200%200%201.589-1.662a5.5%205.5%200%200%200%20.104-2.284l-.663-4.044a.083.083%200%200%201%20.082-.097h5.18c1.5%200%202.636-1.352%202.38-2.829l-.705-4.08C20.37%203.92%2017.07%201.25%2013.245%201.25H8.596c-1.253%200-2.297.96-2.405%202.208l-.813%209.393a2.42%202.42%200%200%200%20.83%202.04l1.44%201.24c.655.564%201.206%201.111%201.552%201.76c.257.48.456.988.592%201.514l.476%201.833a2.01%202.01%200%200%200%201.08%201.305m-8.38-8.028a.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%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/dislike.svg?color=%231a73e8&size=48