like icon
like-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.
- Name
- like-twotone
- Set
- Ant Design Icons
- Style
- TwoTone
- Viewbox
- 1024×1024
- License
- MIT
2 other variants in Ant Design Icons
The same icon in other sets
Use the like icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M273 495.9v428l.3-428zm538.2-88.3H496.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.7c-19.6.1-36.9 13.4-42.2 32.3c-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 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 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5l21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4"/><path fill="currentColor" d="M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32m773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7c0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8l-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4c47.6-20.3 78.3-66.8 78.3-118.4c0-12.6-1.8-25-5.4-37c16.8-22.2 26.1-49.4 26.1-77.7c0-12.6-1.8-25-5.4-37c16.8-22.2 26.1-49.4 26.1-77.7c0-12.6-1.8-25-5.4-37M820.4 499l-21.9 19l14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19l13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19l13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7c9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignLikeTwotone(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" fillOpacity=".15" d="M273 495.9v428l.3-428zm538.2-88.3H496.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.7c-19.6.1-36.9 13.4-42.2 32.3c-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 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 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5l21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4"/><path fill="currentColor" d="M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32m773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7c0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8l-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4c47.6-20.3 78.3-66.8 78.3-118.4c0-12.6-1.8-25-5.4-37c16.8-22.2 26.1-49.4 26.1-77.7c0-12.6-1.8-25-5.4-37c16.8-22.2 26.1-49.4 26.1-77.7c0-12.6-1.8-25-5.4-37M820.4 499l-21.9 19l14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19l13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19l13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7c9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M273 495.9v428l.3-428zm538.2-88.3H496.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.7c-19.6.1-36.9 13.4-42.2 32.3c-37.1 134.4-64.9 235.2-83.5 302.5V852h399.4a56.85 56.85 0 0 0 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 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76 56.76 0 0 0 19.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5l21.9-19a56.76 56.76 0 0 0 19.6-43c0-19.1-11-37.5-28.8-48.4"/><path fill="currentColor" d="M112 528v364c0 17.7 14.3 32 32 32h65V496h-65c-17.7 0-32 14.3-32 32m773.9 5.7c16.8-22.2 26.1-49.4 26.1-77.7c0-44.9-25.1-87.5-65.5-111a67.67 67.67 0 0 0-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4 106.4 0 0 0-77.9-33.4c-52 0-98 35-111.8 85.1l-85.8 310.8l-.3 428h472.1c9.3 0 18.2-1.8 26.5-5.4c47.6-20.3 78.3-66.8 78.3-118.4c0-12.6-1.8-25-5.4-37c16.8-22.2 26.1-49.4 26.1-77.7c0-12.6-1.8-25-5.4-37c16.8-22.2 26.1-49.4 26.1-77.7c0-12.6-1.8-25-5.4-37M820.4 499l-21.9 19l14 25.5a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19l13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 16.5-7.1 32.2-19.6 43l-21.9 19l13.9 25.4a56.2 56.2 0 0 1 6.9 27.3c0 22.4-13.2 42.6-33.6 51.8H345V506.8c18.6-67.2 46.4-168 83.5-302.5a44.28 44.28 0 0 1 42.2-32.3c7.5-.1 15 2.2 21.1 6.7c9.9 7.4 15.2 18.6 14.6 30.5l-9.6 198.4h314.4C829 418.5 840 436.9 840 456c0 16.5-7.1 32.2-19.6 43"/></svg> </template>
CSS
.icon-like-twotone {
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%20fill-opacity%3D%22.15%22%20d%3D%22M273%20495.9v428l.3-428zm538.2-88.3H496.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.7c-19.6.1-36.9%2013.4-42.2%2032.3c-37.1%20134.4-64.9%20235.2-83.5%20302.5V852h399.4a56.85%2056.85%200%200%200%2033.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76%2056.76%200%200%200%2019.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76%2056.76%200%200%200%2019.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5l21.9-19a56.76%2056.76%200%200%200%2019.6-43c0-19.1-11-37.5-28.8-48.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20528v364c0%2017.7%2014.3%2032%2032%2032h65V496h-65c-17.7%200-32%2014.3-32%2032m773.9%205.7c16.8-22.2%2026.1-49.4%2026.1-77.7c0-44.9-25.1-87.5-65.5-111a67.67%2067.67%200%200%200-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4%20106.4%200%200%200-77.9-33.4c-52%200-98%2035-111.8%2085.1l-85.8%20310.8l-.3%20428h472.1c9.3%200%2018.2-1.8%2026.5-5.4c47.6-20.3%2078.3-66.8%2078.3-118.4c0-12.6-1.8-25-5.4-37c16.8-22.2%2026.1-49.4%2026.1-77.7c0-12.6-1.8-25-5.4-37c16.8-22.2%2026.1-49.4%2026.1-77.7c0-12.6-1.8-25-5.4-37M820.4%20499l-21.9%2019l14%2025.5a56.2%2056.2%200%200%201%206.9%2027.3c0%2016.5-7.1%2032.2-19.6%2043l-21.9%2019l13.9%2025.4a56.2%2056.2%200%200%201%206.9%2027.3c0%2016.5-7.1%2032.2-19.6%2043l-21.9%2019l13.9%2025.4a56.2%2056.2%200%200%201%206.9%2027.3c0%2022.4-13.2%2042.6-33.6%2051.8H345V506.8c18.6-67.2%2046.4-168%2083.5-302.5a44.28%2044.28%200%200%201%2042.2-32.3c7.5-.1%2015%202.2%2021.1%206.7c9.9%207.4%2015.2%2018.6%2014.6%2030.5l-9.6%20198.4h314.4C829%20418.5%20840%20436.9%20840%20456c0%2016.5-7.1%2032.2-19.6%2043%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%20fill-opacity%3D%22.15%22%20d%3D%22M273%20495.9v428l.3-428zm538.2-88.3H496.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.7c-19.6.1-36.9%2013.4-42.2%2032.3c-37.1%20134.4-64.9%20235.2-83.5%20302.5V852h399.4a56.85%2056.85%200%200%200%2033.6-51.8c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76%2056.76%200%200%200%2019.6-43c0-9.7-2.3-18.9-6.9-27.3l-13.9-25.4l21.9-19a56.76%2056.76%200%200%200%2019.6-43c0-9.7-2.3-18.9-6.9-27.3l-14-25.5l21.9-19a56.76%2056.76%200%200%200%2019.6-43c0-19.1-11-37.5-28.8-48.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20528v364c0%2017.7%2014.3%2032%2032%2032h65V496h-65c-17.7%200-32%2014.3-32%2032m773.9%205.7c16.8-22.2%2026.1-49.4%2026.1-77.7c0-44.9-25.1-87.5-65.5-111a67.67%2067.67%200%200%200-34.3-9.3H572.3l6-122.9c1.5-29.7-9-57.9-29.5-79.4a106.4%20106.4%200%200%200-77.9-33.4c-52%200-98%2035-111.8%2085.1l-85.8%20310.8l-.3%20428h472.1c9.3%200%2018.2-1.8%2026.5-5.4c47.6-20.3%2078.3-66.8%2078.3-118.4c0-12.6-1.8-25-5.4-37c16.8-22.2%2026.1-49.4%2026.1-77.7c0-12.6-1.8-25-5.4-37c16.8-22.2%2026.1-49.4%2026.1-77.7c0-12.6-1.8-25-5.4-37M820.4%20499l-21.9%2019l14%2025.5a56.2%2056.2%200%200%201%206.9%2027.3c0%2016.5-7.1%2032.2-19.6%2043l-21.9%2019l13.9%2025.4a56.2%2056.2%200%200%201%206.9%2027.3c0%2016.5-7.1%2032.2-19.6%2043l-21.9%2019l13.9%2025.4a56.2%2056.2%200%200%201%206.9%2027.3c0%2022.4-13.2%2042.6-33.6%2051.8H345V506.8c18.6-67.2%2046.4-168%2083.5-302.5a44.28%2044.28%200%200%201%2042.2-32.3c7.5-.1%2015%202.2%2021.1%206.7c9.9%207.4%2015.2%2018.6%2014.6%2030.5l-9.6%20198.4h314.4C829%20418.5%20840%20436.9%20840%20456c0%2016.5-7.1%2032.2-19.6%2043%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/like-twotone.svg?color=%231a73e8&size=48