dislike icon
dislike-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- dislike-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- dislike, dislike-outline
2 other variants in Ant Design Icons
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 1024 1024"><path fill="currentColor" d="M885.9 490.3c3.6-12 5.4-24.4 5.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12 5.4-24.4 5.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12 5.4-24.4 5.4-37c0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4c20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3c40.4-23.5 65.5-66.1 65.5-111c0-28.3-9.3-55.5-26.1-77.7M184 456V172h81v284zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5c-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4l21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4l21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5l21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignDislikeOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M885.9 490.3c3.6-12 5.4-24.4 5.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12 5.4-24.4 5.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12 5.4-24.4 5.4-37c0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4c20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3c40.4-23.5 65.5-66.1 65.5-111c0-28.3-9.3-55.5-26.1-77.7M184 456V172h81v284zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5c-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4l21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4l21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5l21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M885.9 490.3c3.6-12 5.4-24.4 5.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12 5.4-24.4 5.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12 5.4-24.4 5.4-37c0-51.6-30.7-98.1-78.3-118.4a66.1 66.1 0 0 0-26.5-5.4H144c-17.7 0-32 14.3-32 32v364c0 17.7 14.3 32 32 32h129.3l85.8 310.8C372.9 889 418.9 924 470.9 924c29.7 0 57.4-11.8 77.9-33.4c20.5-21.5 31-49.7 29.5-79.4l-6-122.9h239.9c12.1 0 23.9-3.2 34.3-9.3c40.4-23.5 65.5-66.1 65.5-111c0-28.3-9.3-55.5-26.1-77.7M184 456V172h81v284zm627.2 160.4H496.8l9.6 198.4c.6 11.9-4.7 23.1-14.6 30.5c-6.1 4.5-13.6 6.8-21.1 6.7a44.28 44.28 0 0 1-42.2-32.3L329 459.2V172h415.4a56.85 56.85 0 0 1 33.6 51.8c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4l21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-13.9 25.4l21.9 19a56.76 56.76 0 0 1 19.6 43c0 9.7-2.3 18.9-6.9 27.3l-14 25.5l21.9 19a56.76 56.76 0 0 1 19.6 43c0 19.1-11 37.5-28.8 48.4"/></svg> </template>
CSS
.icon-dislike-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M885.9%20490.3c3.6-12%205.4-24.4%205.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12%205.4-24.4%205.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12%205.4-24.4%205.4-37c0-51.6-30.7-98.1-78.3-118.4a66.1%2066.1%200%200%200-26.5-5.4H144c-17.7%200-32%2014.3-32%2032v364c0%2017.7%2014.3%2032%2032%2032h129.3l85.8%20310.8C372.9%20889%20418.9%20924%20470.9%20924c29.7%200%2057.4-11.8%2077.9-33.4c20.5-21.5%2031-49.7%2029.5-79.4l-6-122.9h239.9c12.1%200%2023.9-3.2%2034.3-9.3c40.4-23.5%2065.5-66.1%2065.5-111c0-28.3-9.3-55.5-26.1-77.7M184%20456V172h81v284zm627.2%20160.4H496.8l9.6%20198.4c.6%2011.9-4.7%2023.1-14.6%2030.5c-6.1%204.5-13.6%206.8-21.1%206.7a44.28%2044.28%200%200%201-42.2-32.3L329%20459.2V172h415.4a56.85%2056.85%200%200%201%2033.6%2051.8c0%209.7-2.3%2018.9-6.9%2027.3l-13.9%2025.4l21.9%2019a56.76%2056.76%200%200%201%2019.6%2043c0%209.7-2.3%2018.9-6.9%2027.3l-13.9%2025.4l21.9%2019a56.76%2056.76%200%200%201%2019.6%2043c0%209.7-2.3%2018.9-6.9%2027.3l-14%2025.5l21.9%2019a56.76%2056.76%200%200%201%2019.6%2043c0%2019.1-11%2037.5-28.8%2048.4%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M885.9%20490.3c3.6-12%205.4-24.4%205.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12%205.4-24.4%205.4-37c0-28.3-9.3-55.5-26.1-77.7c3.6-12%205.4-24.4%205.4-37c0-51.6-30.7-98.1-78.3-118.4a66.1%2066.1%200%200%200-26.5-5.4H144c-17.7%200-32%2014.3-32%2032v364c0%2017.7%2014.3%2032%2032%2032h129.3l85.8%20310.8C372.9%20889%20418.9%20924%20470.9%20924c29.7%200%2057.4-11.8%2077.9-33.4c20.5-21.5%2031-49.7%2029.5-79.4l-6-122.9h239.9c12.1%200%2023.9-3.2%2034.3-9.3c40.4-23.5%2065.5-66.1%2065.5-111c0-28.3-9.3-55.5-26.1-77.7M184%20456V172h81v284zm627.2%20160.4H496.8l9.6%20198.4c.6%2011.9-4.7%2023.1-14.6%2030.5c-6.1%204.5-13.6%206.8-21.1%206.7a44.28%2044.28%200%200%201-42.2-32.3L329%20459.2V172h415.4a56.85%2056.85%200%200%201%2033.6%2051.8c0%209.7-2.3%2018.9-6.9%2027.3l-13.9%2025.4l21.9%2019a56.76%2056.76%200%200%201%2019.6%2043c0%209.7-2.3%2018.9-6.9%2027.3l-13.9%2025.4l21.9%2019a56.76%2056.76%200%200%201%2019.6%2043c0%209.7-2.3%2018.9-6.9%2027.3l-14%2025.5l21.9%2019a56.76%2056.76%200%200%201%2019.6%2043c0%2019.1-11%2037.5-28.8%2048.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/dislike-outlined.svg?color=%231a73e8&size=48