not member of icon
not-member-of-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- not-member-of-bold
- Set
- Phosphor
- Style
- Bold
- 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="M216.07 31.12a12 12 0 0 0-16.95.81l-3.7 4.07H128a91.95 91.95 0 0 0-70.2 151.39l-18.68 20.54a12 12 0 1 0 17.76 16.14l18.67-20.53A91.5 91.5 0 0 0 128 220h72a12 12 0 0 0 0-24h-72a67.5 67.5 0 0 1-36.12-10.43L133.31 140H200a12 12 0 0 0 0-24h-44.87l61.75-67.93a12 12 0 0 0-.81-16.95M74.13 169.42a67.75 67.75 0 0 1-13-29.42h39.79ZM61.08 116A68.1 68.1 0 0 1 128 60h45.6l-50.91 56Z"/></svg>
React
import type { SVGProps } from "react";
export function PhNotMemberOfBold(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="M216.07 31.12a12 12 0 0 0-16.95.81l-3.7 4.07H128a91.95 91.95 0 0 0-70.2 151.39l-18.68 20.54a12 12 0 1 0 17.76 16.14l18.67-20.53A91.5 91.5 0 0 0 128 220h72a12 12 0 0 0 0-24h-72a67.5 67.5 0 0 1-36.12-10.43L133.31 140H200a12 12 0 0 0 0-24h-44.87l61.75-67.93a12 12 0 0 0-.81-16.95M74.13 169.42a67.75 67.75 0 0 1-13-29.42h39.79ZM61.08 116A68.1 68.1 0 0 1 128 60h45.6l-50.91 56Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216.07 31.12a12 12 0 0 0-16.95.81l-3.7 4.07H128a91.95 91.95 0 0 0-70.2 151.39l-18.68 20.54a12 12 0 1 0 17.76 16.14l18.67-20.53A91.5 91.5 0 0 0 128 220h72a12 12 0 0 0 0-24h-72a67.5 67.5 0 0 1-36.12-10.43L133.31 140H200a12 12 0 0 0 0-24h-44.87l61.75-67.93a12 12 0 0 0-.81-16.95M74.13 169.42a67.75 67.75 0 0 1-13-29.42h39.79ZM61.08 116A68.1 68.1 0 0 1 128 60h45.6l-50.91 56Z"/></svg> </template>
CSS
.icon-not-member-of-bold {
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%22M216.07%2031.12a12%2012%200%200%200-16.95.81l-3.7%204.07H128a91.95%2091.95%200%200%200-70.2%20151.39l-18.68%2020.54a12%2012%200%201%200%2017.76%2016.14l18.67-20.53A91.5%2091.5%200%200%200%20128%20220h72a12%2012%200%200%200%200-24h-72a67.5%2067.5%200%200%201-36.12-10.43L133.31%20140H200a12%2012%200%200%200%200-24h-44.87l61.75-67.93a12%2012%200%200%200-.81-16.95M74.13%20169.42a67.75%2067.75%200%200%201-13-29.42h39.79ZM61.08%20116A68.1%2068.1%200%200%201%20128%2060h45.6l-50.91%2056Z%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%22M216.07%2031.12a12%2012%200%200%200-16.95.81l-3.7%204.07H128a91.95%2091.95%200%200%200-70.2%20151.39l-18.68%2020.54a12%2012%200%201%200%2017.76%2016.14l18.67-20.53A91.5%2091.5%200%200%200%20128%20220h72a12%2012%200%200%200%200-24h-72a67.5%2067.5%200%200%201-36.12-10.43L133.31%20140H200a12%2012%200%200%200%200-24h-44.87l61.75-67.93a12%2012%200%200%200-.81-16.95M74.13%20169.42a67.75%2067.75%200%200%201-13-29.42h39.79ZM61.08%20116A68.1%2068.1%200%200%201%20128%2060h45.6l-50.91%2056Z%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-bold.svg?color=%231a73e8&size=48