person badge minus icon

person-badge-minus-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.

Name
person-badge-minus-fill
Set
Framework7 Icons
Style
Fill
Viewbox
56×56
License
MIT

1 other variant in Framework7 Icons

Related icons in Framework7 Icons

Use the person badge minus icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.07 23.148c5.04 0 9.375-4.5 9.375-10.359c0-5.789-4.36-10.078-9.375-10.078c-4.992 0-9.375 4.383-9.351 10.125c0 5.812 4.336 10.312 9.351 10.312m0 4.196c-4.008 0-7.5.937-10.336 2.39c3.375 2.766 5.531 6.961 5.531 11.649c0 1.172-.14 2.367-.421 3.469h19.945c3.68 0 4.992-1.055 4.992-3.118c0-6.047-7.57-14.39-19.71-14.39M14.125 53.289c6.539 0 11.906-5.367 11.906-11.906s-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906s5.39 11.906 11.906 11.906M8.102 42.812c-.774 0-1.43-.68-1.43-1.43a1.45 1.45 0 0 1 1.43-1.429h12.046c.797 0 1.454.656 1.454 1.43c0 .75-.657 1.43-1.454 1.43Z"/></svg>

React

import type { SVGProps } from "react";

export function F7PersonBadgeMinusFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.07 23.148c5.04 0 9.375-4.5 9.375-10.359c0-5.789-4.36-10.078-9.375-10.078c-4.992 0-9.375 4.383-9.351 10.125c0 5.812 4.336 10.312 9.351 10.312m0 4.196c-4.008 0-7.5.937-10.336 2.39c3.375 2.766 5.531 6.961 5.531 11.649c0 1.172-.14 2.367-.421 3.469h19.945c3.68 0 4.992-1.055 4.992-3.118c0-6.047-7.57-14.39-19.71-14.39M14.125 53.289c6.539 0 11.906-5.367 11.906-11.906s-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906s5.39 11.906 11.906 11.906M8.102 42.812c-.774 0-1.43-.68-1.43-1.43a1.45 1.45 0 0 1 1.43-1.429h12.046c.797 0 1.454.656 1.454 1.43c0 .75-.657 1.43-1.454 1.43Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M34.07 23.148c5.04 0 9.375-4.5 9.375-10.359c0-5.789-4.36-10.078-9.375-10.078c-4.992 0-9.375 4.383-9.351 10.125c0 5.812 4.336 10.312 9.351 10.312m0 4.196c-4.008 0-7.5.937-10.336 2.39c3.375 2.766 5.531 6.961 5.531 11.649c0 1.172-.14 2.367-.421 3.469h19.945c3.68 0 4.992-1.055 4.992-3.118c0-6.047-7.57-14.39-19.71-14.39M14.125 53.289c6.539 0 11.906-5.367 11.906-11.906s-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906s5.39 11.906 11.906 11.906M8.102 42.812c-.774 0-1.43-.68-1.43-1.43a1.45 1.45 0 0 1 1.43-1.429h12.046c.797 0 1.454.656 1.454 1.43c0 .75-.657 1.43-1.454 1.43Z"/></svg>
</template>

CSS

.icon-person-badge-minus-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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.07%2023.148c5.04%200%209.375-4.5%209.375-10.359c0-5.789-4.36-10.078-9.375-10.078c-4.992%200-9.375%204.383-9.351%2010.125c0%205.812%204.336%2010.312%209.351%2010.312m0%204.196c-4.008%200-7.5.937-10.336%202.39c3.375%202.766%205.531%206.961%205.531%2011.649c0%201.172-.14%202.367-.421%203.469h19.945c3.68%200%204.992-1.055%204.992-3.118c0-6.047-7.57-14.39-19.71-14.39M14.125%2053.289c6.539%200%2011.906-5.367%2011.906-11.906s-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.367-11.906%2011.906s5.39%2011.906%2011.906%2011.906M8.102%2042.812c-.774%200-1.43-.68-1.43-1.43a1.45%201.45%200%200%201%201.43-1.429h12.046c.797%200%201.454.656%201.454%201.43c0%20.75-.657%201.43-1.454%201.43Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M34.07%2023.148c5.04%200%209.375-4.5%209.375-10.359c0-5.789-4.36-10.078-9.375-10.078c-4.992%200-9.375%204.383-9.351%2010.125c0%205.812%204.336%2010.312%209.351%2010.312m0%204.196c-4.008%200-7.5.937-10.336%202.39c3.375%202.766%205.531%206.961%205.531%2011.649c0%201.172-.14%202.367-.421%203.469h19.945c3.68%200%204.992-1.055%204.992-3.118c0-6.047-7.57-14.39-19.71-14.39M14.125%2053.289c6.539%200%2011.906-5.367%2011.906-11.906s-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.367-11.906%2011.906s5.39%2011.906%2011.906%2011.906M8.102%2042.812c-.774%200-1.43-.68-1.43-1.43a1.45%201.45%200%200%201%201.43-1.429h12.046c.797%200%201.454.656%201.454%201.43c0%20.75-.657%201.43-1.454%201.43Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/person-badge-minus-fill.svg?color=%231a73e8&size=48