non binary icon
non-binary from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- non-binary
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Use the non binary icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 608c-97.2 0-176-78.8-176-176c0-86.3 62.1-158 144-173v-47.2l-49.7 24.8l-3 1.3c-15.2 5.7-32.5-.8-39.9-15.7c-7.4-14.8-2.2-32.6 11.5-41.3l2.8-1.6l38.8-19.4l-38.8-19.4c-15.8-7.9-22.2-27.1-14.3-42.9c7.4-14.8 24.8-21.4 40-15.6l3 1.3l49.7 24.8V63.9c0-17.7 14.3-32 32-32s32 14.3 32 32v44.2l49.7-24.8l3-1.3c15.2-5.8 32.5.8 39.9 15.6s2.2 32.7-11.5 41.3l-2.8 1.6l-38.7 19.4l38.7 19.3c15.8 7.9 22.2 27.1 14.3 42.9c-7.4 14.8-24.7 21.4-39.9 15.6l-3-1.3l-49.7-24.8v47.2c81.9 15.1 144 86.8 144 173c0 97.2-78.8 176-176 176zm0-64c61.9 0 112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112s50.1 112 112 112"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidNonBinary(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 608c-97.2 0-176-78.8-176-176c0-86.3 62.1-158 144-173v-47.2l-49.7 24.8l-3 1.3c-15.2 5.7-32.5-.8-39.9-15.7c-7.4-14.8-2.2-32.6 11.5-41.3l2.8-1.6l38.8-19.4l-38.8-19.4c-15.8-7.9-22.2-27.1-14.3-42.9c7.4-14.8 24.8-21.4 40-15.6l3 1.3l49.7 24.8V63.9c0-17.7 14.3-32 32-32s32 14.3 32 32v44.2l49.7-24.8l3-1.3c15.2-5.8 32.5.8 39.9 15.6s2.2 32.7-11.5 41.3l-2.8 1.6l-38.7 19.4l38.7 19.3c15.8 7.9 22.2 27.1 14.3 42.9c-7.4 14.8-24.7 21.4-39.9 15.6l-3-1.3l-49.7-24.8v47.2c81.9 15.1 144 86.8 144 173c0 97.2-78.8 176-176 176zm0-64c61.9 0 112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112s50.1 112 112 112"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M320 608c-97.2 0-176-78.8-176-176c0-86.3 62.1-158 144-173v-47.2l-49.7 24.8l-3 1.3c-15.2 5.7-32.5-.8-39.9-15.7c-7.4-14.8-2.2-32.6 11.5-41.3l2.8-1.6l38.8-19.4l-38.8-19.4c-15.8-7.9-22.2-27.1-14.3-42.9c7.4-14.8 24.8-21.4 40-15.6l3 1.3l49.7 24.8V63.9c0-17.7 14.3-32 32-32s32 14.3 32 32v44.2l49.7-24.8l3-1.3c15.2-5.8 32.5.8 39.9 15.6s2.2 32.7-11.5 41.3l-2.8 1.6l-38.7 19.4l38.7 19.3c15.8 7.9 22.2 27.1 14.3 42.9c-7.4 14.8-24.7 21.4-39.9 15.6l-3-1.3l-49.7-24.8v47.2c81.9 15.1 144 86.8 144 173c0 97.2-78.8 176-176 176zm0-64c61.9 0 112-50.1 112-112s-50.1-112-112-112s-112 50.1-112 112s50.1 112 112 112"/></svg> </template>
CSS
.icon-non-binary {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20608c-97.2%200-176-78.8-176-176c0-86.3%2062.1-158%20144-173v-47.2l-49.7%2024.8l-3%201.3c-15.2%205.7-32.5-.8-39.9-15.7c-7.4-14.8-2.2-32.6%2011.5-41.3l2.8-1.6l38.8-19.4l-38.8-19.4c-15.8-7.9-22.2-27.1-14.3-42.9c7.4-14.8%2024.8-21.4%2040-15.6l3%201.3l49.7%2024.8V63.9c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v44.2l49.7-24.8l3-1.3c15.2-5.8%2032.5.8%2039.9%2015.6s2.2%2032.7-11.5%2041.3l-2.8%201.6l-38.7%2019.4l38.7%2019.3c15.8%207.9%2022.2%2027.1%2014.3%2042.9c-7.4%2014.8-24.7%2021.4-39.9%2015.6l-3-1.3l-49.7-24.8v47.2c81.9%2015.1%20144%2086.8%20144%20173c0%2097.2-78.8%20176-176%20176zm0-64c61.9%200%20112-50.1%20112-112s-50.1-112-112-112s-112%2050.1-112%20112s50.1%20112%20112%20112%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M320%20608c-97.2%200-176-78.8-176-176c0-86.3%2062.1-158%20144-173v-47.2l-49.7%2024.8l-3%201.3c-15.2%205.7-32.5-.8-39.9-15.7c-7.4-14.8-2.2-32.6%2011.5-41.3l2.8-1.6l38.8-19.4l-38.8-19.4c-15.8-7.9-22.2-27.1-14.3-42.9c7.4-14.8%2024.8-21.4%2040-15.6l3%201.3l49.7%2024.8V63.9c0-17.7%2014.3-32%2032-32s32%2014.3%2032%2032v44.2l49.7-24.8l3-1.3c15.2-5.8%2032.5.8%2039.9%2015.6s2.2%2032.7-11.5%2041.3l-2.8%201.6l-38.7%2019.4l38.7%2019.3c15.8%207.9%2022.2%2027.1%2014.3%2042.9c-7.4%2014.8-24.7%2021.4-39.9%2015.6l-3-1.3l-49.7-24.8v47.2c81.9%2015.1%20144%2086.8%20144%20173c0%2097.2-78.8%20176-176%20176zm0-64c61.9%200%20112-50.1%20112-112s-50.1-112-112-112s-112%2050.1-112%20112s50.1%20112%20112%20112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/non-binary.svg?color=%231a73e8&size=48