unlike icon
unlike from IconPark by ByteDance · Color · Base · Apache-2.0 Free for personal and commercial use.
- Name
- unlike
- Set
- IconPark
- Style
- Color
- Category
- Base
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More base icons from IconPark
Use the unlike icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44 19C44 12.9249 39.0751 8 33 8C29.2797 8 25.9907 9.8469 24 12.6738C22.0093 9.8469 18.7203 8 15 8C8.92487 8 4 12.9249 4 19C4 30 17 40 24 42.3262C25.1936 41.9295 26.5616 41.3098 28.0099 40.5"/><path d="M34.959 27L41.8375 35.5"/><path d="M41.8375 27L34.959 35.5"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkUnlike(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M44 19C44 12.9249 39.0751 8 33 8C29.2797 8 25.9907 9.8469 24 12.6738C22.0093 9.8469 18.7203 8 15 8C8.92487 8 4 12.9249 4 19C4 30 17 40 24 42.3262C25.1936 41.9295 26.5616 41.3098 28.0099 40.5"/><path d="M34.959 27L41.8375 35.5"/><path d="M41.8375 27L34.959 35.5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M44 19C44 12.9249 39.0751 8 33 8C29.2797 8 25.9907 9.8469 24 12.6738C22.0093 9.8469 18.7203 8 15 8C8.92487 8 4 12.9249 4 19C4 30 17 40 24 42.3262C25.1936 41.9295 26.5616 41.3098 28.0099 40.5"/><path d="M34.959 27L41.8375 35.5"/><path d="M41.8375 27L34.959 35.5"/></g></svg> </template>
CSS
.icon-unlike {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M44%2019C44%2012.9249%2039.0751%208%2033%208C29.2797%208%2025.9907%209.8469%2024%2012.6738C22.0093%209.8469%2018.7203%208%2015%208C8.92487%208%204%2012.9249%204%2019C4%2030%2017%2040%2024%2042.3262C25.1936%2041.9295%2026.5616%2041.3098%2028.0099%2040.5%22%2F%3E%3Cpath%20d%3D%22M34.959%2027L41.8375%2035.5%22%2F%3E%3Cpath%20d%3D%22M41.8375%2027L34.959%2035.5%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M44%2019C44%2012.9249%2039.0751%208%2033%208C29.2797%208%2025.9907%209.8469%2024%2012.6738C22.0093%209.8469%2018.7203%208%2015%208C8.92487%208%204%2012.9249%204%2019C4%2030%2017%2040%2024%2042.3262C25.1936%2041.9295%2026.5616%2041.3098%2028.0099%2040.5%22%2F%3E%3Cpath%20d%3D%22M34.959%2027L41.8375%2035.5%22%2F%3E%3Cpath%20d%3D%22M41.8375%2027L34.959%2035.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/unlike.svg?color=%231a73e8&size=48