image circle icon
image-circle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- image-circle-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" d="M24 6.5C14.335 6.5 6.5 14.335 6.5 24c0 4.45 1.66 8.51 4.395 11.599l10.637-10.58a3.5 3.5 0 0 1 4.936 0l10.637 10.58A17.43 17.43 0 0 0 41.5 24c0-9.665-7.835-17.5-17.5-17.5m11.318 30.848L24.705 26.79a1 1 0 0 0-1.41 0L12.682 37.348A17.43 17.43 0 0 0 24 41.5a17.43 17.43 0 0 0 11.318-4.152M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24m26.5-4.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 2.5a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/></svg>
React
import type { SVGProps } from "react";
export function FluentImageCircle48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 6.5C14.335 6.5 6.5 14.335 6.5 24c0 4.45 1.66 8.51 4.395 11.599l10.637-10.58a3.5 3.5 0 0 1 4.936 0l10.637 10.58A17.43 17.43 0 0 0 41.5 24c0-9.665-7.835-17.5-17.5-17.5m11.318 30.848L24.705 26.79a1 1 0 0 0-1.41 0L12.682 37.348A17.43 17.43 0 0 0 24 41.5a17.43 17.43 0 0 0 11.318-4.152M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24m26.5-4.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 2.5a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M24 6.5C14.335 6.5 6.5 14.335 6.5 24c0 4.45 1.66 8.51 4.395 11.599l10.637-10.58a3.5 3.5 0 0 1 4.936 0l10.637 10.58A17.43 17.43 0 0 0 41.5 24c0-9.665-7.835-17.5-17.5-17.5m11.318 30.848L24.705 26.79a1 1 0 0 0-1.41 0L12.682 37.348A17.43 17.43 0 0 0 24 41.5a17.43 17.43 0 0 0 11.318-4.152M4 24C4 12.954 12.954 4 24 4s20 8.954 20 20s-8.954 20-20 20S4 35.046 4 24m26.5-4.5a2 2 0 1 1 0-4a2 2 0 0 1 0 4m0 2.5a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9"/></svg> </template>
CSS
.icon-image-circle-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%206.5C14.335%206.5%206.5%2014.335%206.5%2024c0%204.45%201.66%208.51%204.395%2011.599l10.637-10.58a3.5%203.5%200%200%201%204.936%200l10.637%2010.58A17.43%2017.43%200%200%200%2041.5%2024c0-9.665-7.835-17.5-17.5-17.5m11.318%2030.848L24.705%2026.79a1%201%200%200%200-1.41%200L12.682%2037.348A17.43%2017.43%200%200%200%2024%2041.5a17.43%2017.43%200%200%200%2011.318-4.152M4%2024C4%2012.954%2012.954%204%2024%204s20%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024m26.5-4.5a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%202.5a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%206.5C14.335%206.5%206.5%2014.335%206.5%2024c0%204.45%201.66%208.51%204.395%2011.599l10.637-10.58a3.5%203.5%200%200%201%204.936%200l10.637%2010.58A17.43%2017.43%200%200%200%2041.5%2024c0-9.665-7.835-17.5-17.5-17.5m11.318%2030.848L24.705%2026.79a1%201%200%200%200-1.41%200L12.682%2037.348A17.43%2017.43%200%200%200%2024%2041.5a17.43%2017.43%200%200%200%2011.318-4.152M4%2024C4%2012.954%2012.954%204%2024%204s20%208.954%2020%2020s-8.954%2020-20%2020S4%2035.046%204%2024m26.5-4.5a2%202%200%201%201%200-4a2%202%200%200%201%200%204m0%202.5a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/image-circle-48-regular.svg?color=%231a73e8&size=48