heart circle icon
heart-circle-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- heart-circle-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
The same icon in other sets
Related icons in IonIcons
Use the heart 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 48m74.69 252.82c-8.5 10.36-39.69 38.48-74.69 63.51c-35-25-66.19-53.15-74.69-63.51c-20-24.37-29.58-49.4-29.3-76.5c.31-31.06 25.22-56.33 55.53-56.33c22 0 37.3 12.41 46.19 22.76l2.27 2.75l2.27-2.75C267 180.29 282.42 168 304.46 168c30.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 IonHeartCircleSharp(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 48m74.69 252.82c-8.5 10.36-39.69 38.48-74.69 63.51c-35-25-66.19-53.15-74.69-63.51c-20-24.37-29.58-49.4-29.3-76.5c.31-31.06 25.22-56.33 55.53-56.33c22 0 37.3 12.41 46.19 22.76l2.27 2.75l2.27-2.75C267 180.29 282.42 168 304.46 168c30.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 48m74.69 252.82c-8.5 10.36-39.69 38.48-74.69 63.51c-35-25-66.19-53.15-74.69-63.51c-20-24.37-29.58-49.4-29.3-76.5c.31-31.06 25.22-56.33 55.53-56.33c22 0 37.3 12.41 46.19 22.76l2.27 2.75l2.27-2.75C267 180.29 282.42 168 304.46 168c30.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-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%2048m74.69%20252.82c-8.5%2010.36-39.69%2038.48-74.69%2063.51c-35-25-66.19-53.15-74.69-63.51c-20-24.37-29.58-49.4-29.3-76.5c.31-31.06%2025.22-56.33%2055.53-56.33c22%200%2037.3%2012.41%2046.19%2022.76l2.27%202.75l2.27-2.75C267%20180.29%20282.42%20168%20304.46%20168c30.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%2048m74.69%20252.82c-8.5%2010.36-39.69%2038.48-74.69%2063.51c-35-25-66.19-53.15-74.69-63.51c-20-24.37-29.58-49.4-29.3-76.5c.31-31.06%2025.22-56.33%2055.53-56.33c22%200%2037.3%2012.41%2046.19%2022.76l2.27%202.75l2.27-2.75C267%20180.29%20282.42%20168%20304.46%20168c30.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-circle-sharp.svg?color=%231a73e8&size=48