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

Name
circle-highlight-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the circle highlight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4.708q-.374.424-.687.898l3.29 3.29a.5.5 0 1 1-.707.708L2.801 6.508a8 8 0 0 0-.449 1.137l3.252 3.251a.5.5 0 0 1-.708.708L2.09 8.797a8 8 0 0 0-.085 1.501l3.349 3.348a.5.5 0 0 1-.708.708l-2.408-2.409a8 8 0 1 0 9.707-9.707l2.409 2.408a.5.5 0 0 1-.708.708l-3.348-3.349a8 8 0 0 0-1.501.085l2.807 2.806a.5.5 0 0 1-.708.708l-3.25-3.252q-.592.182-1.138.449l3.096 3.095a.5.5 0 1 1-.708.708l-3.29-3.29A8 8 0 0 0 4.708 4l3.146 3.145a.5.5 0 1 1-.708.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCircleHighlight20Filled(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="M4 4.708q-.374.424-.687.898l3.29 3.29a.5.5 0 1 1-.707.708L2.801 6.508a8 8 0 0 0-.449 1.137l3.252 3.251a.5.5 0 0 1-.708.708L2.09 8.797a8 8 0 0 0-.085 1.501l3.349 3.348a.5.5 0 0 1-.708.708l-2.408-2.409a8 8 0 1 0 9.707-9.707l2.409 2.408a.5.5 0 0 1-.708.708l-3.348-3.349a8 8 0 0 0-1.501.085l2.807 2.806a.5.5 0 0 1-.708.708l-3.25-3.252q-.592.182-1.138.449l3.096 3.095a.5.5 0 1 1-.708.708l-3.29-3.29A8 8 0 0 0 4.708 4l3.146 3.145a.5.5 0 1 1-.708.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M4 4.708q-.374.424-.687.898l3.29 3.29a.5.5 0 1 1-.707.708L2.801 6.508a8 8 0 0 0-.449 1.137l3.252 3.251a.5.5 0 0 1-.708.708L2.09 8.797a8 8 0 0 0-.085 1.501l3.349 3.348a.5.5 0 0 1-.708.708l-2.408-2.409a8 8 0 1 0 9.707-9.707l2.409 2.408a.5.5 0 0 1-.708.708l-3.348-3.349a8 8 0 0 0-1.501.085l2.807 2.806a.5.5 0 0 1-.708.708l-3.25-3.252q-.592.182-1.138.449l3.096 3.095a.5.5 0 1 1-.708.708l-3.29-3.29A8 8 0 0 0 4.708 4l3.146 3.145a.5.5 0 1 1-.708.708z"/></svg>
</template>

CSS

.icon-circle-highlight-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%204.708q-.374.424-.687.898l3.29%203.29a.5.5%200%201%201-.707.708L2.801%206.508a8%208%200%200%200-.449%201.137l3.252%203.251a.5.5%200%200%201-.708.708L2.09%208.797a8%208%200%200%200-.085%201.501l3.349%203.348a.5.5%200%200%201-.708.708l-2.408-2.409a8%208%200%201%200%209.707-9.707l2.409%202.408a.5.5%200%200%201-.708.708l-3.348-3.349a8%208%200%200%200-1.501.085l2.807%202.806a.5.5%200%200%201-.708.708l-3.25-3.252q-.592.182-1.138.449l3.096%203.095a.5.5%200%201%201-.708.708l-3.29-3.29A8%208%200%200%200%204.708%204l3.146%203.145a.5.5%200%201%201-.708.708z%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%22M4%204.708q-.374.424-.687.898l3.29%203.29a.5.5%200%201%201-.707.708L2.801%206.508a8%208%200%200%200-.449%201.137l3.252%203.251a.5.5%200%200%201-.708.708L2.09%208.797a8%208%200%200%200-.085%201.501l3.349%203.348a.5.5%200%200%201-.708.708l-2.408-2.409a8%208%200%201%200%209.707-9.707l2.409%202.408a.5.5%200%200%201-.708.708l-3.348-3.349a8%208%200%200%200-1.501.085l2.807%202.806a.5.5%200%200%201-.708.708l-3.25-3.252q-.592.182-1.138.449l3.096%203.095a.5.5%200%201%201-.708.708l-3.29-3.29A8%208%200%200%200%204.708%204l3.146%203.145a.5.5%200%201%201-.708.708z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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