in love icon
in-love from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- in-love
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the in love icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12.5 2.012A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10c0-.863-.11-1.701-.315-2.5"/><path stroke-linejoin="round" d="M8 15a5 5 0 0 0 4 2a5 5 0 0 0 4-2m-6-5.5H8.707c-.453 0-.887.18-1.207.5m6.5-.5h1.293c.453 0 .887.18 1.207.5"/><path d="M15.888 2.331c.939-.548 1.758-.327 2.25.025c.202.144.303.216.362.216c.06 0 .16-.072.362-.216c.492-.352 1.311-.573 2.25-.025c1.232.72 1.51 3.094-1.33 5.097c-.542.381-.813.572-1.282.572s-.74-.19-1.281-.572c-2.841-2.003-2.563-4.377-1.33-5.097Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsInLove(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M12.5 2.012A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10c0-.863-.11-1.701-.315-2.5"/><path strokeLinejoin="round" d="M8 15a5 5 0 0 0 4 2a5 5 0 0 0 4-2m-6-5.5H8.707c-.453 0-.887.18-1.207.5m6.5-.5h1.293c.453 0 .887.18 1.207.5"/><path d="M15.888 2.331c.939-.548 1.758-.327 2.25.025c.202.144.303.216.362.216c.06 0 .16-.072.362-.216c.492-.352 1.311-.573 2.25-.025c1.232.72 1.51 3.094-1.33 5.097c-.542.381-.813.572-1.282.572s-.74-.19-1.281-.572c-2.841-2.003-2.563-4.377-1.33-5.097Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M12.5 2.012A10 10 0 0 0 12 2C6.477 2 2 6.477 2 12s4.477 10 10 10s10-4.477 10-10c0-.863-.11-1.701-.315-2.5"/><path stroke-linejoin="round" d="M8 15a5 5 0 0 0 4 2a5 5 0 0 0 4-2m-6-5.5H8.707c-.453 0-.887.18-1.207.5m6.5-.5h1.293c.453 0 .887.18 1.207.5"/><path d="M15.888 2.331c.939-.548 1.758-.327 2.25.025c.202.144.303.216.362.216c.06 0 .16-.072.362-.216c.492-.352 1.311-.573 2.25-.025c1.232.72 1.51 3.094-1.33 5.097c-.542.381-.813.572-1.282.572s-.74-.19-1.281-.572c-2.841-2.003-2.563-4.377-1.33-5.097Z"/></g></svg> </template>
CSS
.icon-in-love {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%202.012A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10c0-.863-.11-1.701-.315-2.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2015a5%205%200%200%200%204%202a5%205%200%200%200%204-2m-6-5.5H8.707c-.453%200-.887.18-1.207.5m6.5-.5h1.293c.453%200%20.887.18%201.207.5%22%2F%3E%3Cpath%20d%3D%22M15.888%202.331c.939-.548%201.758-.327%202.25.025c.202.144.303.216.362.216c.06%200%20.16-.072.362-.216c.492-.352%201.311-.573%202.25-.025c1.232.72%201.51%203.094-1.33%205.097c-.542.381-.813.572-1.282.572s-.74-.19-1.281-.572c-2.841-2.003-2.563-4.377-1.33-5.097Z%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12.5%202.012A10%2010%200%200%200%2012%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010s10-4.477%2010-10c0-.863-.11-1.701-.315-2.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2015a5%205%200%200%200%204%202a5%205%200%200%200%204-2m-6-5.5H8.707c-.453%200-.887.18-1.207.5m6.5-.5h1.293c.453%200%20.887.18%201.207.5%22%2F%3E%3Cpath%20d%3D%22M15.888%202.331c.939-.548%201.758-.327%202.25.025c.202.144.303.216.362.216c.06%200%20.16-.072.362-.216c.492-.352%201.311-.573%202.25-.025c1.232.72%201.51%203.094-1.33%205.097c-.542.381-.813.572-1.282.572s-.74-.19-1.281-.572c-2.841-2.003-2.563-4.377-1.33-5.097Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/in-love.svg?color=%231a73e8&size=48