person badge minus icon
person-badge-minus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- person-badge-minus
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
Related icons in Framework7 Icons
person-2person-2-altperson-2-square-stackperson-3person-altperson-alt-circleperson-badge-plusperson-circleperson-crop-circleperson-crop-circle-badge-checkmarkperson-crop-circle-badge-exclamperson-crop-circle-badge-minusperson-crop-circle-badge-plusperson-crop-circle-badge-xmarkperson-crop-circle-fill-badge-checkmarkperson-crop-circle-fill-badge-exclamperson-crop-circle-fill-badge-minusperson-crop-circle-fill-badge-plusperson-crop-circle-fill-badge-xmarkperson-crop-rectangleperson-crop-square
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="M33.73 24.121c5.579 0 10.125-4.969 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.554 0-10.125 4.804-10.125 10.757c.024 6.024 4.57 10.97 10.125 10.97m0-3.539c-3.421 0-6.351-3.281-6.351-7.43c0-4.078 2.883-7.218 6.351-7.218c3.516 0 6.352 3.093 6.352 7.171c0 4.149-2.883 7.477-6.352 7.477m0 6.445c-4.242 0-7.945.985-10.945 2.578a14.4 14.4 0 0 1 2.648 2.696c2.297-1.055 5.086-1.735 8.297-1.735c10.735 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.844.656H28.832a12.7 12.7 0 0 1-.586 3.539h20.203c3.89 0 5.743-1.172 5.743-3.75c0-6.14-7.759-15.024-20.462-15.024M13.715 53.606c6.539 0 11.906-5.368 11.906-11.907s-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906s5.39 11.907 11.906 11.907M7.69 43.129c-.773 0-1.43-.68-1.43-1.43c0-.773.657-1.43 1.43-1.43h12.047c.797 0 1.453.657 1.453 1.43c0 .75-.656 1.43-1.453 1.43Z"/></svg>
React
import type { SVGProps } from "react";
export function F7PersonBadgeMinus(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="M33.73 24.121c5.579 0 10.125-4.969 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.554 0-10.125 4.804-10.125 10.757c.024 6.024 4.57 10.97 10.125 10.97m0-3.539c-3.421 0-6.351-3.281-6.351-7.43c0-4.078 2.883-7.218 6.351-7.218c3.516 0 6.352 3.093 6.352 7.171c0 4.149-2.883 7.477-6.352 7.477m0 6.445c-4.242 0-7.945.985-10.945 2.578a14.4 14.4 0 0 1 2.648 2.696c2.297-1.055 5.086-1.735 8.297-1.735c10.735 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.844.656H28.832a12.7 12.7 0 0 1-.586 3.539h20.203c3.89 0 5.743-1.172 5.743-3.75c0-6.14-7.759-15.024-20.462-15.024M13.715 53.606c6.539 0 11.906-5.368 11.906-11.907s-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906s5.39 11.907 11.906 11.907M7.69 43.129c-.773 0-1.43-.68-1.43-1.43c0-.773.657-1.43 1.43-1.43h12.047c.797 0 1.453.657 1.453 1.43c0 .75-.656 1.43-1.453 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="M33.73 24.121c5.579 0 10.125-4.969 10.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.554 0-10.125 4.804-10.125 10.757c.024 6.024 4.57 10.97 10.125 10.97m0-3.539c-3.421 0-6.351-3.281-6.351-7.43c0-4.078 2.883-7.218 6.351-7.218c3.516 0 6.352 3.093 6.352 7.171c0 4.149-2.883 7.477-6.352 7.477m0 6.445c-4.242 0-7.945.985-10.945 2.578a14.4 14.4 0 0 1 2.648 2.696c2.297-1.055 5.086-1.735 8.297-1.735c10.735 0 16.688 7.196 16.688 11.04c0 .492-.234.656-.844.656H28.832a12.7 12.7 0 0 1-.586 3.539h20.203c3.89 0 5.743-1.172 5.743-3.75c0-6.14-7.759-15.024-20.462-15.024M13.715 53.606c6.539 0 11.906-5.368 11.906-11.907s-5.367-11.906-11.906-11.906c-6.516 0-11.906 5.367-11.906 11.906s5.39 11.907 11.906 11.907M7.69 43.129c-.773 0-1.43-.68-1.43-1.43c0-.773.657-1.43 1.43-1.43h12.047c.797 0 1.453.657 1.453 1.43c0 .75-.656 1.43-1.453 1.43Z"/></svg> </template>
CSS
.icon-person-badge-minus {
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%22M33.73%2024.121c5.579%200%2010.125-4.969%2010.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.554%200-10.125%204.804-10.125%2010.757c.024%206.024%204.57%2010.97%2010.125%2010.97m0-3.539c-3.421%200-6.351-3.281-6.351-7.43c0-4.078%202.883-7.218%206.351-7.218c3.516%200%206.352%203.093%206.352%207.171c0%204.149-2.883%207.477-6.352%207.477m0%206.445c-4.242%200-7.945.985-10.945%202.578a14.4%2014.4%200%200%201%202.648%202.696c2.297-1.055%205.086-1.735%208.297-1.735c10.735%200%2016.688%207.196%2016.688%2011.04c0%20.492-.234.656-.844.656H28.832a12.7%2012.7%200%200%201-.586%203.539h20.203c3.89%200%205.743-1.172%205.743-3.75c0-6.14-7.759-15.024-20.462-15.024M13.715%2053.606c6.539%200%2011.906-5.368%2011.906-11.907s-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.367-11.906%2011.906s5.39%2011.907%2011.906%2011.907M7.69%2043.129c-.773%200-1.43-.68-1.43-1.43c0-.773.657-1.43%201.43-1.43h12.047c.797%200%201.453.657%201.453%201.43c0%20.75-.656%201.43-1.453%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%22M33.73%2024.121c5.579%200%2010.125-4.969%2010.125-11.015c0-6-4.5-10.711-10.125-10.711c-5.554%200-10.125%204.804-10.125%2010.757c.024%206.024%204.57%2010.97%2010.125%2010.97m0-3.539c-3.421%200-6.351-3.281-6.351-7.43c0-4.078%202.883-7.218%206.351-7.218c3.516%200%206.352%203.093%206.352%207.171c0%204.149-2.883%207.477-6.352%207.477m0%206.445c-4.242%200-7.945.985-10.945%202.578a14.4%2014.4%200%200%201%202.648%202.696c2.297-1.055%205.086-1.735%208.297-1.735c10.735%200%2016.688%207.196%2016.688%2011.04c0%20.492-.234.656-.844.656H28.832a12.7%2012.7%200%200%201-.586%203.539h20.203c3.89%200%205.743-1.172%205.743-3.75c0-6.14-7.759-15.024-20.462-15.024M13.715%2053.606c6.539%200%2011.906-5.368%2011.906-11.907s-5.367-11.906-11.906-11.906c-6.516%200-11.906%205.367-11.906%2011.906s5.39%2011.907%2011.906%2011.907M7.69%2043.129c-.773%200-1.43-.68-1.43-1.43c0-.773.657-1.43%201.43-1.43h12.047c.797%200%201.453.657%201.453%201.43c0%20.75-.656%201.43-1.453%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.svg?color=%231a73e8&size=48