person crop circle badge minus icon

person-crop-circle-badge-minus from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
person-crop-circle-badge-minus
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

Related icons in Framework7 Icons

Use the person crop circle 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.717 50.605C45.914 50.605 56 40.497 56 28.3C56 16.125 45.892 5.994 33.694 5.994c-11.276 0-20.733 8.648-22.103 19.543c.584 0 1.146.044 1.707.134c.696.09 1.393.247 2.067.45a18.42 18.42 0 0 1 18.33-16.309A18.464 18.464 0 0 1 52.203 28.3c0 4.785-1.775 9.098-4.695 12.377c-3.392-2.83-8.468-4.717-13.815-4.717c-2.516 0-5.368.54-8.019 1.483c.157.853.247 1.73.247 2.605c0 2.943-.92 5.706-2.47 8.02c3.077 1.595 6.58 2.538 10.265 2.538m-.023-18.51c4.313 0 7.57-3.728 7.57-8.423c0-4.425-3.324-8.266-7.57-8.266c-4.223 0-7.57 3.84-7.57 8.266c0 4.695 3.28 8.424 7.57 8.424M11.411 51.46c6.267 0 11.411-5.122 11.411-11.412c0-6.244-5.144-11.41-11.41-11.41C5.165 28.636 0 33.802 0 40.046c0 6.29 5.167 11.412 11.411 11.412m-5.773-10.04c-.741 0-1.37-.652-1.37-1.37c0-.72.629-1.37 1.37-1.37h11.546c.764 0 1.393.65 1.393 1.37c0 .718-.63 1.37-1.393 1.37Z"/></svg>

React

import type { SVGProps } from "react";

export function F7PersonCropCircleBadgeMinus(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.717 50.605C45.914 50.605 56 40.497 56 28.3C56 16.125 45.892 5.994 33.694 5.994c-11.276 0-20.733 8.648-22.103 19.543c.584 0 1.146.044 1.707.134c.696.09 1.393.247 2.067.45a18.42 18.42 0 0 1 18.33-16.309A18.464 18.464 0 0 1 52.203 28.3c0 4.785-1.775 9.098-4.695 12.377c-3.392-2.83-8.468-4.717-13.815-4.717c-2.516 0-5.368.54-8.019 1.483c.157.853.247 1.73.247 2.605c0 2.943-.92 5.706-2.47 8.02c3.077 1.595 6.58 2.538 10.265 2.538m-.023-18.51c4.313 0 7.57-3.728 7.57-8.423c0-4.425-3.324-8.266-7.57-8.266c-4.223 0-7.57 3.84-7.57 8.266c0 4.695 3.28 8.424 7.57 8.424M11.411 51.46c6.267 0 11.411-5.122 11.411-11.412c0-6.244-5.144-11.41-11.41-11.41C5.165 28.636 0 33.802 0 40.046c0 6.29 5.167 11.412 11.411 11.412m-5.773-10.04c-.741 0-1.37-.652-1.37-1.37c0-.72.629-1.37 1.37-1.37h11.546c.764 0 1.393.65 1.393 1.37c0 .718-.63 1.37-1.393 1.37Z"/></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.717 50.605C45.914 50.605 56 40.497 56 28.3C56 16.125 45.892 5.994 33.694 5.994c-11.276 0-20.733 8.648-22.103 19.543c.584 0 1.146.044 1.707.134c.696.09 1.393.247 2.067.45a18.42 18.42 0 0 1 18.33-16.309A18.464 18.464 0 0 1 52.203 28.3c0 4.785-1.775 9.098-4.695 12.377c-3.392-2.83-8.468-4.717-13.815-4.717c-2.516 0-5.368.54-8.019 1.483c.157.853.247 1.73.247 2.605c0 2.943-.92 5.706-2.47 8.02c3.077 1.595 6.58 2.538 10.265 2.538m-.023-18.51c4.313 0 7.57-3.728 7.57-8.423c0-4.425-3.324-8.266-7.57-8.266c-4.223 0-7.57 3.84-7.57 8.266c0 4.695 3.28 8.424 7.57 8.424M11.411 51.46c6.267 0 11.411-5.122 11.411-11.412c0-6.244-5.144-11.41-11.41-11.41C5.165 28.636 0 33.802 0 40.046c0 6.29 5.167 11.412 11.411 11.412m-5.773-10.04c-.741 0-1.37-.652-1.37-1.37c0-.72.629-1.37 1.37-1.37h11.546c.764 0 1.393.65 1.393 1.37c0 .718-.63 1.37-1.393 1.37Z"/></svg>
</template>

CSS

.icon-person-crop-circle-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.717%2050.605C45.914%2050.605%2056%2040.497%2056%2028.3C56%2016.125%2045.892%205.994%2033.694%205.994c-11.276%200-20.733%208.648-22.103%2019.543c.584%200%201.146.044%201.707.134c.696.09%201.393.247%202.067.45a18.42%2018.42%200%200%201%2018.33-16.309A18.464%2018.464%200%200%201%2052.203%2028.3c0%204.785-1.775%209.098-4.695%2012.377c-3.392-2.83-8.468-4.717-13.815-4.717c-2.516%200-5.368.54-8.019%201.483c.157.853.247%201.73.247%202.605c0%202.943-.92%205.706-2.47%208.02c3.077%201.595%206.58%202.538%2010.265%202.538m-.023-18.51c4.313%200%207.57-3.728%207.57-8.423c0-4.425-3.324-8.266-7.57-8.266c-4.223%200-7.57%203.84-7.57%208.266c0%204.695%203.28%208.424%207.57%208.424M11.411%2051.46c6.267%200%2011.411-5.122%2011.411-11.412c0-6.244-5.144-11.41-11.41-11.41C5.165%2028.636%200%2033.802%200%2040.046c0%206.29%205.167%2011.412%2011.411%2011.412m-5.773-10.04c-.741%200-1.37-.652-1.37-1.37c0-.72.629-1.37%201.37-1.37h11.546c.764%200%201.393.65%201.393%201.37c0%20.718-.63%201.37-1.393%201.37Z%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.717%2050.605C45.914%2050.605%2056%2040.497%2056%2028.3C56%2016.125%2045.892%205.994%2033.694%205.994c-11.276%200-20.733%208.648-22.103%2019.543c.584%200%201.146.044%201.707.134c.696.09%201.393.247%202.067.45a18.42%2018.42%200%200%201%2018.33-16.309A18.464%2018.464%200%200%201%2052.203%2028.3c0%204.785-1.775%209.098-4.695%2012.377c-3.392-2.83-8.468-4.717-13.815-4.717c-2.516%200-5.368.54-8.019%201.483c.157.853.247%201.73.247%202.605c0%202.943-.92%205.706-2.47%208.02c3.077%201.595%206.58%202.538%2010.265%202.538m-.023-18.51c4.313%200%207.57-3.728%207.57-8.423c0-4.425-3.324-8.266-7.57-8.266c-4.223%200-7.57%203.84-7.57%208.266c0%204.695%203.28%208.424%207.57%208.424M11.411%2051.46c6.267%200%2011.411-5.122%2011.411-11.412c0-6.244-5.144-11.41-11.41-11.41C5.165%2028.636%200%2033.802%200%2040.046c0%206.29%205.167%2011.412%2011.411%2011.412m-5.773-10.04c-.741%200-1.37-.652-1.37-1.37c0-.72.629-1.37%201.37-1.37h11.546c.764%200%201.393.65%201.393%201.37c0%20.718-.63%201.37-1.393%201.37Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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