venus double icon
venus-double from Line Awesome by Icons8 · Line · Genders · Apache-2.0 Free for personal and commercial use.
- Name
- venus-double
- Set
- Line Awesome
- Style
- Line
- Category
- Genders
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- venus-double-solid
The same icon in other sets
More genders icons from Line Awesome
Use the venus double icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 3c-4.41 0-8 3.59-8 8c0 4.07 3.059 7.441 7 7.938V23H6v2h4v4h2v-4h8v4h2v-4h4v-2h-4v-4.063c3.941-.496 7-3.867 7-7.937c0-4.41-3.59-8-8-8c-1.52 0-2.945.45-4.156 1.188c.52.445 1 .949 1.406 1.5A5.94 5.94 0 0 1 21 5c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6c0-.797.156-1.555.438-2.25a5 5 0 0 0-1.407-1.688A7.94 7.94 0 0 0 13 11c0 4.07 3.059 7.441 7 7.938V23h-8v-4.094a8 8 0 0 0 3.156-1.093c-.52-.446-1-.95-1.406-1.5A5.94 5.94 0 0 1 11 17c-3.309 0-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6c0 .797-.156 1.555-.438 2.25a5 5 0 0 0 1.407 1.688A7.94 7.94 0 0 0 19 11c0-4.41-3.59-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function LaVenusDouble(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="M11 3c-4.41 0-8 3.59-8 8c0 4.07 3.059 7.441 7 7.938V23H6v2h4v4h2v-4h8v4h2v-4h4v-2h-4v-4.063c3.941-.496 7-3.867 7-7.937c0-4.41-3.59-8-8-8c-1.52 0-2.945.45-4.156 1.188c.52.445 1 .949 1.406 1.5A5.94 5.94 0 0 1 21 5c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6c0-.797.156-1.555.438-2.25a5 5 0 0 0-1.407-1.688A7.94 7.94 0 0 0 13 11c0 4.07 3.059 7.441 7 7.938V23h-8v-4.094a8 8 0 0 0 3.156-1.093c-.52-.446-1-.95-1.406-1.5A5.94 5.94 0 0 1 11 17c-3.309 0-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6c0 .797-.156 1.555-.438 2.25a5 5 0 0 0 1.407 1.688A7.94 7.94 0 0 0 19 11c0-4.41-3.59-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M11 3c-4.41 0-8 3.59-8 8c0 4.07 3.059 7.441 7 7.938V23H6v2h4v4h2v-4h8v4h2v-4h4v-2h-4v-4.063c3.941-.496 7-3.867 7-7.937c0-4.41-3.59-8-8-8c-1.52 0-2.945.45-4.156 1.188c.52.445 1 .949 1.406 1.5A5.94 5.94 0 0 1 21 5c3.309 0 6 2.691 6 6s-2.691 6-6 6s-6-2.691-6-6c0-.797.156-1.555.438-2.25a5 5 0 0 0-1.407-1.688A7.94 7.94 0 0 0 13 11c0 4.07 3.059 7.441 7 7.938V23h-8v-4.094a8 8 0 0 0 3.156-1.093c-.52-.446-1-.95-1.406-1.5A5.94 5.94 0 0 1 11 17c-3.309 0-6-2.691-6-6s2.691-6 6-6s6 2.691 6 6c0 .797-.156 1.555-.438 2.25a5 5 0 0 0 1.407 1.688A7.94 7.94 0 0 0 19 11c0-4.41-3.59-8-8-8"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11%203c-4.41%200-8%203.59-8%208c0%204.07%203.059%207.441%207%207.938V23H6v2h4v4h2v-4h8v4h2v-4h4v-2h-4v-4.063c3.941-.496%207-3.867%207-7.937c0-4.41-3.59-8-8-8c-1.52%200-2.945.45-4.156%201.188c.52.445%201%20.949%201.406%201.5A5.94%205.94%200%200%201%2021%205c3.309%200%206%202.691%206%206s-2.691%206-6%206s-6-2.691-6-6c0-.797.156-1.555.438-2.25a5%205%200%200%200-1.407-1.688A7.94%207.94%200%200%200%2013%2011c0%204.07%203.059%207.441%207%207.938V23h-8v-4.094a8%208%200%200%200%203.156-1.093c-.52-.446-1-.95-1.406-1.5A5.94%205.94%200%200%201%2011%2017c-3.309%200-6-2.691-6-6s2.691-6%206-6s6%202.691%206%206c0%20.797-.156%201.555-.438%202.25a5%205%200%200%200%201.407%201.688A7.94%207.94%200%200%200%2019%2011c0-4.41-3.59-8-8-8%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%22M11%203c-4.41%200-8%203.59-8%208c0%204.07%203.059%207.441%207%207.938V23H6v2h4v4h2v-4h8v4h2v-4h4v-2h-4v-4.063c3.941-.496%207-3.867%207-7.937c0-4.41-3.59-8-8-8c-1.52%200-2.945.45-4.156%201.188c.52.445%201%20.949%201.406%201.5A5.94%205.94%200%200%201%2021%205c3.309%200%206%202.691%206%206s-2.691%206-6%206s-6-2.691-6-6c0-.797.156-1.555.438-2.25a5%205%200%200%200-1.407-1.688A7.94%207.94%200%200%200%2013%2011c0%204.07%203.059%207.441%207%207.938V23h-8v-4.094a8%208%200%200%200%203.156-1.093c-.52-.446-1-.95-1.406-1.5A5.94%205.94%200%200%201%2011%2017c-3.309%200-6-2.691-6-6s2.691-6%206-6s6%202.691%206%206c0%20.797-.156%201.555-.438%202.25a5%205%200%200%200%201.407%201.688A7.94%207.94%200%200%200%2019%2011c0-4.41-3.59-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/venus-double.svg?color=%231a73e8&size=48