venus mars icon
venus-mars from Line Awesome by Icons8 · Line · Genders · Apache-2.0 Free for personal and commercial use.
- Name
- venus-mars
- Set
- Line Awesome
- Style
- Line
- Category
- Genders
- Viewbox
- 32×32
- License
- Apache 2.0
- Aliases
- venus-mars-solid
The same icon in other sets
More genders icons from Line Awesome
Use the venus mars icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3v2h3.563l-3.375 3.406a6.94 6.94 0 0 0-9.125.656A6.94 6.94 0 0 0 11 14c0 1.871.742 3.613 2.063 4.938c.87.87 1.906 1.496 3.062 1.812c.113-.086.242-.18.344-.281c.433-.434.715-.957.875-1.532a4.9 4.9 0 0 1-2.875-1.406A4.96 4.96 0 0 1 13 14c0-1.336.523-2.586 1.469-3.531A4.96 4.96 0 0 1 18 9c1.336 0 2.586.523 3.531 1.469A4.96 4.96 0 0 1 23 14c0 .863-.246 1.672-.656 2.406c.097.516.156 1.059.156 1.594q-.001.746-.125 1.469c.2-.16.379-.348.563-.532C24.258 17.613 25 15.872 25 14a6.96 6.96 0 0 0-1.406-4.188L27 6.438V10h2V3zm-6.125 8.25c-.113.086-.242.18-.344.281a3.43 3.43 0 0 0-.875 1.531a4.9 4.9 0 0 1 2.875 1.407A4.96 4.96 0 0 1 19 18a4.96 4.96 0 0 1-1.469 3.531A4.96 4.96 0 0 1 14 23a4.96 4.96 0 0 1-3.531-1.469A4.96 4.96 0 0 1 9 18c0-.863.246-1.672.656-2.406A8.7 8.7 0 0 1 9.5 14q.001-.746.125-1.469c-.2.16-.379.348-.563.531C7.742 14.387 7 16.13 7 18c0 1.531.504 2.984 1.406 4.188L6.72 23.875l-2-2l-1.438 1.406l2 2l-2 2L4.72 28.72l2-2l2 2l1.406-1.438l-2-2l1.688-1.687a6.94 6.94 0 0 0 9.125-.656A6.94 6.94 0 0 0 21 18c0-1.871-.742-3.613-2.063-4.938c-.87-.87-1.906-1.496-3.062-1.812"/></svg>
React
import type { SVGProps } from "react";
export function LaVenusMars(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="M22 3v2h3.563l-3.375 3.406a6.94 6.94 0 0 0-9.125.656A6.94 6.94 0 0 0 11 14c0 1.871.742 3.613 2.063 4.938c.87.87 1.906 1.496 3.062 1.812c.113-.086.242-.18.344-.281c.433-.434.715-.957.875-1.532a4.9 4.9 0 0 1-2.875-1.406A4.96 4.96 0 0 1 13 14c0-1.336.523-2.586 1.469-3.531A4.96 4.96 0 0 1 18 9c1.336 0 2.586.523 3.531 1.469A4.96 4.96 0 0 1 23 14c0 .863-.246 1.672-.656 2.406c.097.516.156 1.059.156 1.594q-.001.746-.125 1.469c.2-.16.379-.348.563-.532C24.258 17.613 25 15.872 25 14a6.96 6.96 0 0 0-1.406-4.188L27 6.438V10h2V3zm-6.125 8.25c-.113.086-.242.18-.344.281a3.43 3.43 0 0 0-.875 1.531a4.9 4.9 0 0 1 2.875 1.407A4.96 4.96 0 0 1 19 18a4.96 4.96 0 0 1-1.469 3.531A4.96 4.96 0 0 1 14 23a4.96 4.96 0 0 1-3.531-1.469A4.96 4.96 0 0 1 9 18c0-.863.246-1.672.656-2.406A8.7 8.7 0 0 1 9.5 14q.001-.746.125-1.469c-.2.16-.379.348-.563.531C7.742 14.387 7 16.13 7 18c0 1.531.504 2.984 1.406 4.188L6.72 23.875l-2-2l-1.438 1.406l2 2l-2 2L4.72 28.72l2-2l2 2l1.406-1.438l-2-2l1.688-1.687a6.94 6.94 0 0 0 9.125-.656A6.94 6.94 0 0 0 21 18c0-1.871-.742-3.613-2.063-4.938c-.87-.87-1.906-1.496-3.062-1.812"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M22 3v2h3.563l-3.375 3.406a6.94 6.94 0 0 0-9.125.656A6.94 6.94 0 0 0 11 14c0 1.871.742 3.613 2.063 4.938c.87.87 1.906 1.496 3.062 1.812c.113-.086.242-.18.344-.281c.433-.434.715-.957.875-1.532a4.9 4.9 0 0 1-2.875-1.406A4.96 4.96 0 0 1 13 14c0-1.336.523-2.586 1.469-3.531A4.96 4.96 0 0 1 18 9c1.336 0 2.586.523 3.531 1.469A4.96 4.96 0 0 1 23 14c0 .863-.246 1.672-.656 2.406c.097.516.156 1.059.156 1.594q-.001.746-.125 1.469c.2-.16.379-.348.563-.532C24.258 17.613 25 15.872 25 14a6.96 6.96 0 0 0-1.406-4.188L27 6.438V10h2V3zm-6.125 8.25c-.113.086-.242.18-.344.281a3.43 3.43 0 0 0-.875 1.531a4.9 4.9 0 0 1 2.875 1.407A4.96 4.96 0 0 1 19 18a4.96 4.96 0 0 1-1.469 3.531A4.96 4.96 0 0 1 14 23a4.96 4.96 0 0 1-3.531-1.469A4.96 4.96 0 0 1 9 18c0-.863.246-1.672.656-2.406A8.7 8.7 0 0 1 9.5 14q.001-.746.125-1.469c-.2.16-.379.348-.563.531C7.742 14.387 7 16.13 7 18c0 1.531.504 2.984 1.406 4.188L6.72 23.875l-2-2l-1.438 1.406l2 2l-2 2L4.72 28.72l2-2l2 2l1.406-1.438l-2-2l1.688-1.687a6.94 6.94 0 0 0 9.125-.656A6.94 6.94 0 0 0 21 18c0-1.871-.742-3.613-2.063-4.938c-.87-.87-1.906-1.496-3.062-1.812"/></svg> </template>
CSS
.icon-venus-mars {
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%22M22%203v2h3.563l-3.375%203.406a6.94%206.94%200%200%200-9.125.656A6.94%206.94%200%200%200%2011%2014c0%201.871.742%203.613%202.063%204.938c.87.87%201.906%201.496%203.062%201.812c.113-.086.242-.18.344-.281c.433-.434.715-.957.875-1.532a4.9%204.9%200%200%201-2.875-1.406A4.96%204.96%200%200%201%2013%2014c0-1.336.523-2.586%201.469-3.531A4.96%204.96%200%200%201%2018%209c1.336%200%202.586.523%203.531%201.469A4.96%204.96%200%200%201%2023%2014c0%20.863-.246%201.672-.656%202.406c.097.516.156%201.059.156%201.594q-.001.746-.125%201.469c.2-.16.379-.348.563-.532C24.258%2017.613%2025%2015.872%2025%2014a6.96%206.96%200%200%200-1.406-4.188L27%206.438V10h2V3zm-6.125%208.25c-.113.086-.242.18-.344.281a3.43%203.43%200%200%200-.875%201.531a4.9%204.9%200%200%201%202.875%201.407A4.96%204.96%200%200%201%2019%2018a4.96%204.96%200%200%201-1.469%203.531A4.96%204.96%200%200%201%2014%2023a4.96%204.96%200%200%201-3.531-1.469A4.96%204.96%200%200%201%209%2018c0-.863.246-1.672.656-2.406A8.7%208.7%200%200%201%209.5%2014q.001-.746.125-1.469c-.2.16-.379.348-.563.531C7.742%2014.387%207%2016.13%207%2018c0%201.531.504%202.984%201.406%204.188L6.72%2023.875l-2-2l-1.438%201.406l2%202l-2%202L4.72%2028.72l2-2l2%202l1.406-1.438l-2-2l1.688-1.687a6.94%206.94%200%200%200%209.125-.656A6.94%206.94%200%200%200%2021%2018c0-1.871-.742-3.613-2.063-4.938c-.87-.87-1.906-1.496-3.062-1.812%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%22M22%203v2h3.563l-3.375%203.406a6.94%206.94%200%200%200-9.125.656A6.94%206.94%200%200%200%2011%2014c0%201.871.742%203.613%202.063%204.938c.87.87%201.906%201.496%203.062%201.812c.113-.086.242-.18.344-.281c.433-.434.715-.957.875-1.532a4.9%204.9%200%200%201-2.875-1.406A4.96%204.96%200%200%201%2013%2014c0-1.336.523-2.586%201.469-3.531A4.96%204.96%200%200%201%2018%209c1.336%200%202.586.523%203.531%201.469A4.96%204.96%200%200%201%2023%2014c0%20.863-.246%201.672-.656%202.406c.097.516.156%201.059.156%201.594q-.001.746-.125%201.469c.2-.16.379-.348.563-.532C24.258%2017.613%2025%2015.872%2025%2014a6.96%206.96%200%200%200-1.406-4.188L27%206.438V10h2V3zm-6.125%208.25c-.113.086-.242.18-.344.281a3.43%203.43%200%200%200-.875%201.531a4.9%204.9%200%200%201%202.875%201.407A4.96%204.96%200%200%201%2019%2018a4.96%204.96%200%200%201-1.469%203.531A4.96%204.96%200%200%201%2014%2023a4.96%204.96%200%200%201-3.531-1.469A4.96%204.96%200%200%201%209%2018c0-.863.246-1.672.656-2.406A8.7%208.7%200%200%201%209.5%2014q.001-.746.125-1.469c-.2.16-.379.348-.563.531C7.742%2014.387%207%2016.13%207%2018c0%201.531.504%202.984%201.406%204.188L6.72%2023.875l-2-2l-1.438%201.406l2%202l-2%202L4.72%2028.72l2-2l2%202l1.406-1.438l-2-2l1.688-1.687a6.94%206.94%200%200%200%209.125-.656A6.94%206.94%200%200%200%2021%2018c0-1.871-.742-3.613-2.063-4.938c-.87-.87-1.906-1.496-3.062-1.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/venus-mars.svg?color=%231a73e8&size=48