men-outline from Solar by 480 Design · Outline · Astronomy · CC-BY-4.0 Attribution required.

Name
men-outline
Set
Solar
Style
Outline
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" fill-rule="evenodd" d="M16.25 2C16.25 1.58579 16.5858 1.25 17 1.25H22C22.4142 1.25 22.75 1.58579 22.75 2V7C22.75 7.41421 22.4142 7.75 22 7.75C21.5858 7.75 21.25 7.41421 21.25 7V3.81066L16.6949 8.36578C17.9773 9.88802 18.75 11.8538 18.75 14C18.75 18.8325 14.8325 22.75 10 22.75C5.16751 22.75 1.25 18.8325 1.25 14C1.25 9.16751 5.16751 5.25 10 5.25C12.1462 5.25 14.112 6.02271 15.6342 7.30512L20.1893 2.75H17C16.5858 2.75 16.25 2.41421 16.25 2ZM10 6.75C5.99594 6.75 2.75 9.99594 2.75 14C2.75 18.0041 5.99594 21.25 10 21.25C14.0041 21.25 17.25 18.0041 17.25 14C17.25 9.99594 14.0041 6.75 10 6.75Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarMenOutline(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" fillRule="evenodd" d="M16.25 2C16.25 1.58579 16.5858 1.25 17 1.25H22C22.4142 1.25 22.75 1.58579 22.75 2V7C22.75 7.41421 22.4142 7.75 22 7.75C21.5858 7.75 21.25 7.41421 21.25 7V3.81066L16.6949 8.36578C17.9773 9.88802 18.75 11.8538 18.75 14C18.75 18.8325 14.8325 22.75 10 22.75C5.16751 22.75 1.25 18.8325 1.25 14C1.25 9.16751 5.16751 5.25 10 5.25C12.1462 5.25 14.112 6.02271 15.6342 7.30512L20.1893 2.75H17C16.5858 2.75 16.25 2.41421 16.25 2ZM10 6.75C5.99594 6.75 2.75 9.99594 2.75 14C2.75 18.0041 5.99594 21.25 10 21.25C14.0041 21.25 17.25 18.0041 17.25 14C17.25 9.99594 14.0041 6.75 10 6.75Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M16.25 2C16.25 1.58579 16.5858 1.25 17 1.25H22C22.4142 1.25 22.75 1.58579 22.75 2V7C22.75 7.41421 22.4142 7.75 22 7.75C21.5858 7.75 21.25 7.41421 21.25 7V3.81066L16.6949 8.36578C17.9773 9.88802 18.75 11.8538 18.75 14C18.75 18.8325 14.8325 22.75 10 22.75C5.16751 22.75 1.25 18.8325 1.25 14C1.25 9.16751 5.16751 5.25 10 5.25C12.1462 5.25 14.112 6.02271 15.6342 7.30512L20.1893 2.75H17C16.5858 2.75 16.25 2.41421 16.25 2ZM10 6.75C5.99594 6.75 2.75 9.99594 2.75 14C2.75 18.0041 5.99594 21.25 10 21.25C14.0041 21.25 17.25 18.0041 17.25 14C17.25 9.99594 14.0041 6.75 10 6.75Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-men-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.25%202C16.25%201.58579%2016.5858%201.25%2017%201.25H22C22.4142%201.25%2022.75%201.58579%2022.75%202V7C22.75%207.41421%2022.4142%207.75%2022%207.75C21.5858%207.75%2021.25%207.41421%2021.25%207V3.81066L16.6949%208.36578C17.9773%209.88802%2018.75%2011.8538%2018.75%2014C18.75%2018.8325%2014.8325%2022.75%2010%2022.75C5.16751%2022.75%201.25%2018.8325%201.25%2014C1.25%209.16751%205.16751%205.25%2010%205.25C12.1462%205.25%2014.112%206.02271%2015.6342%207.30512L20.1893%202.75H17C16.5858%202.75%2016.25%202.41421%2016.25%202ZM10%206.75C5.99594%206.75%202.75%209.99594%202.75%2014C2.75%2018.0041%205.99594%2021.25%2010%2021.25C14.0041%2021.25%2017.25%2018.0041%2017.25%2014C17.25%209.99594%2014.0041%206.75%2010%206.75Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M16.25%202C16.25%201.58579%2016.5858%201.25%2017%201.25H22C22.4142%201.25%2022.75%201.58579%2022.75%202V7C22.75%207.41421%2022.4142%207.75%2022%207.75C21.5858%207.75%2021.25%207.41421%2021.25%207V3.81066L16.6949%208.36578C17.9773%209.88802%2018.75%2011.8538%2018.75%2014C18.75%2018.8325%2014.8325%2022.75%2010%2022.75C5.16751%2022.75%201.25%2018.8325%201.25%2014C1.25%209.16751%205.16751%205.25%2010%205.25C12.1462%205.25%2014.112%206.02271%2015.6342%207.30512L20.1893%202.75H17C16.5858%202.75%2016.25%202.41421%2016.25%202ZM10%206.75C5.99594%206.75%202.75%209.99594%202.75%2014C2.75%2018.0041%205.99594%2021.25%2010%2021.25C14.0041%2021.25%2017.25%2018.0041%2017.25%2014C17.25%209.99594%2014.0041%206.75%2010%206.75Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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