person crop circle fill badge exclam icon
person-crop-circle-fill-badge-exclam from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- person-crop-circle-fill-badge-exclam
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
Related icons in Framework7 Icons
person-2person-2-altperson-2-square-stackperson-3person-altperson-alt-circleperson-badge-minusperson-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-minusperson-crop-circle-fill-badge-plusperson-crop-circle-fill-badge-xmarkperson-crop-rectangleperson-crop-square
Use the person crop circle fill badge exclam icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M33.703 50.602C45.896 50.602 56 40.498 56 28.306c0-12.17-10.126-22.297-22.32-22.297c-11.226 0-20.724 8.645-22.071 19.535c6.983.112 12.843 5.232 14.056 11.923c2.38-1.01 5.142-1.594 8.038-1.594c5.524 0 10.396 2.065 13.36 5.254c-3.368 3.48-8.105 5.68-13.382 5.68c-3.099 0-6.018-.785-8.578-2.11a13.1 13.1 0 0 1-1.684 3.368c3.122 1.617 6.602 2.537 10.284 2.537M33.681 32.1c-4.289 0-7.545-3.75-7.545-8.42c0-4.423 3.323-8.263 7.545-8.263c4.244 0 7.59 3.84 7.567 8.263c0 4.67-3.256 8.42-7.567 8.42M11.407 51.456c6.264 0 11.406-5.12 11.406-11.407c0-6.242-5.142-11.407-11.406-11.407C5.164 28.642 0 33.807 0 40.05c0 6.287 5.164 11.407 11.407 11.407m0-9.61c-.741 0-1.28-.495-1.303-1.236l-.18-6.197c-.022-.876.584-1.482 1.483-1.482c.92 0 1.504.606 1.482 1.482l-.18 6.197c-.022.741-.539 1.235-1.302 1.235m0 5.366a1.85 1.85 0 0 1-1.842-1.842c0-1.01.831-1.84 1.842-1.84c1.033 0 1.84.83 1.84 1.84s-.807 1.842-1.84 1.842"/></svg>
React
import type { SVGProps } from "react";
export function F7PersonCropCircleFillBadgeExclam(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.703 50.602C45.896 50.602 56 40.498 56 28.306c0-12.17-10.126-22.297-22.32-22.297c-11.226 0-20.724 8.645-22.071 19.535c6.983.112 12.843 5.232 14.056 11.923c2.38-1.01 5.142-1.594 8.038-1.594c5.524 0 10.396 2.065 13.36 5.254c-3.368 3.48-8.105 5.68-13.382 5.68c-3.099 0-6.018-.785-8.578-2.11a13.1 13.1 0 0 1-1.684 3.368c3.122 1.617 6.602 2.537 10.284 2.537M33.681 32.1c-4.289 0-7.545-3.75-7.545-8.42c0-4.423 3.323-8.263 7.545-8.263c4.244 0 7.59 3.84 7.567 8.263c0 4.67-3.256 8.42-7.567 8.42M11.407 51.456c6.264 0 11.406-5.12 11.406-11.407c0-6.242-5.142-11.407-11.406-11.407C5.164 28.642 0 33.807 0 40.05c0 6.287 5.164 11.407 11.407 11.407m0-9.61c-.741 0-1.28-.495-1.303-1.236l-.18-6.197c-.022-.876.584-1.482 1.483-1.482c.92 0 1.504.606 1.482 1.482l-.18 6.197c-.022.741-.539 1.235-1.302 1.235m0 5.366a1.85 1.85 0 0 1-1.842-1.842c0-1.01.831-1.84 1.842-1.84c1.033 0 1.84.83 1.84 1.84s-.807 1.842-1.84 1.842"/></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.703 50.602C45.896 50.602 56 40.498 56 28.306c0-12.17-10.126-22.297-22.32-22.297c-11.226 0-20.724 8.645-22.071 19.535c6.983.112 12.843 5.232 14.056 11.923c2.38-1.01 5.142-1.594 8.038-1.594c5.524 0 10.396 2.065 13.36 5.254c-3.368 3.48-8.105 5.68-13.382 5.68c-3.099 0-6.018-.785-8.578-2.11a13.1 13.1 0 0 1-1.684 3.368c3.122 1.617 6.602 2.537 10.284 2.537M33.681 32.1c-4.289 0-7.545-3.75-7.545-8.42c0-4.423 3.323-8.263 7.545-8.263c4.244 0 7.59 3.84 7.567 8.263c0 4.67-3.256 8.42-7.567 8.42M11.407 51.456c6.264 0 11.406-5.12 11.406-11.407c0-6.242-5.142-11.407-11.406-11.407C5.164 28.642 0 33.807 0 40.05c0 6.287 5.164 11.407 11.407 11.407m0-9.61c-.741 0-1.28-.495-1.303-1.236l-.18-6.197c-.022-.876.584-1.482 1.483-1.482c.92 0 1.504.606 1.482 1.482l-.18 6.197c-.022.741-.539 1.235-1.302 1.235m0 5.366a1.85 1.85 0 0 1-1.842-1.842c0-1.01.831-1.84 1.842-1.84c1.033 0 1.84.83 1.84 1.84s-.807 1.842-1.84 1.842"/></svg> </template>
CSS
.icon-person-crop-circle-fill-badge-exclam {
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.703%2050.602C45.896%2050.602%2056%2040.498%2056%2028.306c0-12.17-10.126-22.297-22.32-22.297c-11.226%200-20.724%208.645-22.071%2019.535c6.983.112%2012.843%205.232%2014.056%2011.923c2.38-1.01%205.142-1.594%208.038-1.594c5.524%200%2010.396%202.065%2013.36%205.254c-3.368%203.48-8.105%205.68-13.382%205.68c-3.099%200-6.018-.785-8.578-2.11a13.1%2013.1%200%200%201-1.684%203.368c3.122%201.617%206.602%202.537%2010.284%202.537M33.681%2032.1c-4.289%200-7.545-3.75-7.545-8.42c0-4.423%203.323-8.263%207.545-8.263c4.244%200%207.59%203.84%207.567%208.263c0%204.67-3.256%208.42-7.567%208.42M11.407%2051.456c6.264%200%2011.406-5.12%2011.406-11.407c0-6.242-5.142-11.407-11.406-11.407C5.164%2028.642%200%2033.807%200%2040.05c0%206.287%205.164%2011.407%2011.407%2011.407m0-9.61c-.741%200-1.28-.495-1.303-1.236l-.18-6.197c-.022-.876.584-1.482%201.483-1.482c.92%200%201.504.606%201.482%201.482l-.18%206.197c-.022.741-.539%201.235-1.302%201.235m0%205.366a1.85%201.85%200%200%201-1.842-1.842c0-1.01.831-1.84%201.842-1.84c1.033%200%201.84.83%201.84%201.84s-.807%201.842-1.84%201.842%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.703%2050.602C45.896%2050.602%2056%2040.498%2056%2028.306c0-12.17-10.126-22.297-22.32-22.297c-11.226%200-20.724%208.645-22.071%2019.535c6.983.112%2012.843%205.232%2014.056%2011.923c2.38-1.01%205.142-1.594%208.038-1.594c5.524%200%2010.396%202.065%2013.36%205.254c-3.368%203.48-8.105%205.68-13.382%205.68c-3.099%200-6.018-.785-8.578-2.11a13.1%2013.1%200%200%201-1.684%203.368c3.122%201.617%206.602%202.537%2010.284%202.537M33.681%2032.1c-4.289%200-7.545-3.75-7.545-8.42c0-4.423%203.323-8.263%207.545-8.263c4.244%200%207.59%203.84%207.567%208.263c0%204.67-3.256%208.42-7.567%208.42M11.407%2051.456c6.264%200%2011.406-5.12%2011.406-11.407c0-6.242-5.142-11.407-11.406-11.407C5.164%2028.642%200%2033.807%200%2040.05c0%206.287%205.164%2011.407%2011.407%2011.407m0-9.61c-.741%200-1.28-.495-1.303-1.236l-.18-6.197c-.022-.876.584-1.482%201.483-1.482c.92%200%201.504.606%201.482%201.482l-.18%206.197c-.022.741-.539%201.235-1.302%201.235m0%205.366a1.85%201.85%200%200%201-1.842-1.842c0-1.01.831-1.84%201.842-1.84c1.033%200%201.84.83%201.84%201.84s-.807%201.842-1.84%201.842%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-fill-badge-exclam.svg?color=%231a73e8&size=48