mars-double from Font Awesome 6 Solid by Dave Gandy · Regular · Genders · CC-BY-4.0 Attribution required.

Name
mars-double
Set
Font Awesome 6 Solid
Style
Regular
Category
Genders
Viewbox
640×512
License
CC BY 4.0

The same icon in other sets

More genders icons from Font Awesome 6 Solid

Use the mars double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M312 32c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l33.4 33.4l-52.6 52.6c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2S448 177.7 448 168V56c0-13.3-10.7-24-24-24zM64 304a112 112 0 1 1 224 0a112 112 0 1 1-224 0m304 176c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2S640 177.7 640 168V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9v.4c0 6.2 2.5 12.2 7 16.8l33.4 33.4l-40.4 40.3V168c0 22.6-13.6 43.1-34.6 51.7c-.8.3-1.7.7-2.5 1c22.8 20.5 37.1 50.2 37.1 83.3c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidMarsDouble(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="M312 32c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l33.4 33.4l-52.6 52.6c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2S448 177.7 448 168V56c0-13.3-10.7-24-24-24zM64 304a112 112 0 1 1 224 0a112 112 0 1 1-224 0m304 176c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2S640 177.7 640 168V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9v.4c0 6.2 2.5 12.2 7 16.8l33.4 33.4l-40.4 40.3V168c0 22.6-13.6 43.1-34.6 51.7c-.8.3-1.7.7-2.5 1c22.8 20.5 37.1 50.2 37.1 83.3c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M312 32c-9.7 0-18.5 5.8-22.2 14.8S288.1 66.1 295 73l33.4 33.4l-52.6 52.6c-28.4-19.5-62.7-31-99.8-31C78.8 128 0 206.8 0 304s78.8 176 176 176s176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407 185c6.9 6.9 17.2 8.9 26.2 5.2S448 177.7 448 168V56c0-13.3-10.7-24-24-24zM64 304a112 112 0 1 1 224 0a112 112 0 1 1-224 0m304 176c97.2 0 176-78.8 176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599 185c6.9 6.9 17.2 8.9 26.2 5.2S640 177.7 640 168V56c0-13.3-10.7-24-24-24H504c-9.7 0-18.5 5.8-22.2 14.8c-1.2 2.9-1.8 6-1.8 9v.4c0 6.2 2.5 12.2 7 16.8l33.4 33.4l-40.4 40.3V168c0 22.6-13.6 43.1-34.6 51.7c-.8.3-1.7.7-2.5 1c22.8 20.5 37.1 50.2 37.1 83.3c0 61.9-50.1 112-112 112c-5.4 0-10.8-.4-16-1.1c-12.9 20.4-29.1 38.3-48.1 53.1c19.8 7.8 41.4 12 64 12z"/></svg>
</template>

CSS

.icon-mars-double {
  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%22M312%2032c-9.7%200-18.5%205.8-22.2%2014.8S288.1%2066.1%20295%2073l33.4%2033.4l-52.6%2052.6c-28.4-19.5-62.7-31-99.8-31C78.8%20128%200%20206.8%200%20304s78.8%20176%20176%20176s176-78.8%20176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407%20185c6.9%206.9%2017.2%208.9%2026.2%205.2S448%20177.7%20448%20168V56c0-13.3-10.7-24-24-24zM64%20304a112%20112%200%201%201%20224%200a112%20112%200%201%201-224%200m304%20176c97.2%200%20176-78.8%20176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599%20185c6.9%206.9%2017.2%208.9%2026.2%205.2S640%20177.7%20640%20168V56c0-13.3-10.7-24-24-24H504c-9.7%200-18.5%205.8-22.2%2014.8c-1.2%202.9-1.8%206-1.8%209v.4c0%206.2%202.5%2012.2%207%2016.8l33.4%2033.4l-40.4%2040.3V168c0%2022.6-13.6%2043.1-34.6%2051.7c-.8.3-1.7.7-2.5%201c22.8%2020.5%2037.1%2050.2%2037.1%2083.3c0%2061.9-50.1%20112-112%20112c-5.4%200-10.8-.4-16-1.1c-12.9%2020.4-29.1%2038.3-48.1%2053.1c19.8%207.8%2041.4%2012%2064%2012z%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%22M312%2032c-9.7%200-18.5%205.8-22.2%2014.8S288.1%2066.1%20295%2073l33.4%2033.4l-52.6%2052.6c-28.4-19.5-62.7-31-99.8-31C78.8%20128%200%20206.8%200%20304s78.8%20176%20176%20176s176-78.8%20176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L407%20185c6.9%206.9%2017.2%208.9%2026.2%205.2S448%20177.7%20448%20168V56c0-13.3-10.7-24-24-24zM64%20304a112%20112%200%201%201%20224%200a112%20112%200%201%201-224%200m304%20176c97.2%200%20176-78.8%20176-176c0-37-11.4-71.4-31-99.8l52.6-52.6L599%20185c6.9%206.9%2017.2%208.9%2026.2%205.2S640%20177.7%20640%20168V56c0-13.3-10.7-24-24-24H504c-9.7%200-18.5%205.8-22.2%2014.8c-1.2%202.9-1.8%206-1.8%209v.4c0%206.2%202.5%2012.2%207%2016.8l33.4%2033.4l-40.4%2040.3V168c0%2022.6-13.6%2043.1-34.6%2051.7c-.8.3-1.7.7-2.5%201c22.8%2020.5%2037.1%2050.2%2037.1%2083.3c0%2061.9-50.1%20112-112%20112c-5.4%200-10.8-.4-16-1.1c-12.9%2020.4-29.1%2038.3-48.1%2053.1c19.8%207.8%2041.4%2012%2064%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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