mars double icon

mars-double from Line Awesome by Icons8 · Line · Genders · Apache-2.0 Free for personal and commercial use.

Name
mars-double
Set
Line Awesome
Style
Line
Category
Genders
Viewbox
32×32
License
Apache 2.0
Aliases
mars-double-solid

The same icon in other sets

More genders icons from Line Awesome

Use the mars double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 3v2h5.563l-5.407 5.406C12.957 9.512 11.523 9 10 9a6.94 6.94 0 0 0-4.938 2.063A6.94 6.94 0 0 0 3 16c0 1.871.742 3.613 2.063 4.938a6.94 6.94 0 0 0 9.875 0a7 7 0 0 0 1.75-2.844a4.2 4.2 0 0 0-2.313.281a4.9 4.9 0 0 1-.844 1.156A4.96 4.96 0 0 1 10 21a4.96 4.96 0 0 1-3.531-1.469A4.96 4.96 0 0 1 5 16c0-1.336.523-2.586 1.469-3.531A4.96 4.96 0 0 1 10 11c1.336 0 2.586.523 3.531 1.469a4.9 4.9 0 0 1 1.094 1.656a8 8 0 0 1 2.094-.094c-.23-.793-.63-1.52-1.125-2.187L21 6.438V11h4.563l-5.407 5.406C18.957 15.512 17.523 15 16 15a6.94 6.94 0 0 0-4.938 2.063a7 7 0 0 0-1.75 2.843c.774.125 1.59.028 2.313-.281a4.9 4.9 0 0 1 .844-1.156A4.96 4.96 0 0 1 16 17c1.336 0 2.586.523 3.531 1.469A4.96 4.96 0 0 1 21 22a4.96 4.96 0 0 1-1.469 3.531A4.96 4.96 0 0 1 16 27a4.96 4.96 0 0 1-3.531-1.469a4.9 4.9 0 0 1-1.094-1.656a8 8 0 0 1-2.094.094a6.9 6.9 0 0 0 1.781 2.968a6.94 6.94 0 0 0 9.876 0A6.94 6.94 0 0 0 23 22c0-1.523-.512-2.957-1.406-4.156L27 12.437V18h2V9h-6V3z"/></svg>

React

import type { SVGProps } from "react";

export function LaMarsDouble(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 3v2h5.563l-5.407 5.406C12.957 9.512 11.523 9 10 9a6.94 6.94 0 0 0-4.938 2.063A6.94 6.94 0 0 0 3 16c0 1.871.742 3.613 2.063 4.938a6.94 6.94 0 0 0 9.875 0a7 7 0 0 0 1.75-2.844a4.2 4.2 0 0 0-2.313.281a4.9 4.9 0 0 1-.844 1.156A4.96 4.96 0 0 1 10 21a4.96 4.96 0 0 1-3.531-1.469A4.96 4.96 0 0 1 5 16c0-1.336.523-2.586 1.469-3.531A4.96 4.96 0 0 1 10 11c1.336 0 2.586.523 3.531 1.469a4.9 4.9 0 0 1 1.094 1.656a8 8 0 0 1 2.094-.094c-.23-.793-.63-1.52-1.125-2.187L21 6.438V11h4.563l-5.407 5.406C18.957 15.512 17.523 15 16 15a6.94 6.94 0 0 0-4.938 2.063a7 7 0 0 0-1.75 2.843c.774.125 1.59.028 2.313-.281a4.9 4.9 0 0 1 .844-1.156A4.96 4.96 0 0 1 16 17c1.336 0 2.586.523 3.531 1.469A4.96 4.96 0 0 1 21 22a4.96 4.96 0 0 1-1.469 3.531A4.96 4.96 0 0 1 16 27a4.96 4.96 0 0 1-3.531-1.469a4.9 4.9 0 0 1-1.094-1.656a8 8 0 0 1-2.094.094a6.9 6.9 0 0 0 1.781 2.968a6.94 6.94 0 0 0 9.876 0A6.94 6.94 0 0 0 23 22c0-1.523-.512-2.957-1.406-4.156L27 12.437V18h2V9h-6V3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 3v2h5.563l-5.407 5.406C12.957 9.512 11.523 9 10 9a6.94 6.94 0 0 0-4.938 2.063A6.94 6.94 0 0 0 3 16c0 1.871.742 3.613 2.063 4.938a6.94 6.94 0 0 0 9.875 0a7 7 0 0 0 1.75-2.844a4.2 4.2 0 0 0-2.313.281a4.9 4.9 0 0 1-.844 1.156A4.96 4.96 0 0 1 10 21a4.96 4.96 0 0 1-3.531-1.469A4.96 4.96 0 0 1 5 16c0-1.336.523-2.586 1.469-3.531A4.96 4.96 0 0 1 10 11c1.336 0 2.586.523 3.531 1.469a4.9 4.9 0 0 1 1.094 1.656a8 8 0 0 1 2.094-.094c-.23-.793-.63-1.52-1.125-2.187L21 6.438V11h4.563l-5.407 5.406C18.957 15.512 17.523 15 16 15a6.94 6.94 0 0 0-4.938 2.063a7 7 0 0 0-1.75 2.843c.774.125 1.59.028 2.313-.281a4.9 4.9 0 0 1 .844-1.156A4.96 4.96 0 0 1 16 17c1.336 0 2.586.523 3.531 1.469A4.96 4.96 0 0 1 21 22a4.96 4.96 0 0 1-1.469 3.531A4.96 4.96 0 0 1 16 27a4.96 4.96 0 0 1-3.531-1.469a4.9 4.9 0 0 1-1.094-1.656a8 8 0 0 1-2.094.094a6.9 6.9 0 0 0 1.781 2.968a6.94 6.94 0 0 0 9.876 0A6.94 6.94 0 0 0 23 22c0-1.523-.512-2.957-1.406-4.156L27 12.437V18h2V9h-6V3z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203v2h5.563l-5.407%205.406C12.957%209.512%2011.523%209%2010%209a6.94%206.94%200%200%200-4.938%202.063A6.94%206.94%200%200%200%203%2016c0%201.871.742%203.613%202.063%204.938a6.94%206.94%200%200%200%209.875%200a7%207%200%200%200%201.75-2.844a4.2%204.2%200%200%200-2.313.281a4.9%204.9%200%200%201-.844%201.156A4.96%204.96%200%200%201%2010%2021a4.96%204.96%200%200%201-3.531-1.469A4.96%204.96%200%200%201%205%2016c0-1.336.523-2.586%201.469-3.531A4.96%204.96%200%200%201%2010%2011c1.336%200%202.586.523%203.531%201.469a4.9%204.9%200%200%201%201.094%201.656a8%208%200%200%201%202.094-.094c-.23-.793-.63-1.52-1.125-2.187L21%206.438V11h4.563l-5.407%205.406C18.957%2015.512%2017.523%2015%2016%2015a6.94%206.94%200%200%200-4.938%202.063a7%207%200%200%200-1.75%202.843c.774.125%201.59.028%202.313-.281a4.9%204.9%200%200%201%20.844-1.156A4.96%204.96%200%200%201%2016%2017c1.336%200%202.586.523%203.531%201.469A4.96%204.96%200%200%201%2021%2022a4.96%204.96%200%200%201-1.469%203.531A4.96%204.96%200%200%201%2016%2027a4.96%204.96%200%200%201-3.531-1.469a4.9%204.9%200%200%201-1.094-1.656a8%208%200%200%201-2.094.094a6.9%206.9%200%200%200%201.781%202.968a6.94%206.94%200%200%200%209.876%200A6.94%206.94%200%200%200%2023%2022c0-1.523-.512-2.957-1.406-4.156L27%2012.437V18h2V9h-6V3z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%203v2h5.563l-5.407%205.406C12.957%209.512%2011.523%209%2010%209a6.94%206.94%200%200%200-4.938%202.063A6.94%206.94%200%200%200%203%2016c0%201.871.742%203.613%202.063%204.938a6.94%206.94%200%200%200%209.875%200a7%207%200%200%200%201.75-2.844a4.2%204.2%200%200%200-2.313.281a4.9%204.9%200%200%201-.844%201.156A4.96%204.96%200%200%201%2010%2021a4.96%204.96%200%200%201-3.531-1.469A4.96%204.96%200%200%201%205%2016c0-1.336.523-2.586%201.469-3.531A4.96%204.96%200%200%201%2010%2011c1.336%200%202.586.523%203.531%201.469a4.9%204.9%200%200%201%201.094%201.656a8%208%200%200%201%202.094-.094c-.23-.793-.63-1.52-1.125-2.187L21%206.438V11h4.563l-5.407%205.406C18.957%2015.512%2017.523%2015%2016%2015a6.94%206.94%200%200%200-4.938%202.063a7%207%200%200%200-1.75%202.843c.774.125%201.59.028%202.313-.281a4.9%204.9%200%200%201%20.844-1.156A4.96%204.96%200%200%201%2016%2017c1.336%200%202.586.523%203.531%201.469A4.96%204.96%200%200%201%2021%2022a4.96%204.96%200%200%201-1.469%203.531A4.96%204.96%200%200%201%2016%2027a4.96%204.96%200%200%201-3.531-1.469a4.9%204.9%200%200%201-1.094-1.656a8%208%200%200%201-2.094.094a6.9%206.9%200%200%200%201.781%202.968a6.94%206.94%200%200%200%209.876%200A6.94%206.94%200%200%200%2023%2022c0-1.523-.512-2.957-1.406-4.156L27%2012.437V18h2V9h-6V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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