men-bold from Solar by 480 Design · Bold · Astronomy · CC-BY-4.0 Attribution required.

Name
men-bold
Set
Solar
Style
Bold
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

Use the men icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.0001 1.25C16.5858 1.25 16.2501 1.58579 16.2501 2C16.2501 2.41421 16.5858 2.75 17.0001 2.75H20.1894L15.1018 7.8376C13.717 6.68989 11.9391 6 10 6C5.58172 6 2 9.58172 2 14C2 18.4183 5.58172 22 10 22C14.4183 22 18 18.4183 18 14C18 12.0609 17.3101 10.283 16.1624 8.89827L21.2501 3.81066V7C21.2501 7.41421 21.5858 7.75 22.0001 7.75C22.4143 7.75 22.7501 7.41421 22.7501 7V2C22.7501 1.58579 22.4143 1.25 22.0001 1.25H17.0001Z"/></svg>

React

import type { SVGProps } from "react";

export function SolarMenBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.0001 1.25C16.5858 1.25 16.2501 1.58579 16.2501 2C16.2501 2.41421 16.5858 2.75 17.0001 2.75H20.1894L15.1018 7.8376C13.717 6.68989 11.9391 6 10 6C5.58172 6 2 9.58172 2 14C2 18.4183 5.58172 22 10 22C14.4183 22 18 18.4183 18 14C18 12.0609 17.3101 10.283 16.1624 8.89827L21.2501 3.81066V7C21.2501 7.41421 21.5858 7.75 22.0001 7.75C22.4143 7.75 22.7501 7.41421 22.7501 7V2C22.7501 1.58579 22.4143 1.25 22.0001 1.25H17.0001Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.0001 1.25C16.5858 1.25 16.2501 1.58579 16.2501 2C16.2501 2.41421 16.5858 2.75 17.0001 2.75H20.1894L15.1018 7.8376C13.717 6.68989 11.9391 6 10 6C5.58172 6 2 9.58172 2 14C2 18.4183 5.58172 22 10 22C14.4183 22 18 18.4183 18 14C18 12.0609 17.3101 10.283 16.1624 8.89827L21.2501 3.81066V7C21.2501 7.41421 21.5858 7.75 22.0001 7.75C22.4143 7.75 22.7501 7.41421 22.7501 7V2C22.7501 1.58579 22.4143 1.25 22.0001 1.25H17.0001Z"/></svg>
</template>

CSS

.icon-men-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.0001%201.25C16.5858%201.25%2016.2501%201.58579%2016.2501%202C16.2501%202.41421%2016.5858%202.75%2017.0001%202.75H20.1894L15.1018%207.8376C13.717%206.68989%2011.9391%206%2010%206C5.58172%206%202%209.58172%202%2014C2%2018.4183%205.58172%2022%2010%2022C14.4183%2022%2018%2018.4183%2018%2014C18%2012.0609%2017.3101%2010.283%2016.1624%208.89827L21.2501%203.81066V7C21.2501%207.41421%2021.5858%207.75%2022.0001%207.75C22.4143%207.75%2022.7501%207.41421%2022.7501%207V2C22.7501%201.58579%2022.4143%201.25%2022.0001%201.25H17.0001Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.0001%201.25C16.5858%201.25%2016.2501%201.58579%2016.2501%202C16.2501%202.41421%2016.5858%202.75%2017.0001%202.75H20.1894L15.1018%207.8376C13.717%206.68989%2011.9391%206%2010%206C5.58172%206%202%209.58172%202%2014C2%2018.4183%205.58172%2022%2010%2022C14.4183%2022%2018%2018.4183%2018%2014C18%2012.0609%2017.3101%2010.283%2016.1624%208.89827L21.2501%203.81066V7C21.2501%207.41421%2021.5858%207.75%2022.0001%207.75C22.4143%207.75%2022.7501%207.41421%2022.7501%207V2C22.7501%201.58579%2022.4143%201.25%2022.0001%201.25H17.0001Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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