agender from Material Symbols by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.

Name
agender
Set
Material Symbols
Style
Regular
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
agender-outline, agender-outline-sharp, agender-sharp

1 other variant in Material Symbols

The same icon in other sets

More social icons from Material Symbols

Use the agender icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.5 0-4.25-1.75T6 15q0-2.25 1.438-3.912T11 9.075V3h2v6.075q2.15.35 3.575 2.013T18 15q0 2.5-1.75 4.25T12 21m0-2q1.4 0 2.463-.85T15.875 16h-7.75q.35 1.3 1.413 2.15T12 19m-3.875-5h7.75q-.35-1.3-1.412-2.15T12 11t-2.463.85T8.125 14"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAgender(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="M12 21q-2.5 0-4.25-1.75T6 15q0-2.25 1.438-3.912T11 9.075V3h2v6.075q2.15.35 3.575 2.013T18 15q0 2.5-1.75 4.25T12 21m0-2q1.4 0 2.463-.85T15.875 16h-7.75q.35 1.3 1.413 2.15T12 19m-3.875-5h7.75q-.35-1.3-1.412-2.15T12 11t-2.463.85T8.125 14"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.5 0-4.25-1.75T6 15q0-2.25 1.438-3.912T11 9.075V3h2v6.075q2.15.35 3.575 2.013T18 15q0 2.5-1.75 4.25T12 21m0-2q1.4 0 2.463-.85T15.875 16h-7.75q.35 1.3 1.413 2.15T12 19m-3.875-5h7.75q-.35-1.3-1.412-2.15T12 11t-2.463.85T8.125 14"/></svg>
</template>

CSS

.icon-agender {
  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%22M12%2021q-2.5%200-4.25-1.75T6%2015q0-2.25%201.438-3.912T11%209.075V3h2v6.075q2.15.35%203.575%202.013T18%2015q0%202.5-1.75%204.25T12%2021m0-2q1.4%200%202.463-.85T15.875%2016h-7.75q.35%201.3%201.413%202.15T12%2019m-3.875-5h7.75q-.35-1.3-1.412-2.15T12%2011t-2.463.85T8.125%2014%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%22M12%2021q-2.5%200-4.25-1.75T6%2015q0-2.25%201.438-3.912T11%209.075V3h2v6.075q2.15.35%203.575%202.013T18%2015q0%202.5-1.75%204.25T12%2021m0-2q1.4%200%202.463-.85T15.875%2016h-7.75q.35%201.3%201.413%202.15T12%2019m-3.875-5h7.75q-.35-1.3-1.412-2.15T12%2011t-2.463.85T8.125%2014%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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