folder badge person crop icon

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

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

Related icons in Framework7 Icons

Use the folder badge person crop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.556 30.91C51.272 30.91 56 26.222 56 20.466c0-5.715-4.728-10.443-10.444-10.443c-5.735 0-10.443 4.728-10.443 10.443c0 5.756 4.708 10.444 10.443 10.444M0 42.196c0 4.255 2.18 6.373 6.455 6.373h34.928c3.68 0 5.818-2.138 5.818-6.373v-8.573a11 11 0 0 1-1.645.123c-.575 0-1.11-.04-1.665-.102v8.408c0 2.117-1.15 3.207-3.186 3.207H6.517c-2.056 0-3.207-1.09-3.207-3.228v-16.96h29.788a11.4 11.4 0 0 1-.699-3.104H3.31v-5.18c0-2.036 1.09-3.064 3.043-3.064h4.605c1.357 0 2.18.329 3.228 1.233l1.254 1.028c1.336 1.11 2.426 1.522 4.461 1.522h12.746a12 12 0 0 1 1.234-3.31H20.764c-1.398 0-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076 10.413 0 12.468 0 16.621Zm45.536-21.113c-1.892 0-3.351-1.563-3.351-3.7c0-1.913 1.48-3.537 3.35-3.537c1.893 0 3.372 1.624 3.372 3.536c0 2.138-1.48 3.7-3.371 3.7m.02 7.421c-3.001 0-5.386-1.542-6.043-2.96v-.103c.678-1.274 2.775-2.693 6.043-2.693c3.27 0 5.366 1.418 6.024 2.714v.082c-.678 1.439-3.022 2.96-6.024 2.96"/></svg>

React

import type { SVGProps } from "react";

export function F7FolderBadgePersonCrop(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="M45.556 30.91C51.272 30.91 56 26.222 56 20.466c0-5.715-4.728-10.443-10.444-10.443c-5.735 0-10.443 4.728-10.443 10.443c0 5.756 4.708 10.444 10.443 10.444M0 42.196c0 4.255 2.18 6.373 6.455 6.373h34.928c3.68 0 5.818-2.138 5.818-6.373v-8.573a11 11 0 0 1-1.645.123c-.575 0-1.11-.04-1.665-.102v8.408c0 2.117-1.15 3.207-3.186 3.207H6.517c-2.056 0-3.207-1.09-3.207-3.228v-16.96h29.788a11.4 11.4 0 0 1-.699-3.104H3.31v-5.18c0-2.036 1.09-3.064 3.043-3.064h4.605c1.357 0 2.18.329 3.228 1.233l1.254 1.028c1.336 1.11 2.426 1.522 4.461 1.522h12.746a12 12 0 0 1 1.234-3.31H20.764c-1.398 0-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076 10.413 0 12.468 0 16.621Zm45.536-21.113c-1.892 0-3.351-1.563-3.351-3.7c0-1.913 1.48-3.537 3.35-3.537c1.893 0 3.372 1.624 3.372 3.536c0 2.138-1.48 3.7-3.371 3.7m.02 7.421c-3.001 0-5.386-1.542-6.043-2.96v-.103c.678-1.274 2.775-2.693 6.043-2.693c3.27 0 5.366 1.418 6.024 2.714v.082c-.678 1.439-3.022 2.96-6.024 2.96"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M45.556 30.91C51.272 30.91 56 26.222 56 20.466c0-5.715-4.728-10.443-10.444-10.443c-5.735 0-10.443 4.728-10.443 10.443c0 5.756 4.708 10.444 10.443 10.444M0 42.196c0 4.255 2.18 6.373 6.455 6.373h34.928c3.68 0 5.818-2.138 5.818-6.373v-8.573a11 11 0 0 1-1.645.123c-.575 0-1.11-.04-1.665-.102v8.408c0 2.117-1.15 3.207-3.186 3.207H6.517c-2.056 0-3.207-1.09-3.207-3.228v-16.96h29.788a11.4 11.4 0 0 1-.699-3.104H3.31v-5.18c0-2.036 1.09-3.064 3.043-3.064h4.605c1.357 0 2.18.329 3.228 1.233l1.254 1.028c1.336 1.11 2.426 1.522 4.461 1.522h12.746a12 12 0 0 1 1.234-3.31H20.764c-1.398 0-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076 10.413 0 12.468 0 16.621Zm45.536-21.113c-1.892 0-3.351-1.563-3.351-3.7c0-1.913 1.48-3.537 3.35-3.537c1.893 0 3.372 1.624 3.372 3.536c0 2.138-1.48 3.7-3.371 3.7m.02 7.421c-3.001 0-5.386-1.542-6.043-2.96v-.103c.678-1.274 2.775-2.693 6.043-2.693c3.27 0 5.366 1.418 6.024 2.714v.082c-.678 1.439-3.022 2.96-6.024 2.96"/></svg>
</template>

CSS

.icon-folder-badge-person-crop {
  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%22M45.556%2030.91C51.272%2030.91%2056%2026.222%2056%2020.466c0-5.715-4.728-10.443-10.444-10.443c-5.735%200-10.443%204.728-10.443%2010.443c0%205.756%204.708%2010.444%2010.443%2010.444M0%2042.196c0%204.255%202.18%206.373%206.455%206.373h34.928c3.68%200%205.818-2.138%205.818-6.373v-8.573a11%2011%200%200%201-1.645.123c-.575%200-1.11-.04-1.665-.102v8.408c0%202.117-1.15%203.207-3.186%203.207H6.517c-2.056%200-3.207-1.09-3.207-3.228v-16.96h29.788a11.4%2011.4%200%200%201-.699-3.104H3.31v-5.18c0-2.036%201.09-3.064%203.043-3.064h4.605c1.357%200%202.18.329%203.228%201.233l1.254%201.028c1.336%201.11%202.426%201.522%204.461%201.522h12.746a12%2012%200%200%201%201.234-3.31H20.764c-1.398%200-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076%2010.413%200%2012.468%200%2016.621Zm45.536-21.113c-1.892%200-3.351-1.563-3.351-3.7c0-1.913%201.48-3.537%203.35-3.537c1.893%200%203.372%201.624%203.372%203.536c0%202.138-1.48%203.7-3.371%203.7m.02%207.421c-3.001%200-5.386-1.542-6.043-2.96v-.103c.678-1.274%202.775-2.693%206.043-2.693c3.27%200%205.366%201.418%206.024%202.714v.082c-.678%201.439-3.022%202.96-6.024%202.96%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%22M45.556%2030.91C51.272%2030.91%2056%2026.222%2056%2020.466c0-5.715-4.728-10.443-10.444-10.443c-5.735%200-10.443%204.728-10.443%2010.443c0%205.756%204.708%2010.444%2010.443%2010.444M0%2042.196c0%204.255%202.18%206.373%206.455%206.373h34.928c3.68%200%205.818-2.138%205.818-6.373v-8.573a11%2011%200%200%201-1.645.123c-.575%200-1.11-.04-1.665-.102v8.408c0%202.117-1.15%203.207-3.186%203.207H6.517c-2.056%200-3.207-1.09-3.207-3.228v-16.96h29.788a11.4%2011.4%200%200%201-.699-3.104H3.31v-5.18c0-2.036%201.09-3.064%203.043-3.064h4.605c1.357%200%202.18.329%203.228%201.233l1.254%201.028c1.336%201.11%202.426%201.522%204.461%201.522h12.746a12%2012%200%200%201%201.234-3.31H20.764c-1.398%200-2.241-.35-3.27-1.213l-1.253-1.049c-1.357-1.13-2.405-1.52-4.44-1.52H5.673C2.076%2010.413%200%2012.468%200%2016.621Zm45.536-21.113c-1.892%200-3.351-1.563-3.351-3.7c0-1.913%201.48-3.537%203.35-3.537c1.893%200%203.372%201.624%203.372%203.536c0%202.138-1.48%203.7-3.371%203.7m.02%207.421c-3.001%200-5.386-1.542-6.043-2.96v-.103c.678-1.274%202.775-2.693%206.043-2.693c3.27%200%205.366%201.418%206.024%202.714v.082c-.678%201.439-3.022%202.96-6.024%202.96%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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