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

Name
agender-rounded
Set
Material Symbols Light
Style
Rounded
Category
Social
Viewbox
24×24
License
Apache 2.0
Aliases
agender-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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 20q-2.077 0-3.538-1.461T7 15q0-1.961 1.303-3.374q1.303-1.412 3.197-1.59V5.5q0-.213.143-.357T12 5t.357.143t.143.357v4.537q1.92.176 3.21 1.589Q17 13.038 17 15q0 2.077-1.461 3.539T12 20m0-1q1.535 0 2.655-1.004t1.297-2.496H8.048q.177 1.492 1.297 2.496T12 19m-3.952-4.5h7.904q-.177-1.492-1.297-2.496T12 11t-2.655 1.004T8.048 14.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAgenderRounded(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 20q-2.077 0-3.538-1.461T7 15q0-1.961 1.303-3.374q1.303-1.412 3.197-1.59V5.5q0-.213.143-.357T12 5t.357.143t.143.357v4.537q1.92.176 3.21 1.589Q17 13.038 17 15q0 2.077-1.461 3.539T12 20m0-1q1.535 0 2.655-1.004t1.297-2.496H8.048q.177 1.492 1.297 2.496T12 19m-3.952-4.5h7.904q-.177-1.492-1.297-2.496T12 11t-2.655 1.004T8.048 14.5"/></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 20q-2.077 0-3.538-1.461T7 15q0-1.961 1.303-3.374q1.303-1.412 3.197-1.59V5.5q0-.213.143-.357T12 5t.357.143t.143.357v4.537q1.92.176 3.21 1.589Q17 13.038 17 15q0 2.077-1.461 3.539T12 20m0-1q1.535 0 2.655-1.004t1.297-2.496H8.048q.177 1.492 1.297 2.496T12 19m-3.952-4.5h7.904q-.177-1.492-1.297-2.496T12 11t-2.655 1.004T8.048 14.5"/></svg>
</template>

CSS

.icon-agender-rounded {
  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%2020q-2.077%200-3.538-1.461T7%2015q0-1.961%201.303-3.374q1.303-1.412%203.197-1.59V5.5q0-.213.143-.357T12%205t.357.143t.143.357v4.537q1.92.176%203.21%201.589Q17%2013.038%2017%2015q0%202.077-1.461%203.539T12%2020m0-1q1.535%200%202.655-1.004t1.297-2.496H8.048q.177%201.492%201.297%202.496T12%2019m-3.952-4.5h7.904q-.177-1.492-1.297-2.496T12%2011t-2.655%201.004T8.048%2014.5%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%2020q-2.077%200-3.538-1.461T7%2015q0-1.961%201.303-3.374q1.303-1.412%203.197-1.59V5.5q0-.213.143-.357T12%205t.357.143t.143.357v4.537q1.92.176%203.21%201.589Q17%2013.038%2017%2015q0%202.077-1.461%203.539T12%2020m0-1q1.535%200%202.655-1.004t1.297-2.496H8.048q.177%201.492%201.297%202.496T12%2019m-3.952-4.5h7.904q-.177-1.492-1.297-2.496T12%2011t-2.655%201.004T8.048%2014.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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