not member of icon
not-member-of from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- not-member-of
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the not member of icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.38 34.08a8 8 0 0 0-11.3.54L197.19 40H128a88 88 0 0 0-64.84 147.43l-21.08 23.19a8 8 0 1 0 11.84 10.76L75 198.2a87.5 87.5 0 0 0 53 17.8h72a8 8 0 0 0 0-16h-72a71.63 71.63 0 0 1-42.18-13.7l45.72-50.3H200a8 8 0 0 0 0-16h-53.92l67.84-74.62a8 8 0 0 0-.54-11.3M74 175.53A71.7 71.7 0 0 1 56.46 136h53.46ZM56.46 120A72.08 72.08 0 0 1 128 56h54.64l-58.18 64Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNotMemberOf(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="M213.38 34.08a8 8 0 0 0-11.3.54L197.19 40H128a88 88 0 0 0-64.84 147.43l-21.08 23.19a8 8 0 1 0 11.84 10.76L75 198.2a87.5 87.5 0 0 0 53 17.8h72a8 8 0 0 0 0-16h-72a71.63 71.63 0 0 1-42.18-13.7l45.72-50.3H200a8 8 0 0 0 0-16h-53.92l67.84-74.62a8 8 0 0 0-.54-11.3M74 175.53A71.7 71.7 0 0 1 56.46 136h53.46ZM56.46 120A72.08 72.08 0 0 1 128 56h54.64l-58.18 64Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M213.38 34.08a8 8 0 0 0-11.3.54L197.19 40H128a88 88 0 0 0-64.84 147.43l-21.08 23.19a8 8 0 1 0 11.84 10.76L75 198.2a87.5 87.5 0 0 0 53 17.8h72a8 8 0 0 0 0-16h-72a71.63 71.63 0 0 1-42.18-13.7l45.72-50.3H200a8 8 0 0 0 0-16h-53.92l67.84-74.62a8 8 0 0 0-.54-11.3M74 175.53A71.7 71.7 0 0 1 56.46 136h53.46ZM56.46 120A72.08 72.08 0 0 1 128 56h54.64l-58.18 64Z"/></svg> </template>
CSS
.icon-not-member-of {
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%22M213.38%2034.08a8%208%200%200%200-11.3.54L197.19%2040H128a88%2088%200%200%200-64.84%20147.43l-21.08%2023.19a8%208%200%201%200%2011.84%2010.76L75%20198.2a87.5%2087.5%200%200%200%2053%2017.8h72a8%208%200%200%200%200-16h-72a71.63%2071.63%200%200%201-42.18-13.7l45.72-50.3H200a8%208%200%200%200%200-16h-53.92l67.84-74.62a8%208%200%200%200-.54-11.3M74%20175.53A71.7%2071.7%200%200%201%2056.46%20136h53.46ZM56.46%20120A72.08%2072.08%200%200%201%20128%2056h54.64l-58.18%2064Z%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%22M213.38%2034.08a8%208%200%200%200-11.3.54L197.19%2040H128a88%2088%200%200%200-64.84%20147.43l-21.08%2023.19a8%208%200%201%200%2011.84%2010.76L75%20198.2a87.5%2087.5%200%200%200%2053%2017.8h72a8%208%200%200%200%200-16h-72a71.63%2071.63%200%200%201-42.18-13.7l45.72-50.3H200a8%208%200%200%200%200-16h-53.92l67.84-74.62a8%208%200%200%200-.54-11.3M74%20175.53A71.7%2071.7%200%200%201%2056.46%20136h53.46ZM56.46%20120A72.08%2072.08%200%200%201%20128%2056h54.64l-58.18%2064Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/not-member-of.svg?color=%231a73e8&size=48