mars and venus burst icon
mars-and-venus-burst from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- mars-and-venus-burst
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 640×512
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome 6 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 512"><path fill="currentColor" d="M504 0c-9.7 0-18.5 5.8-22.2 14.8S480.1 34.1 487 41l39 39l-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8v23.8h-24c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v31.9c0 .1 0 0 0 0h24h-24c0 13.3 10.7 24 24 24s24-10.7 24-24h-24h24v-31.9h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24V384c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4l24.7-24.7l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2v-112c0-13.3-10.7-24-24-24zM400 128a96 96 0 1 1 0 192a96 96 0 1 1 0-192M190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2l-60.1 18.3z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidMarsAndVenusBurst(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M504 0c-9.7 0-18.5 5.8-22.2 14.8S480.1 34.1 487 41l39 39l-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8v23.8h-24c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v31.9c0 .1 0 0 0 0h24h-24c0 13.3 10.7 24 24 24s24-10.7 24-24h-24h24v-31.9h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24V384c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4l24.7-24.7l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2v-112c0-13.3-10.7-24-24-24zM400 128a96 96 0 1 1 0 192a96 96 0 1 1 0-192M190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2l-60.1 18.3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M504 0c-9.7 0-18.5 5.8-22.2 14.8S480.1 34.1 487 41l39 39l-22.2 22.2C475.9 78.4 439.6 64 400 64c-88.4 0-160 71.6-160 160c0 80.2 59.1 146.7 136.1 158.2c0 .6-.1 1.2-.1 1.8v23.8h-24c-13.3 0-24 10.7-24 24s10.7 24 24 24h24v31.9c0 .1 0 0 0 0h24h-24c0 13.3 10.7 24 24 24s24-10.7 24-24h-24h24v-31.9h24c13.3 0 24-10.7 24-24s-10.7-24-24-24h-24V384c0-.6 0-1.2-.1-1.8c77-11.6 136.1-78 136.1-158.2c0-31.4-9-60.7-24.7-85.4l24.7-24.7l39 39c6.9 6.9 17.2 8.9 26.2 5.2s14.8-12.5 14.8-22.2v-112c0-13.3-10.7-24-24-24zM400 128a96 96 0 1 1 0 192a96 96 0 1 1 0-192M190.9 18.1C188.4 12 182.6 8 176 8s-12.4 4-14.9 10.1l-29.4 74l-76.1-23.2c-6.3-1.9-13.1.2-17.2 5.3S33.8 86.4 37 92.1l39.5 69.1l-65.6 45.2c-5.4 3.7-8 10.3-6.5 16.7s6.7 11.2 13.1 12.2l78.7 12.2l-5.6 79.5c-.5 6.5 3.1 12.7 9 15.5s12.9 1.8 17.8-2.6l58.6-53.8l58.6 53.9c4.1 3.8 9.9 5.1 15.2 3.6C223.6 310.8 208 269.2 208 224c0-60.8 28.3-115 72.4-150.2l-60.1 18.3z"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M504%200c-9.7%200-18.5%205.8-22.2%2014.8S480.1%2034.1%20487%2041l39%2039l-22.2%2022.2C475.9%2078.4%20439.6%2064%20400%2064c-88.4%200-160%2071.6-160%20160c0%2080.2%2059.1%20146.7%20136.1%20158.2c0%20.6-.1%201.2-.1%201.8v23.8h-24c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h24v31.9c0%20.1%200%200%200%200h24h-24c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24h-24h24v-31.9h24c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-24V384c0-.6%200-1.2-.1-1.8c77-11.6%20136.1-78%20136.1-158.2c0-31.4-9-60.7-24.7-85.4l24.7-24.7l39%2039c6.9%206.9%2017.2%208.9%2026.2%205.2s14.8-12.5%2014.8-22.2v-112c0-13.3-10.7-24-24-24zM400%20128a96%2096%200%201%201%200%20192a96%2096%200%201%201%200-192M190.9%2018.1C188.4%2012%20182.6%208%20176%208s-12.4%204-14.9%2010.1l-29.4%2074l-76.1-23.2c-6.3-1.9-13.1.2-17.2%205.3S33.8%2086.4%2037%2092.1l39.5%2069.1l-65.6%2045.2c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.5c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l58.6-53.8l58.6%2053.9c4.1%203.8%209.9%205.1%2015.2%203.6C223.6%20310.8%20208%20269.2%20208%20224c0-60.8%2028.3-115%2072.4-150.2l-60.1%2018.3z%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M504%200c-9.7%200-18.5%205.8-22.2%2014.8S480.1%2034.1%20487%2041l39%2039l-22.2%2022.2C475.9%2078.4%20439.6%2064%20400%2064c-88.4%200-160%2071.6-160%20160c0%2080.2%2059.1%20146.7%20136.1%20158.2c0%20.6-.1%201.2-.1%201.8v23.8h-24c-13.3%200-24%2010.7-24%2024s10.7%2024%2024%2024h24v31.9c0%20.1%200%200%200%200h24h-24c0%2013.3%2010.7%2024%2024%2024s24-10.7%2024-24h-24h24v-31.9h24c13.3%200%2024-10.7%2024-24s-10.7-24-24-24h-24V384c0-.6%200-1.2-.1-1.8c77-11.6%20136.1-78%20136.1-158.2c0-31.4-9-60.7-24.7-85.4l24.7-24.7l39%2039c6.9%206.9%2017.2%208.9%2026.2%205.2s14.8-12.5%2014.8-22.2v-112c0-13.3-10.7-24-24-24zM400%20128a96%2096%200%201%201%200%20192a96%2096%200%201%201%200-192M190.9%2018.1C188.4%2012%20182.6%208%20176%208s-12.4%204-14.9%2010.1l-29.4%2074l-76.1-23.2c-6.3-1.9-13.1.2-17.2%205.3S33.8%2086.4%2037%2092.1l39.5%2069.1l-65.6%2045.2c-5.4%203.7-8%2010.3-6.5%2016.7s6.7%2011.2%2013.1%2012.2l78.7%2012.2l-5.6%2079.5c-.5%206.5%203.1%2012.7%209%2015.5s12.9%201.8%2017.8-2.6l58.6-53.8l58.6%2053.9c4.1%203.8%209.9%205.1%2015.2%203.6C223.6%20310.8%20208%20269.2%20208%20224c0-60.8%2028.3-115%2072.4-150.2l-60.1%2018.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/mars-and-venus-burst.svg?color=%231a73e8&size=48