circle-image-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
circle-image-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M15.5 8a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 8 15.5v-5A2.5 2.5 0 0 1 10.5 8zm-1.793 6.414a1 1 0 0 0-1.414 0l-2.44 2.44c.196.093.415.146.647.146h5a1.5 1.5 0 0 0 .646-.146zM10.5 9A1.5 1.5 0 0 0 9 10.5v5c0 .232.053.45.146.646l2.44-2.439a2 2 0 0 1 2.828 0l2.44 2.44c.093-.196.146-.415.146-.647v-5A1.5 1.5 0 0 0 15.5 9zM8 2a6 6 0 0 1 5.915 5h-1.016A5.001 5.001 0 1 0 7 12.9v1.015A6 6 0 0 1 8 2m7 8a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleImage20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 8a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 8 15.5v-5A2.5 2.5 0 0 1 10.5 8zm-1.793 6.414a1 1 0 0 0-1.414 0l-2.44 2.44c.196.093.415.146.647.146h5a1.5 1.5 0 0 0 .646-.146zM10.5 9A1.5 1.5 0 0 0 9 10.5v5c0 .232.053.45.146.646l2.44-2.439a2 2 0 0 1 2.828 0l2.44 2.44c.093-.196.146-.415.146-.647v-5A1.5 1.5 0 0 0 15.5 9zM8 2a6 6 0 0 1 5.915 5h-1.016A5.001 5.001 0 1 0 7 12.9v1.015A6 6 0 0 1 8 2m7 8a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M15.5 8a2.5 2.5 0 0 1 2.5 2.5v5a2.5 2.5 0 0 1-2.5 2.5h-5A2.5 2.5 0 0 1 8 15.5v-5A2.5 2.5 0 0 1 10.5 8zm-1.793 6.414a1 1 0 0 0-1.414 0l-2.44 2.44c.196.093.415.146.647.146h5a1.5 1.5 0 0 0 .646-.146zM10.5 9A1.5 1.5 0 0 0 9 10.5v5c0 .232.053.45.146.646l2.44-2.439a2 2 0 0 1 2.828 0l2.44 2.44c.093-.196.146-.415.146-.647v-5A1.5 1.5 0 0 0 15.5 9zM8 2a6 6 0 0 1 5.915 5h-1.016A5.001 5.001 0 1 0 7 12.9v1.015A6 6 0 0 1 8 2m7 8a1 1 0 1 1 0 2a1 1 0 0 1 0-2"/></svg>
</template>

CSS

.icon-circle-image-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%208a2.5%202.5%200%200%201%202.5%202.5v5a2.5%202.5%200%200%201-2.5%202.5h-5A2.5%202.5%200%200%201%208%2015.5v-5A2.5%202.5%200%200%201%2010.5%208zm-1.793%206.414a1%201%200%200%200-1.414%200l-2.44%202.44c.196.093.415.146.647.146h5a1.5%201.5%200%200%200%20.646-.146zM10.5%209A1.5%201.5%200%200%200%209%2010.5v5c0%20.232.053.45.146.646l2.44-2.439a2%202%200%200%201%202.828%200l2.44%202.44c.093-.196.146-.415.146-.647v-5A1.5%201.5%200%200%200%2015.5%209zM8%202a6%206%200%200%201%205.915%205h-1.016A5.001%205.001%200%201%200%207%2012.9v1.015A6%206%200%200%201%208%202m7%208a1%201%200%201%201%200%202a1%201%200%200%201%200-2%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.5%208a2.5%202.5%200%200%201%202.5%202.5v5a2.5%202.5%200%200%201-2.5%202.5h-5A2.5%202.5%200%200%201%208%2015.5v-5A2.5%202.5%200%200%201%2010.5%208zm-1.793%206.414a1%201%200%200%200-1.414%200l-2.44%202.44c.196.093.415.146.647.146h5a1.5%201.5%200%200%200%20.646-.146zM10.5%209A1.5%201.5%200%200%200%209%2010.5v5c0%20.232.053.45.146.646l2.44-2.439a2%202%200%200%201%202.828%200l2.44%202.44c.093-.196.146-.415.146-.647v-5A1.5%201.5%200%200%200%2015.5%209zM8%202a6%206%200%200%201%205.915%205h-1.016A5.001%205.001%200%201%200%207%2012.9v1.015A6%206%200%200%201%208%202m7%208a1%201%200%201%201%200%202a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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