love icon
love-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- love-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Use the love icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M14.103 18.655q-3.357-2.933-2.976-5.415c.427-2.79 3.654-4.166 5.312-1.774c.033.047.1.06.147.027c.742-.525 1.502-.653 2.18-.496c1.493.345 2.587 2.074 2.207 3.98q-.5 2.5-4.783 4.12c-.344.13-.823.323-1.07.28c-.246-.044-.63-.389-.909-.628zm4.662-7.658a5.6 5.6 0 0 0-.116-1.958c-1.071-4.39-6.406-6.132-8.715-2.088a.17.17 0 0 1-.233.063c-4.022-2.348-7.77 1.828-6.504 6.165q1.145 3.919 8.198 5.902c.566.16 1.357.4 1.744.296c.271-.073.63-.393.963-.723"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLoveLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeWidth="2" d="M14.103 18.655q-3.357-2.933-2.976-5.415c.427-2.79 3.654-4.166 5.312-1.774c.033.047.1.06.147.027c.742-.525 1.502-.653 2.18-.496c1.493.345 2.587 2.074 2.207 3.98q-.5 2.5-4.783 4.12c-.344.13-.823.323-1.07.28c-.246-.044-.63-.389-.909-.628zm4.662-7.658a5.6 5.6 0 0 0-.116-1.958c-1.071-4.39-6.406-6.132-8.715-2.088a.17.17 0 0 1-.233.063c-4.022-2.348-7.77 1.828-6.504 6.165q1.145 3.919 8.198 5.902c.566.16 1.357.4 1.744.296c.271-.073.63-.393.963-.723"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-width="2" d="M14.103 18.655q-3.357-2.933-2.976-5.415c.427-2.79 3.654-4.166 5.312-1.774c.033.047.1.06.147.027c.742-.525 1.502-.653 2.18-.496c1.493.345 2.587 2.074 2.207 3.98q-.5 2.5-4.783 4.12c-.344.13-.823.323-1.07.28c-.246-.044-.63-.389-.909-.628zm4.662-7.658a5.6 5.6 0 0 0-.116-1.958c-1.071-4.39-6.406-6.132-8.715-2.088a.17.17 0 0 1-.233.063c-4.022-2.348-7.77 1.828-6.504 6.165q1.145 3.919 8.198 5.902c.566.16 1.357.4 1.744.296c.271-.073.63-.393.963-.723"/></svg> </template>
CSS
.icon-love-line {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M14.103%2018.655q-3.357-2.933-2.976-5.415c.427-2.79%203.654-4.166%205.312-1.774c.033.047.1.06.147.027c.742-.525%201.502-.653%202.18-.496c1.493.345%202.587%202.074%202.207%203.98q-.5%202.5-4.783%204.12c-.344.13-.823.323-1.07.28c-.246-.044-.63-.389-.909-.628zm4.662-7.658a5.6%205.6%200%200%200-.116-1.958c-1.071-4.39-6.406-6.132-8.715-2.088a.17.17%200%200%201-.233.063c-4.022-2.348-7.77%201.828-6.504%206.165q1.145%203.919%208.198%205.902c.566.16%201.357.4%201.744.296c.271-.073.63-.393.963-.723%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M14.103%2018.655q-3.357-2.933-2.976-5.415c.427-2.79%203.654-4.166%205.312-1.774c.033.047.1.06.147.027c.742-.525%201.502-.653%202.18-.496c1.493.345%202.587%202.074%202.207%203.98q-.5%202.5-4.783%204.12c-.344.13-.823.323-1.07.28c-.246-.044-.63-.389-.909-.628zm4.662-7.658a5.6%205.6%200%200%200-.116-1.958c-1.071-4.39-6.406-6.132-8.715-2.088a.17.17%200%200%201-.233.063c-4.022-2.348-7.77%201.828-6.504%206.165q1.145%203.919%208.198%205.902c.566.16%201.357.4%201.744.296c.271-.073.63-.393.963-.723%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/love-line.svg?color=%231a73e8&size=48