heart dislike circle icon

heart-dislike-circle-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.

Name
heart-dislike-circle-sharp
Set
IonIcons
Style
Sharp
Viewbox
512×512
License
MIT

2 other variants in IonIcons

Related icons in IonIcons

Use the heart dislike circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m63.73 310.36l-183.14-182.3l22.74-22.51l183.19 182.36Zm-63.51 4.86c-35.36-25-66.31-51.92-74.91-62.4c-20-24.37-29.58-49.4-29.3-76.5a58 58 0 0 1 .85-9.31l130.21 129.4c-3.43 2.59-16.21 11.45-26.85 18.81m74.47-62.4l-.31.38L197.33 169a54 54 0 0 1 10.21-1a59.34 59.34 0 0 1 44.1 19.41L256 192l4.36-4.6a59.34 59.34 0 0 1 44.1-19.4c30.31 0 55.22 25.27 55.53 56.33c.28 27.09-9.31 52.12-29.3 76.49"/></svg>

React

import type { SVGProps } from "react";

export function IonHeartDislikeCircleSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m63.73 310.36l-183.14-182.3l22.74-22.51l183.19 182.36Zm-63.51 4.86c-35.36-25-66.31-51.92-74.91-62.4c-20-24.37-29.58-49.4-29.3-76.5a58 58 0 0 1 .85-9.31l130.21 129.4c-3.43 2.59-16.21 11.45-26.85 18.81m74.47-62.4l-.31.38L197.33 169a54 54 0 0 1 10.21-1a59.34 59.34 0 0 1 44.1 19.41L256 192l4.36-4.6a59.34 59.34 0 0 1 44.1-19.4c30.31 0 55.22 25.27 55.53 56.33c.28 27.09-9.31 52.12-29.3 76.49"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M256 48C141.31 48 48 141.31 48 256s93.31 208 208 208s208-93.31 208-208S370.69 48 256 48m63.73 310.36l-183.14-182.3l22.74-22.51l183.19 182.36Zm-63.51 4.86c-35.36-25-66.31-51.92-74.91-62.4c-20-24.37-29.58-49.4-29.3-76.5a58 58 0 0 1 .85-9.31l130.21 129.4c-3.43 2.59-16.21 11.45-26.85 18.81m74.47-62.4l-.31.38L197.33 169a54 54 0 0 1 10.21-1a59.34 59.34 0 0 1 44.1 19.41L256 192l4.36-4.6a59.34 59.34 0 0 1 44.1-19.4c30.31 0 55.22 25.27 55.53 56.33c.28 27.09-9.31 52.12-29.3 76.49"/></svg>
</template>

CSS

.icon-heart-dislike-circle-sharp {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048C141.31%2048%2048%20141.31%2048%20256s93.31%20208%20208%20208s208-93.31%20208-208S370.69%2048%20256%2048m63.73%20310.36l-183.14-182.3l22.74-22.51l183.19%20182.36Zm-63.51%204.86c-35.36-25-66.31-51.92-74.91-62.4c-20-24.37-29.58-49.4-29.3-76.5a58%2058%200%200%201%20.85-9.31l130.21%20129.4c-3.43%202.59-16.21%2011.45-26.85%2018.81m74.47-62.4l-.31.38L197.33%20169a54%2054%200%200%201%2010.21-1a59.34%2059.34%200%200%201%2044.1%2019.41L256%20192l4.36-4.6a59.34%2059.34%200%200%201%2044.1-19.4c30.31%200%2055.22%2025.27%2055.53%2056.33c.28%2027.09-9.31%2052.12-29.3%2076.49%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M256%2048C141.31%2048%2048%20141.31%2048%20256s93.31%20208%20208%20208s208-93.31%20208-208S370.69%2048%20256%2048m63.73%20310.36l-183.14-182.3l22.74-22.51l183.19%20182.36Zm-63.51%204.86c-35.36-25-66.31-51.92-74.91-62.4c-20-24.37-29.58-49.4-29.3-76.5a58%2058%200%200%201%20.85-9.31l130.21%20129.4c-3.43%202.59-16.21%2011.45-26.85%2018.81m74.47-62.4l-.31.38L197.33%20169a54%2054%200%200%201%2010.21-1a59.34%2059.34%200%200%201%2044.1%2019.41L256%20192l4.36-4.6a59.34%2059.34%200%200%201%2044.1-19.4c30.31%200%2055.22%2025.27%2055.53%2056.33c.28%2027.09-9.31%2052.12-29.3%2076.49%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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