mars and venus burst icon

mars-and-venus-burst from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.

Name
mars-and-venus-burst
Set
Font Awesome Solid
Style
Solid
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome Solid

Use the mars and venus burst icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 32c0 17.7 14.3 32 32 32h34.7l-63 63c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176c0 86.3 62.1 158.1 144 173.1V480h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-34.9c81.9-15 144-86.8 144-173.1c0-37-11.4-71.4-31-99.8l63-63v34.7c0 17.7 14.3 32 32 32s32-14.3 32-32v-112c0-17.7-14.3-32-32-32L496 0c-17.7 0-32 14.3-32 32m-96 128c61.9 0 112 50.1 112 112s-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112M190.9 42.1C188.4 36 182.6 32 176 32s-12.4 4-14.9 10.1l-29.4 74L55.5 93c-6.3-1.9-13.1.2-17.2 5.3s-4.5 12.2-1.3 17.9l39.5 69.1l-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.4c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l34.7-31.8c-5.3-19.1-8.1-39.2-8.1-60c0-65.4 28-124.2 72.6-165.1z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidMarsAndVenusBurst(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 32c0 17.7 14.3 32 32 32h34.7l-63 63c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176c0 86.3 62.1 158.1 144 173.1V480h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-34.9c81.9-15 144-86.8 144-173.1c0-37-11.4-71.4-31-99.8l63-63v34.7c0 17.7 14.3 32 32 32s32-14.3 32-32v-112c0-17.7-14.3-32-32-32L496 0c-17.7 0-32 14.3-32 32m-96 128c61.9 0 112 50.1 112 112s-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112M190.9 42.1C188.4 36 182.6 32 176 32s-12.4 4-14.9 10.1l-29.4 74L55.5 93c-6.3-1.9-13.1.2-17.2 5.3s-4.5 12.2-1.3 17.9l39.5 69.1l-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.4c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l34.7-31.8c-5.3-19.1-8.1-39.2-8.1-60c0-65.4 28-124.2 72.6-165.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M464 32c0 17.7 14.3 32 32 32h34.7l-63 63c-28.4-19.5-62.7-31-99.8-31c-97.2 0-176 78.8-176 176c0 86.3 62.1 158.1 144 173.1V480h-32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32v32c0 17.7 14.3 32 32 32s32-14.3 32-32v-32h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32v-34.9c81.9-15 144-86.8 144-173.1c0-37-11.4-71.4-31-99.8l63-63v34.7c0 17.7 14.3 32 32 32s32-14.3 32-32v-112c0-17.7-14.3-32-32-32L496 0c-17.7 0-32 14.3-32 32m-96 128c61.9 0 112 50.1 112 112s-50.1 112-112 112s-112-50.1-112-112s50.1-112 112-112M190.9 42.1C188.4 36 182.6 32 176 32s-12.4 4-14.9 10.1l-29.4 74L55.5 93c-6.3-1.9-13.1.2-17.2 5.3s-4.5 12.2-1.3 17.9l39.5 69.1l-65.6 45.1c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.4c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l34.7-31.8c-5.3-19.1-8.1-39.2-8.1-60c0-65.4 28-124.2 72.6-165.1z"/></svg>
</template>

CSS

.icon-mars-and-venus-burst {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%2032c0%2017.7%2014.3%2032%2032%2032h34.7l-63%2063c-28.4-19.5-62.7-31-99.8-31c-97.2%200-176%2078.8-176%20176c0%2086.3%2062.1%20158.1%20144%20173.1V480h-32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-32h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-32v-34.9c81.9-15%20144-86.8%20144-173.1c0-37-11.4-71.4-31-99.8l63-63v34.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-112c0-17.7-14.3-32-32-32L496%200c-17.7%200-32%2014.3-32%2032m-96%20128c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112s-112-50.1-112-112s50.1-112%20112-112M190.9%2042.1C188.4%2036%20182.6%2032%20176%2032s-12.4%204-14.9%2010.1l-29.4%2074L55.5%2093c-6.3-1.9-13.1.2-17.2%205.3s-4.5%2012.2-1.3%2017.9l39.5%2069.1l-65.6%2045.1c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.4c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l34.7-31.8c-5.3-19.1-8.1-39.2-8.1-60c0-65.4%2028-124.2%2072.6-165.1z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M464%2032c0%2017.7%2014.3%2032%2032%2032h34.7l-63%2063c-28.4-19.5-62.7-31-99.8-31c-97.2%200-176%2078.8-176%20176c0%2086.3%2062.1%20158.1%20144%20173.1V480h-32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32v32c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-32h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-32v-34.9c81.9-15%20144-86.8%20144-173.1c0-37-11.4-71.4-31-99.8l63-63v34.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-112c0-17.7-14.3-32-32-32L496%200c-17.7%200-32%2014.3-32%2032m-96%20128c61.9%200%20112%2050.1%20112%20112s-50.1%20112-112%20112s-112-50.1-112-112s50.1-112%20112-112M190.9%2042.1C188.4%2036%20182.6%2032%20176%2032s-12.4%204-14.9%2010.1l-29.4%2074L55.5%2093c-6.3-1.9-13.1.2-17.2%205.3s-4.5%2012.2-1.3%2017.9l39.5%2069.1l-65.6%2045.1c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.4c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l34.7-31.8c-5.3-19.1-8.1-39.2-8.1-60c0-65.4%2028-124.2%2072.6-165.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/mars-and-venus-burst.svg?color=%231a73e8&size=48