lovely icon
lovely from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- lovely
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More newicons icons from Reicon
Use the lovely 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-linejoin="round" stroke-width="1.5"><path d="M19.86 8.09c0 .42-.03.83-.08 1.22a3.714 3.714 0 0 0-4.46 1.18A3.73 3.73 0 0 0 12.34 9c-2.05 0-3.71 1.67-3.71 3.74c0 2.68 1.42 4.73 3 6.12c-.05.03-.1.04-.15.06c-.3.11-.8.11-1.1 0C7.79 18.03 2 14.35 2 8.09C2 5.33 4.22 3.1 6.96 3.1c1.63 0 3.07.78 3.97 1.99A4.96 4.96 0 0 1 14.9 3.1c2.74 0 4.96 2.23 4.96 4.99"/><path d="M22 12.74c0 4.68-4.33 7.44-6.27 8.1c-.23.08-.6.08-.83 0c-.83-.28-2.1-.95-3.27-1.98c-1.58-1.39-3-3.44-3-6.12c0-2.07 1.66-3.74 3.71-3.74c1.22 0 2.3.59 2.98 1.49a3.714 3.714 0 0 1 4.46-1.18c1.31.58 2.22 1.89 2.22 3.43"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconLovely(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M19.86 8.09c0 .42-.03.83-.08 1.22a3.714 3.714 0 0 0-4.46 1.18A3.73 3.73 0 0 0 12.34 9c-2.05 0-3.71 1.67-3.71 3.74c0 2.68 1.42 4.73 3 6.12c-.05.03-.1.04-.15.06c-.3.11-.8.11-1.1 0C7.79 18.03 2 14.35 2 8.09C2 5.33 4.22 3.1 6.96 3.1c1.63 0 3.07.78 3.97 1.99A4.96 4.96 0 0 1 14.9 3.1c2.74 0 4.96 2.23 4.96 4.99"/><path d="M22 12.74c0 4.68-4.33 7.44-6.27 8.1c-.23.08-.6.08-.83 0c-.83-.28-2.1-.95-3.27-1.98c-1.58-1.39-3-3.44-3-6.12c0-2.07 1.66-3.74 3.71-3.74c1.22 0 2.3.59 2.98 1.49a3.714 3.714 0 0 1 4.46-1.18c1.31.58 2.22 1.89 2.22 3.43"/></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-linejoin="round" stroke-width="1.5"><path d="M19.86 8.09c0 .42-.03.83-.08 1.22a3.714 3.714 0 0 0-4.46 1.18A3.73 3.73 0 0 0 12.34 9c-2.05 0-3.71 1.67-3.71 3.74c0 2.68 1.42 4.73 3 6.12c-.05.03-.1.04-.15.06c-.3.11-.8.11-1.1 0C7.79 18.03 2 14.35 2 8.09C2 5.33 4.22 3.1 6.96 3.1c1.63 0 3.07.78 3.97 1.99A4.96 4.96 0 0 1 14.9 3.1c2.74 0 4.96 2.23 4.96 4.99"/><path d="M22 12.74c0 4.68-4.33 7.44-6.27 8.1c-.23.08-.6.08-.83 0c-.83-.28-2.1-.95-3.27-1.98c-1.58-1.39-3-3.44-3-6.12c0-2.07 1.66-3.74 3.71-3.74c1.22 0 2.3.59 2.98 1.49a3.714 3.714 0 0 1 4.46-1.18c1.31.58 2.22 1.89 2.22 3.43"/></g></svg> </template>
CSS
.icon-lovely {
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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.86%208.09c0%20.42-.03.83-.08%201.22a3.714%203.714%200%200%200-4.46%201.18A3.73%203.73%200%200%200%2012.34%209c-2.05%200-3.71%201.67-3.71%203.74c0%202.68%201.42%204.73%203%206.12c-.05.03-.1.04-.15.06c-.3.11-.8.11-1.1%200C7.79%2018.03%202%2014.35%202%208.09C2%205.33%204.22%203.1%206.96%203.1c1.63%200%203.07.78%203.97%201.99A4.96%204.96%200%200%201%2014.9%203.1c2.74%200%204.96%202.23%204.96%204.99%22%2F%3E%3Cpath%20d%3D%22M22%2012.74c0%204.68-4.33%207.44-6.27%208.1c-.23.08-.6.08-.83%200c-.83-.28-2.1-.95-3.27-1.98c-1.58-1.39-3-3.44-3-6.12c0-2.07%201.66-3.74%203.71-3.74c1.22%200%202.3.59%202.98%201.49a3.714%203.714%200%200%201%204.46-1.18c1.31.58%202.22%201.89%202.22%203.43%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M19.86%208.09c0%20.42-.03.83-.08%201.22a3.714%203.714%200%200%200-4.46%201.18A3.73%203.73%200%200%200%2012.34%209c-2.05%200-3.71%201.67-3.71%203.74c0%202.68%201.42%204.73%203%206.12c-.05.03-.1.04-.15.06c-.3.11-.8.11-1.1%200C7.79%2018.03%202%2014.35%202%208.09C2%205.33%204.22%203.1%206.96%203.1c1.63%200%203.07.78%203.97%201.99A4.96%204.96%200%200%201%2014.9%203.1c2.74%200%204.96%202.23%204.96%204.99%22%2F%3E%3Cpath%20d%3D%22M22%2012.74c0%204.68-4.33%207.44-6.27%208.1c-.23.08-.6.08-.83%200c-.83-.28-2.1-.95-3.27-1.98c-1.58-1.39-3-3.44-3-6.12c0-2.07%201.66-3.74%203.71-3.74c1.22%200%202.3.59%202.98%201.49a3.714%203.714%200%200%201%204.46-1.18c1.31.58%202.22%201.89%202.22%203.43%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/lovely.svg?color=%231a73e8&size=48