oval love icon

oval-love from IconPark by ByteDance · Color · Abstract · Apache-2.0 Free for personal and commercial use.

Name
oval-love
Set
IconPark
Style
Color
Category
Abstract
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More abstract icons from IconPark

Use the oval love icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M29.5164 17.5001C35.0393 27.0659 34.4759 37.7307 28.2581 41.3206C22.0403 44.9104 12.5226 40.0659 6.99976 30.5001C1.47691 20.9342 2.04029 10.2694 8.25809 6.67962C14.4759 3.08977 23.9936 7.93428 29.5164 17.5001Z"/><path d="M18.2581 17.5001C12.7353 27.0659 13.2986 37.7307 19.5164 41.3206C25.7342 44.9104 35.2519 40.0659 40.7748 30.5001C46.2976 20.9342 45.7342 10.2694 39.5164 6.67962C33.2986 3.08977 23.7809 7.93428 18.2581 17.5001Z"/><path d="M23.7529 10.3442C25.8979 12.2519 27.8821 14.6692 29.5165 17.5C35.0394 27.0658 34.476 37.7306 28.2582 41.3205C26.96 42.07 25.518 42.4518 23.9986 42.4998"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOvalLove(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M29.5164 17.5001C35.0393 27.0659 34.4759 37.7307 28.2581 41.3206C22.0403 44.9104 12.5226 40.0659 6.99976 30.5001C1.47691 20.9342 2.04029 10.2694 8.25809 6.67962C14.4759 3.08977 23.9936 7.93428 29.5164 17.5001Z"/><path d="M18.2581 17.5001C12.7353 27.0659 13.2986 37.7307 19.5164 41.3206C25.7342 44.9104 35.2519 40.0659 40.7748 30.5001C46.2976 20.9342 45.7342 10.2694 39.5164 6.67962C33.2986 3.08977 23.7809 7.93428 18.2581 17.5001Z"/><path d="M23.7529 10.3442C25.8979 12.2519 27.8821 14.6692 29.5165 17.5C35.0394 27.0658 34.476 37.7306 28.2582 41.3205C26.96 42.07 25.518 42.4518 23.9986 42.4998"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M29.5164 17.5001C35.0393 27.0659 34.4759 37.7307 28.2581 41.3206C22.0403 44.9104 12.5226 40.0659 6.99976 30.5001C1.47691 20.9342 2.04029 10.2694 8.25809 6.67962C14.4759 3.08977 23.9936 7.93428 29.5164 17.5001Z"/><path d="M18.2581 17.5001C12.7353 27.0659 13.2986 37.7307 19.5164 41.3206C25.7342 44.9104 35.2519 40.0659 40.7748 30.5001C46.2976 20.9342 45.7342 10.2694 39.5164 6.67962C33.2986 3.08977 23.7809 7.93428 18.2581 17.5001Z"/><path d="M23.7529 10.3442C25.8979 12.2519 27.8821 14.6692 29.5165 17.5C35.0394 27.0658 34.476 37.7306 28.2582 41.3205C26.96 42.07 25.518 42.4518 23.9986 42.4998"/></g></svg>
</template>

CSS

.icon-oval-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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M29.5164%2017.5001C35.0393%2027.0659%2034.4759%2037.7307%2028.2581%2041.3206C22.0403%2044.9104%2012.5226%2040.0659%206.99976%2030.5001C1.47691%2020.9342%202.04029%2010.2694%208.25809%206.67962C14.4759%203.08977%2023.9936%207.93428%2029.5164%2017.5001Z%22%2F%3E%3Cpath%20d%3D%22M18.2581%2017.5001C12.7353%2027.0659%2013.2986%2037.7307%2019.5164%2041.3206C25.7342%2044.9104%2035.2519%2040.0659%2040.7748%2030.5001C46.2976%2020.9342%2045.7342%2010.2694%2039.5164%206.67962C33.2986%203.08977%2023.7809%207.93428%2018.2581%2017.5001Z%22%2F%3E%3Cpath%20d%3D%22M23.7529%2010.3442C25.8979%2012.2519%2027.8821%2014.6692%2029.5165%2017.5C35.0394%2027.0658%2034.476%2037.7306%2028.2582%2041.3205C26.96%2042.07%2025.518%2042.4518%2023.9986%2042.4998%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M29.5164%2017.5001C35.0393%2027.0659%2034.4759%2037.7307%2028.2581%2041.3206C22.0403%2044.9104%2012.5226%2040.0659%206.99976%2030.5001C1.47691%2020.9342%202.04029%2010.2694%208.25809%206.67962C14.4759%203.08977%2023.9936%207.93428%2029.5164%2017.5001Z%22%2F%3E%3Cpath%20d%3D%22M18.2581%2017.5001C12.7353%2027.0659%2013.2986%2037.7307%2019.5164%2041.3206C25.7342%2044.9104%2035.2519%2040.0659%2040.7748%2030.5001C46.2976%2020.9342%2045.7342%2010.2694%2039.5164%206.67962C33.2986%203.08977%2023.7809%207.93428%2018.2581%2017.5001Z%22%2F%3E%3Cpath%20d%3D%22M23.7529%2010.3442C25.8979%2012.2519%2027.8821%2014.6692%2029.5165%2017.5C35.0394%2027.0658%2034.476%2037.7306%2028.2582%2041.3205C26.96%2042.07%2025.518%2042.4518%2023.9986%2042.4998%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/oval-love.svg?color=%231a73e8&size=48