men icon
men-bold-duotone from Solar by 480 Design · Bold Duotone · Astronomy · CC-BY-4.0 Attribution required.
- Name
- men-bold-duotone
- Set
- Solar
- Style
- Bold Duotone
- Category
- Astronomy
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More astronomy icons from Solar
asteroid-boldatom-boldblack-hole-2-boldblack-hole-3-boldblack-hole-boldearth-boldinfinite-boldplanet-2-boldplanet-3-boldplanet-4-boldplanet-boldrocket-2-boldrocket-boldsatellite-boldstar-2-boldstar-angle-boldstar-circle-boldstar-fall-2-boldstar-fall-boldstar-fall-minimalistic-2-boldstar-fall-minimalistic-boldstar-rainbow-boldstar-ring-boldstar-rings-bold
Use the men icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="10" cy="14" r="8" opacity=".5"/><path d="M16.9998 1.25C16.5856 1.25 16.2498 1.58579 16.2498 2C16.2498 2.41421 16.5856 2.75 16.9998 2.75H20.1891L15.1016 7.83758C15.4873 8.15728 15.8425 8.5125 16.1622 8.89824L21.2498 3.81066V7C21.2498 7.41421 21.5856 7.75 21.9998 7.75C22.414 7.75 22.7498 7.41421 22.7498 7V2.25C22.7498 1.69772 22.3021 1.25 21.7498 1.25H16.9998Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMenBoldDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="10" cy="14" r="8" opacity=".5"/><path d="M16.9998 1.25C16.5856 1.25 16.2498 1.58579 16.2498 2C16.2498 2.41421 16.5856 2.75 16.9998 2.75H20.1891L15.1016 7.83758C15.4873 8.15728 15.8425 8.5125 16.1622 8.89824L21.2498 3.81066V7C21.2498 7.41421 21.5856 7.75 21.9998 7.75C22.414 7.75 22.7498 7.41421 22.7498 7V2.25C22.7498 1.69772 22.3021 1.25 21.7498 1.25H16.9998Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="10" cy="14" r="8" opacity=".5"/><path d="M16.9998 1.25C16.5856 1.25 16.2498 1.58579 16.2498 2C16.2498 2.41421 16.5856 2.75 16.9998 2.75H20.1891L15.1016 7.83758C15.4873 8.15728 15.8425 8.5125 16.1622 8.89824L21.2498 3.81066V7C21.2498 7.41421 21.5856 7.75 21.9998 7.75C22.414 7.75 22.7498 7.41421 22.7498 7V2.25C22.7498 1.69772 22.3021 1.25 21.7498 1.25H16.9998Z"/></g></svg> </template>
CSS
.icon-men-bold-duotone {
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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2214%22%20r%3D%228%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.9998%201.25C16.5856%201.25%2016.2498%201.58579%2016.2498%202C16.2498%202.41421%2016.5856%202.75%2016.9998%202.75H20.1891L15.1016%207.83758C15.4873%208.15728%2015.8425%208.5125%2016.1622%208.89824L21.2498%203.81066V7C21.2498%207.41421%2021.5856%207.75%2021.9998%207.75C22.414%207.75%2022.7498%207.41421%2022.7498%207V2.25C22.7498%201.69772%2022.3021%201.25%2021.7498%201.25H16.9998Z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2214%22%20r%3D%228%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M16.9998%201.25C16.5856%201.25%2016.2498%201.58579%2016.2498%202C16.2498%202.41421%2016.5856%202.75%2016.9998%202.75H20.1891L15.1016%207.83758C15.4873%208.15728%2015.8425%208.5125%2016.1622%208.89824L21.2498%203.81066V7C21.2498%207.41421%2021.5856%207.75%2021.9998%207.75C22.414%207.75%2022.7498%207.41421%2022.7498%207V2.25C22.7498%201.69772%2022.3021%201.25%2021.7498%201.25H16.9998Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/men-bold-duotone.svg?color=%231a73e8&size=48