love2d from Devicon by konpa · Original · MIT Free for personal and commercial use.

Name
love2d
Set
Devicon
Style
Original
Viewbox
128×128
License
MIT

Use the love2d logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e74a99" d="M106.23 15.595c-.016-.015-.034-.025-.05-.04C86.066-1.712 57.648-4.776 34.131 7.233C10.63 19.235-2.749 46 .476 71.94c2.252 18.127 12.359 34.022 26.796 44.235c0 0 39.797-35.537 50.365-48.148c9.912-11.837 31.554-49.638 31.554-49.638a63 63 0 0 0-2.962-2.793z"/><path fill="#27aae1" d="M27.273 116.174a65 65 0 0 0 22.37 10.161c25.488 6.103 52.97-4.98 67.55-26.586c17.185-25.473 13.406-59.878-8.001-81.36L68.444 67.03l-41.171 49.143z"/><path fill="#fff" d="M66.05 47.945s-6.1-13.346-18.796-10.309C34.559 40.675 8.045 66.604 64.059 98.863h-.045c56.013-32.26 29.502-58.187 16.806-61.227C68.123 34.6 62.024 47.945 62.024 47.945Z"/></svg>

React

import type { SVGProps } from "react";

export function DeviconLove2d(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e74a99" d="M106.23 15.595c-.016-.015-.034-.025-.05-.04C86.066-1.712 57.648-4.776 34.131 7.233C10.63 19.235-2.749 46 .476 71.94c2.252 18.127 12.359 34.022 26.796 44.235c0 0 39.797-35.537 50.365-48.148c9.912-11.837 31.554-49.638 31.554-49.638a63 63 0 0 0-2.962-2.793z"/><path fill="#27aae1" d="M27.273 116.174a65 65 0 0 0 22.37 10.161c25.488 6.103 52.97-4.98 67.55-26.586c17.185-25.473 13.406-59.878-8.001-81.36L68.444 67.03l-41.171 49.143z"/><path fill="#fff" d="M66.05 47.945s-6.1-13.346-18.796-10.309C34.559 40.675 8.045 66.604 64.059 98.863h-.045c56.013-32.26 29.502-58.187 16.806-61.227C68.123 34.6 62.024 47.945 62.024 47.945Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#e74a99" d="M106.23 15.595c-.016-.015-.034-.025-.05-.04C86.066-1.712 57.648-4.776 34.131 7.233C10.63 19.235-2.749 46 .476 71.94c2.252 18.127 12.359 34.022 26.796 44.235c0 0 39.797-35.537 50.365-48.148c9.912-11.837 31.554-49.638 31.554-49.638a63 63 0 0 0-2.962-2.793z"/><path fill="#27aae1" d="M27.273 116.174a65 65 0 0 0 22.37 10.161c25.488 6.103 52.97-4.98 67.55-26.586c17.185-25.473 13.406-59.878-8.001-81.36L68.444 67.03l-41.171 49.143z"/><path fill="#fff" d="M66.05 47.945s-6.1-13.346-18.796-10.309C34.559 40.675 8.045 66.604 64.059 98.863h-.045c56.013-32.26 29.502-58.187 16.806-61.227C68.123 34.6 62.024 47.945 62.024 47.945Z"/></svg>
</template>

CSS

.icon-love2d {
  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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e74a99%22%20d%3D%22M106.23%2015.595c-.016-.015-.034-.025-.05-.04C86.066-1.712%2057.648-4.776%2034.131%207.233C10.63%2019.235-2.749%2046%20.476%2071.94c2.252%2018.127%2012.359%2034.022%2026.796%2044.235c0%200%2039.797-35.537%2050.365-48.148c9.912-11.837%2031.554-49.638%2031.554-49.638a63%2063%200%200%200-2.962-2.793z%22%2F%3E%3Cpath%20fill%3D%22%2327aae1%22%20d%3D%22M27.273%20116.174a65%2065%200%200%200%2022.37%2010.161c25.488%206.103%2052.97-4.98%2067.55-26.586c17.185-25.473%2013.406-59.878-8.001-81.36L68.444%2067.03l-41.171%2049.143z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M66.05%2047.945s-6.1-13.346-18.796-10.309C34.559%2040.675%208.045%2066.604%2064.059%2098.863h-.045c56.013-32.26%2029.502-58.187%2016.806-61.227C68.123%2034.6%2062.024%2047.945%2062.024%2047.945Z%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23e74a99%22%20d%3D%22M106.23%2015.595c-.016-.015-.034-.025-.05-.04C86.066-1.712%2057.648-4.776%2034.131%207.233C10.63%2019.235-2.749%2046%20.476%2071.94c2.252%2018.127%2012.359%2034.022%2026.796%2044.235c0%200%2039.797-35.537%2050.365-48.148c9.912-11.837%2031.554-49.638%2031.554-49.638a63%2063%200%200%200-2.962-2.793z%22%2F%3E%3Cpath%20fill%3D%22%2327aae1%22%20d%3D%22M27.273%20116.174a65%2065%200%200%200%2022.37%2010.161c25.488%206.103%2052.97-4.98%2067.55-26.586c17.185-25.473%2013.406-59.878-8.001-81.36L68.444%2067.03l-41.171%2049.143z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M66.05%2047.945s-6.1-13.346-18.796-10.309C34.559%2040.675%208.045%2066.604%2064.059%2098.863h-.045c56.013-32.26%2029.502-58.187%2016.806-61.227C68.123%2034.6%2062.024%2047.945%2062.024%2047.945Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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