gender intersex icon
gender-intersex-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- gender-intersex-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the gender intersex icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M147.91 113.72a28 28 0 1 1-25.63-25.63a28 28 0 0 1 25.63 25.63M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-28 16a8 8 0 0 0-8-8h-27.73a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h8.69l-15.77 15.77A44 44 0 1 0 112 159.26V176H92.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h20v15.73a8.18 8.18 0 0 0 7.47 8.25a8 8 0 0 0 8.53-8V192h19.73a8.17 8.17 0 0 0 8.25-7.47a8 8 0 0 0-8-8.53H128v-16.74a44 44 0 0 0 28.24-68.18L172 75.31v8.42a8.18 8.18 0 0 0 7.47 8.27a8 8 0 0 0 8.53-8Z"/></svg>
React
import type { SVGProps } from "react";
export function PhGenderIntersexFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M147.91 113.72a28 28 0 1 1-25.63-25.63a28 28 0 0 1 25.63 25.63M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-28 16a8 8 0 0 0-8-8h-27.73a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h8.69l-15.77 15.77A44 44 0 1 0 112 159.26V176H92.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h20v15.73a8.18 8.18 0 0 0 7.47 8.25a8 8 0 0 0 8.53-8V192h19.73a8.17 8.17 0 0 0 8.25-7.47a8 8 0 0 0-8-8.53H128v-16.74a44 44 0 0 0 28.24-68.18L172 75.31v8.42a8.18 8.18 0 0 0 7.47 8.27a8 8 0 0 0 8.53-8Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M147.91 113.72a28 28 0 1 1-25.63-25.63a28 28 0 0 1 25.63 25.63M216 40v176a16 16 0 0 1-16 16H56a16 16 0 0 1-16-16V40a16 16 0 0 1 16-16h144a16 16 0 0 1 16 16m-28 16a8 8 0 0 0-8-8h-27.73a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h8.69l-15.77 15.77A44 44 0 1 0 112 159.26V176H92.27a8.17 8.17 0 0 0-8.27 7.47a8 8 0 0 0 8 8.53h20v15.73a8.18 8.18 0 0 0 7.47 8.25a8 8 0 0 0 8.53-8V192h19.73a8.17 8.17 0 0 0 8.25-7.47a8 8 0 0 0-8-8.53H128v-16.74a44 44 0 0 0 28.24-68.18L172 75.31v8.42a8.18 8.18 0 0 0 7.47 8.27a8 8 0 0 0 8.53-8Z"/></svg> </template>
CSS
.icon-gender-intersex-fill {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M147.91%20113.72a28%2028%200%201%201-25.63-25.63a28%2028%200%200%201%2025.63%2025.63M216%2040v176a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V40a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016m-28%2016a8%208%200%200%200-8-8h-27.73a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h8.69l-15.77%2015.77A44%2044%200%201%200%20112%20159.26V176H92.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h20v15.73a8.18%208.18%200%200%200%207.47%208.25a8%208%200%200%200%208.53-8V192h19.73a8.17%208.17%200%200%200%208.25-7.47a8%208%200%200%200-8-8.53H128v-16.74a44%2044%200%200%200%2028.24-68.18L172%2075.31v8.42a8.18%208.18%200%200%200%207.47%208.27a8%208%200%200%200%208.53-8Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M147.91%20113.72a28%2028%200%201%201-25.63-25.63a28%2028%200%200%201%2025.63%2025.63M216%2040v176a16%2016%200%200%201-16%2016H56a16%2016%200%200%201-16-16V40a16%2016%200%200%201%2016-16h144a16%2016%200%200%201%2016%2016m-28%2016a8%208%200%200%200-8-8h-27.73a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h8.69l-15.77%2015.77A44%2044%200%201%200%20112%20159.26V176H92.27a8.17%208.17%200%200%200-8.27%207.47a8%208%200%200%200%208%208.53h20v15.73a8.18%208.18%200%200%200%207.47%208.25a8%208%200%200%200%208.53-8V192h19.73a8.17%208.17%200%200%200%208.25-7.47a8%208%200%200%200-8-8.53H128v-16.74a44%2044%200%200%200%2028.24-68.18L172%2075.31v8.42a8.18%208.18%200%200%200%207.47%208.27a8%208%200%200%200%208.53-8Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/gender-intersex-fill.svg?color=%231a73e8&size=48