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

Name
venus-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 venus double icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 288a112 112 0 1 0 0-224a112 112 0 1 0 0 224m176-112c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176m-24 142c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112S509.9 64 448 64c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53c29.1-21.4 65.1-34 104-34c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9c-26.6-4.9-51.1-15.7-72-31.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidVenusDouble(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="M192 288a112 112 0 1 0 0-224a112 112 0 1 0 0 224m176-112c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176m-24 142c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112S509.9 64 448 64c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53c29.1-21.4 65.1-34 104-34c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9c-26.6-4.9-51.1-15.7-72-31.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M192 288a112 112 0 1 0 0-224a112 112 0 1 0 0 224m176-112c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9C78.1 334.1 16 262.3 16 176C16 78.8 94.8 0 192 0s176 78.8 176 176m-24 142c14.6-15.6 26.8-33.4 36-53c18.8 14.4 42.4 23 68 23c61.9 0 112-50.1 112-112S509.9 64 448 64c-25.6 0-49.1 8.6-68 23c-9.3-19.5-21.5-37.4-36-53c29.1-21.4 65.1-34 104-34c97.2 0 176 78.8 176 176c0 86.3-62.1 158.1-144 173.1V384h32c17.7 0 32 14.3 32 32s-14.3 32-32 32h-32v32c0 17.7-14.3 32-32 32s-32-14.3-32-32v-32h-32c-17.7 0-32-14.3-32-32s14.3-32 32-32h32v-34.9c-26.6-4.9-51.1-15.7-72-31.1"/></svg>
</template>

CSS

.icon-venus-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%22M192%20288a112%20112%200%201%200%200-224a112%20112%200%201%200%200%20224m176-112c0%2086.3-62.1%20158.1-144%20173.1V384h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32h-32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h32v-34.9C78.1%20334.1%2016%20262.3%2016%20176C16%2078.8%2094.8%200%20192%200s176%2078.8%20176%20176m-24%20142c14.6-15.6%2026.8-33.4%2036-53c18.8%2014.4%2042.4%2023%2068%2023c61.9%200%20112-50.1%20112-112S509.9%2064%20448%2064c-25.6%200-49.1%208.6-68%2023c-9.3-19.5-21.5-37.4-36-53c29.1-21.4%2065.1-34%20104-34c97.2%200%20176%2078.8%20176%20176c0%2086.3-62.1%20158.1-144%20173.1V384h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32h-32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h32v-34.9c-26.6-4.9-51.1-15.7-72-31.1%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%22M192%20288a112%20112%200%201%200%200-224a112%20112%200%201%200%200%20224m176-112c0%2086.3-62.1%20158.1-144%20173.1V384h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32h-32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h32v-34.9C78.1%20334.1%2016%20262.3%2016%20176C16%2078.8%2094.8%200%20192%200s176%2078.8%20176%20176m-24%20142c14.6-15.6%2026.8-33.4%2036-53c18.8%2014.4%2042.4%2023%2068%2023c61.9%200%20112-50.1%20112-112S509.9%2064%20448%2064c-25.6%200-49.1%208.6-68%2023c-9.3-19.5-21.5-37.4-36-53c29.1-21.4%2065.1-34%20104-34c97.2%200%20176%2078.8%20176%20176c0%2086.3-62.1%20158.1-144%20173.1V384h32c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-32v32c0%2017.7-14.3%2032-32%2032s-32-14.3-32-32v-32h-32c-17.7%200-32-14.3-32-32s14.3-32%2032-32h32v-34.9c-26.6-4.9-51.1-15.7-72-31.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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