person alt circle icon
person-alt-circle from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- person-alt-circle
- 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-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-exclamperson-crop-circle-fill-badge-minusperson-crop-circle-fill-badge-plusperson-crop-circle-fill-badge-xmarkperson-crop-rectangleperson-crop-square
Use the person alt circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 51.999c-13.255 0-24-10.744-24-24s10.745-24 24-24c13.254 0 24 10.745 24 24s-10.746 24-24 24m0-44.463c-11.284 0-20.464 9.18-20.464 20.463c0 6.063 2.664 11.501 6.865 15.25c.13-.09.29-.17.478-.232q.25-.073.49-.146c4.678-1.435 5.796-2.677 6.218-4.048c.776-.347 1.065-.584 1.219-1.408c.096-.524.172-2.28.098-2.89c-.443-.432-.684-1.546-.899-1.99c-.496-1.03-.584-1.562-1.061-3.294c-.073-.232-.23-.247-.341-.291c-.167-.07-.311-.18-.465-.39c-.434-.588-.163-.92-.57-2.037c-.518-1.27-.727-2.525-.333-2.9c.267-.238.445-.085.576-.036c.086.032.02-.184-.057-.497c-.313-1.28-.33-3.831-.33-3.831l.047-.002c-.16-1.067-.123-2.05.585-3.54c.697-1.523 1.32-1.187 1.67-1.578c1.478-1.664 2.837-1.707 3.857-2.147c2.293-.99 4.226-.112 5.772.535c.65.28 2.547.497 3.18 1.896c.37.815.693 2.207.818 2.332c.132.6.204 1.569.136 2.63c-.084 1.312-.086 2.397-.397 3.676c-.079.311-.147.53-.06.495c.131-.048.294-.225.56.013c.393.375.313 1.683-.205 2.954c-.406 1.117-.183 1.322-.442 1.78c-.11.2-.187.47-.523.591c-.111.041-.247.14-.299.38c-.36 1.683-.452 1.99-.83 3.253c-.142.472-.465 1.489-.892 1.89c-.09.723.121 2.58.243 2.998c.282.98.552 1.17 1.102 1.408c.678 1.415 1.2 3.261 6.392 4.087q.353.056.737.107c.295.043.532.122.743.215c4.189-3.751 6.846-9.18 6.846-15.233c0-11.283-9.181-20.463-20.465-20.463"/></svg>
React
import type { SVGProps } from "react";
export function F7PersonAltCircle(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" fillRule="evenodd" d="M28 51.999c-13.255 0-24-10.744-24-24s10.745-24 24-24c13.254 0 24 10.745 24 24s-10.746 24-24 24m0-44.463c-11.284 0-20.464 9.18-20.464 20.463c0 6.063 2.664 11.501 6.865 15.25c.13-.09.29-.17.478-.232q.25-.073.49-.146c4.678-1.435 5.796-2.677 6.218-4.048c.776-.347 1.065-.584 1.219-1.408c.096-.524.172-2.28.098-2.89c-.443-.432-.684-1.546-.899-1.99c-.496-1.03-.584-1.562-1.061-3.294c-.073-.232-.23-.247-.341-.291c-.167-.07-.311-.18-.465-.39c-.434-.588-.163-.92-.57-2.037c-.518-1.27-.727-2.525-.333-2.9c.267-.238.445-.085.576-.036c.086.032.02-.184-.057-.497c-.313-1.28-.33-3.831-.33-3.831l.047-.002c-.16-1.067-.123-2.05.585-3.54c.697-1.523 1.32-1.187 1.67-1.578c1.478-1.664 2.837-1.707 3.857-2.147c2.293-.99 4.226-.112 5.772.535c.65.28 2.547.497 3.18 1.896c.37.815.693 2.207.818 2.332c.132.6.204 1.569.136 2.63c-.084 1.312-.086 2.397-.397 3.676c-.079.311-.147.53-.06.495c.131-.048.294-.225.56.013c.393.375.313 1.683-.205 2.954c-.406 1.117-.183 1.322-.442 1.78c-.11.2-.187.47-.523.591c-.111.041-.247.14-.299.38c-.36 1.683-.452 1.99-.83 3.253c-.142.472-.465 1.489-.892 1.89c-.09.723.121 2.58.243 2.998c.282.98.552 1.17 1.102 1.408c.678 1.415 1.2 3.261 6.392 4.087q.353.056.737.107c.295.043.532.122.743.215c4.189-3.751 6.846-9.18 6.846-15.233c0-11.283-9.181-20.463-20.465-20.463"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M28 51.999c-13.255 0-24-10.744-24-24s10.745-24 24-24c13.254 0 24 10.745 24 24s-10.746 24-24 24m0-44.463c-11.284 0-20.464 9.18-20.464 20.463c0 6.063 2.664 11.501 6.865 15.25c.13-.09.29-.17.478-.232q.25-.073.49-.146c4.678-1.435 5.796-2.677 6.218-4.048c.776-.347 1.065-.584 1.219-1.408c.096-.524.172-2.28.098-2.89c-.443-.432-.684-1.546-.899-1.99c-.496-1.03-.584-1.562-1.061-3.294c-.073-.232-.23-.247-.341-.291c-.167-.07-.311-.18-.465-.39c-.434-.588-.163-.92-.57-2.037c-.518-1.27-.727-2.525-.333-2.9c.267-.238.445-.085.576-.036c.086.032.02-.184-.057-.497c-.313-1.28-.33-3.831-.33-3.831l.047-.002c-.16-1.067-.123-2.05.585-3.54c.697-1.523 1.32-1.187 1.67-1.578c1.478-1.664 2.837-1.707 3.857-2.147c2.293-.99 4.226-.112 5.772.535c.65.28 2.547.497 3.18 1.896c.37.815.693 2.207.818 2.332c.132.6.204 1.569.136 2.63c-.084 1.312-.086 2.397-.397 3.676c-.079.311-.147.53-.06.495c.131-.048.294-.225.56.013c.393.375.313 1.683-.205 2.954c-.406 1.117-.183 1.322-.442 1.78c-.11.2-.187.47-.523.591c-.111.041-.247.14-.299.38c-.36 1.683-.452 1.99-.83 3.253c-.142.472-.465 1.489-.892 1.89c-.09.723.121 2.58.243 2.998c.282.98.552 1.17 1.102 1.408c.678 1.415 1.2 3.261 6.392 4.087q.353.056.737.107c.295.043.532.122.743.215c4.189-3.751 6.846-9.18 6.846-15.233c0-11.283-9.181-20.463-20.465-20.463"/></svg> </template>
CSS
.icon-person-alt-circle {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2051.999c-13.255%200-24-10.744-24-24s10.745-24%2024-24c13.254%200%2024%2010.745%2024%2024s-10.746%2024-24%2024m0-44.463c-11.284%200-20.464%209.18-20.464%2020.463c0%206.063%202.664%2011.501%206.865%2015.25c.13-.09.29-.17.478-.232q.25-.073.49-.146c4.678-1.435%205.796-2.677%206.218-4.048c.776-.347%201.065-.584%201.219-1.408c.096-.524.172-2.28.098-2.89c-.443-.432-.684-1.546-.899-1.99c-.496-1.03-.584-1.562-1.061-3.294c-.073-.232-.23-.247-.341-.291c-.167-.07-.311-.18-.465-.39c-.434-.588-.163-.92-.57-2.037c-.518-1.27-.727-2.525-.333-2.9c.267-.238.445-.085.576-.036c.086.032.02-.184-.057-.497c-.313-1.28-.33-3.831-.33-3.831l.047-.002c-.16-1.067-.123-2.05.585-3.54c.697-1.523%201.32-1.187%201.67-1.578c1.478-1.664%202.837-1.707%203.857-2.147c2.293-.99%204.226-.112%205.772.535c.65.28%202.547.497%203.18%201.896c.37.815.693%202.207.818%202.332c.132.6.204%201.569.136%202.63c-.084%201.312-.086%202.397-.397%203.676c-.079.311-.147.53-.06.495c.131-.048.294-.225.56.013c.393.375.313%201.683-.205%202.954c-.406%201.117-.183%201.322-.442%201.78c-.11.2-.187.47-.523.591c-.111.041-.247.14-.299.38c-.36%201.683-.452%201.99-.83%203.253c-.142.472-.465%201.489-.892%201.89c-.09.723.121%202.58.243%202.998c.282.98.552%201.17%201.102%201.408c.678%201.415%201.2%203.261%206.392%204.087q.353.056.737.107c.295.043.532.122.743.215c4.189-3.751%206.846-9.18%206.846-15.233c0-11.283-9.181-20.463-20.465-20.463%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%20fill-rule%3D%22evenodd%22%20d%3D%22M28%2051.999c-13.255%200-24-10.744-24-24s10.745-24%2024-24c13.254%200%2024%2010.745%2024%2024s-10.746%2024-24%2024m0-44.463c-11.284%200-20.464%209.18-20.464%2020.463c0%206.063%202.664%2011.501%206.865%2015.25c.13-.09.29-.17.478-.232q.25-.073.49-.146c4.678-1.435%205.796-2.677%206.218-4.048c.776-.347%201.065-.584%201.219-1.408c.096-.524.172-2.28.098-2.89c-.443-.432-.684-1.546-.899-1.99c-.496-1.03-.584-1.562-1.061-3.294c-.073-.232-.23-.247-.341-.291c-.167-.07-.311-.18-.465-.39c-.434-.588-.163-.92-.57-2.037c-.518-1.27-.727-2.525-.333-2.9c.267-.238.445-.085.576-.036c.086.032.02-.184-.057-.497c-.313-1.28-.33-3.831-.33-3.831l.047-.002c-.16-1.067-.123-2.05.585-3.54c.697-1.523%201.32-1.187%201.67-1.578c1.478-1.664%202.837-1.707%203.857-2.147c2.293-.99%204.226-.112%205.772.535c.65.28%202.547.497%203.18%201.896c.37.815.693%202.207.818%202.332c.132.6.204%201.569.136%202.63c-.084%201.312-.086%202.397-.397%203.676c-.079.311-.147.53-.06.495c.131-.048.294-.225.56.013c.393.375.313%201.683-.205%202.954c-.406%201.117-.183%201.322-.442%201.78c-.11.2-.187.47-.523.591c-.111.041-.247.14-.299.38c-.36%201.683-.452%201.99-.83%203.253c-.142.472-.465%201.489-.892%201.89c-.09.723.121%202.58.243%202.998c.282.98.552%201.17%201.102%201.408c.678%201.415%201.2%203.261%206.392%204.087q.353.056.737.107c.295.043.532.122.743.215c4.189-3.751%206.846-9.18%206.846-15.233c0-11.283-9.181-20.463-20.465-20.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/person-alt-circle.svg?color=%231a73e8&size=48