image circle icon
image-circle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- image-circle-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
image-add-20-filledimage-alt-text-16-filledimage-arrow-back-20-filledimage-arrow-counterclockwise-20-filledimage-arrow-forward-20-filledimage-border-16-filledimage-copy-20-filledimage-dismiss-20-filledimage-edit-16-filledimage-globe-20-filledimage-library-20-filledimage-multiple-16-filledimage-multiple-off-16-filledimage-off-20-filledimage-prohibited-20-filledimage-reflection-20-filledimage-search-20-filledimage-shadow-20-filledimage-sparkle-16-filledimage-split-20-filledimage-stack-16-filledimage-style-guide-16-filledimage-table-16-filled
Use the image circle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2C7.373 2 2 7.373 2 14a11.96 11.96 0 0 0 3.016 7.956l7.588-7.4a2 2 0 0 1 2.792 0l7.588 7.4A11.96 11.96 0 0 0 26 14c0-6.627-5.373-12-12-12m7.921 21.014l-7.572-7.383a.5.5 0 0 0-.698 0l-7.572 7.383A11.95 11.95 0 0 0 14 26c3.035 0 5.808-1.127 7.921-2.986M20.5 9.75a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageCircle28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2C7.373 2 2 7.373 2 14a11.96 11.96 0 0 0 3.016 7.956l7.588-7.4a2 2 0 0 1 2.792 0l7.588 7.4A11.96 11.96 0 0 0 26 14c0-6.627-5.373-12-12-12m7.921 21.014l-7.572-7.383a.5.5 0 0 0-.698 0l-7.572 7.383A11.95 11.95 0 0 0 14 26c3.035 0 5.808-1.127 7.921-2.986M20.5 9.75a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M14 2C7.373 2 2 7.373 2 14a11.96 11.96 0 0 0 3.016 7.956l7.588-7.4a2 2 0 0 1 2.792 0l7.588 7.4A11.96 11.96 0 0 0 26 14c0-6.627-5.373-12-12-12m7.921 21.014l-7.572-7.383a.5.5 0 0 0-.698 0l-7.572 7.383A11.95 11.95 0 0 0 14 26c3.035 0 5.808-1.127 7.921-2.986M20.5 9.75a2.25 2.25 0 1 1-4.5 0a2.25 2.25 0 0 1 4.5 0"/></svg> </template>
CSS
.icon-image-circle-28-filled {
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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202C7.373%202%202%207.373%202%2014a11.96%2011.96%200%200%200%203.016%207.956l7.588-7.4a2%202%200%200%201%202.792%200l7.588%207.4A11.96%2011.96%200%200%200%2026%2014c0-6.627-5.373-12-12-12m7.921%2021.014l-7.572-7.383a.5.5%200%200%200-.698%200l-7.572%207.383A11.95%2011.95%200%200%200%2014%2026c3.035%200%205.808-1.127%207.921-2.986M20.5%209.75a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%202C7.373%202%202%207.373%202%2014a11.96%2011.96%200%200%200%203.016%207.956l7.588-7.4a2%202%200%200%201%202.792%200l7.588%207.4A11.96%2011.96%200%200%200%2026%2014c0-6.627-5.373-12-12-12m7.921%2021.014l-7.572-7.383a.5.5%200%200%200-.698%200l-7.572%207.383A11.95%2011.95%200%200%200%2014%2026c3.035%200%205.808-1.127%207.921-2.986M20.5%209.75a2.25%202.25%200%201%201-4.5%200a2.25%202.25%200%200%201%204.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-circle-28-filled.svg?color=%231a73e8&size=48