circle-image-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
circle-image-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the circle image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.793 17.268a1 1 0 0 1 1.414 0l4.25 4.249A3.24 3.24 0 0 1 18.75 22h-6.5c-.626 0-1.21-.177-1.706-.483zM18.75 9A3.25 3.25 0 0 1 22 12.25v6.5c0 .626-.177 1.21-.483 1.706l-4.25-4.249a2.5 2.5 0 0 0-3.535 0l-4.249 4.25A3.24 3.24 0 0 1 9 18.75v-6.5A3.25 3.25 0 0 1 12.25 9zM9.5 2a7.5 7.5 0 0 1 7.35 6h-4.6A4.25 4.25 0 0 0 8 12.25v4.6A7.5 7.5 0 0 1 9.5 2m8.5 9.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleImage24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.793 17.268a1 1 0 0 1 1.414 0l4.25 4.249A3.24 3.24 0 0 1 18.75 22h-6.5c-.626 0-1.21-.177-1.706-.483zM18.75 9A3.25 3.25 0 0 1 22 12.25v6.5c0 .626-.177 1.21-.483 1.706l-4.25-4.249a2.5 2.5 0 0 0-3.535 0l-4.249 4.25A3.24 3.24 0 0 1 9 18.75v-6.5A3.25 3.25 0 0 1 12.25 9zM9.5 2a7.5 7.5 0 0 1 7.35 6h-4.6A4.25 4.25 0 0 0 8 12.25v4.6A7.5 7.5 0 0 1 9.5 2m8.5 9.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.793 17.268a1 1 0 0 1 1.414 0l4.25 4.249A3.24 3.24 0 0 1 18.75 22h-6.5c-.626 0-1.21-.177-1.706-.483zM18.75 9A3.25 3.25 0 0 1 22 12.25v6.5c0 .626-.177 1.21-.483 1.706l-4.25-4.249a2.5 2.5 0 0 0-3.535 0l-4.249 4.25A3.24 3.24 0 0 1 9 18.75v-6.5A3.25 3.25 0 0 1 12.25 9zM9.5 2a7.5 7.5 0 0 1 7.35 6h-4.6A4.25 4.25 0 0 0 8 12.25v4.6A7.5 7.5 0 0 1 9.5 2m8.5 9.75a1.25 1.25 0 1 0 0 2.5a1.25 1.25 0 0 0 0-2.5"/></svg>
</template>

CSS

.icon-circle-image-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.793%2017.268a1%201%200%200%201%201.414%200l4.25%204.249A3.24%203.24%200%200%201%2018.75%2022h-6.5c-.626%200-1.21-.177-1.706-.483zM18.75%209A3.25%203.25%200%200%201%2022%2012.25v6.5c0%20.626-.177%201.21-.483%201.706l-4.25-4.249a2.5%202.5%200%200%200-3.535%200l-4.249%204.25A3.24%203.24%200%200%201%209%2018.75v-6.5A3.25%203.25%200%200%201%2012.25%209zM9.5%202a7.5%207.5%200%200%201%207.35%206h-4.6A4.25%204.25%200%200%200%208%2012.25v4.6A7.5%207.5%200%200%201%209.5%202m8.5%209.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.793%2017.268a1%201%200%200%201%201.414%200l4.25%204.249A3.24%203.24%200%200%201%2018.75%2022h-6.5c-.626%200-1.21-.177-1.706-.483zM18.75%209A3.25%203.25%200%200%201%2022%2012.25v6.5c0%20.626-.177%201.21-.483%201.706l-4.25-4.249a2.5%202.5%200%200%200-3.535%200l-4.249%204.25A3.24%203.24%200%200%201%209%2018.75v-6.5A3.25%203.25%200%200%201%2012.25%209zM9.5%202a7.5%207.5%200%200%201%207.35%206h-4.6A4.25%204.25%200%200%200%208%2012.25v4.6A7.5%207.5%200%200%201%209.5%202m8.5%209.75a1.25%201.25%200%201%200%200%202.5a1.25%201.25%200%200%200%200-2.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/circle-image-24-filled.svg?color=%231a73e8&size=48