color fill accent icon

color-fill-accent-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.

Name
color-fill-accent-32-light
Set
Fluent UI System Icons
Style
32 Light
Viewbox
32×32
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the color fill accent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.797 19.5c-.148.415-.297.948-.297 1.5a4.5 4.5 0 1 0 9 0c0-.395-.076-.78-.174-1.12A2.5 2.5 0 0 1 28.5 22v4a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 26v-4A2.5 2.5 0 0 1 6 19.5h.438l2.606 2.605a4.75 4.75 0 0 0 6.717 0l2.606-2.605z"/></svg>

React

import type { SVGProps } from "react";

export function FluentColorFillAccent32Light(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.797 19.5c-.148.415-.297.948-.297 1.5a4.5 4.5 0 1 0 9 0c0-.395-.076-.78-.174-1.12A2.5 2.5 0 0 1 28.5 22v4a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 26v-4A2.5 2.5 0 0 1 6 19.5h.438l2.606 2.605a4.75 4.75 0 0 0 6.717 0l2.606-2.605z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M18.797 19.5c-.148.415-.297.948-.297 1.5a4.5 4.5 0 1 0 9 0c0-.395-.076-.78-.174-1.12A2.5 2.5 0 0 1 28.5 22v4a2.5 2.5 0 0 1-2.5 2.5H6A2.5 2.5 0 0 1 3.5 26v-4A2.5 2.5 0 0 1 6 19.5h.438l2.606 2.605a4.75 4.75 0 0 0 6.717 0l2.606-2.605z"/></svg>
</template>

CSS

.icon-color-fill-accent-32-light {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.797%2019.5c-.148.415-.297.948-.297%201.5a4.5%204.5%200%201%200%209%200c0-.395-.076-.78-.174-1.12A2.5%202.5%200%200%201%2028.5%2022v4a2.5%202.5%200%200%201-2.5%202.5H6A2.5%202.5%200%200%201%203.5%2026v-4A2.5%202.5%200%200%201%206%2019.5h.438l2.606%202.605a4.75%204.75%200%200%200%206.717%200l2.606-2.605z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.797%2019.5c-.148.415-.297.948-.297%201.5a4.5%204.5%200%201%200%209%200c0-.395-.076-.78-.174-1.12A2.5%202.5%200%200%201%2028.5%2022v4a2.5%202.5%200%200%201-2.5%202.5H6A2.5%202.5%200%200%201%203.5%2026v-4A2.5%202.5%200%200%201%206%2019.5h.438l2.606%202.605a4.75%204.75%200%200%200%206.717%200l2.606-2.605z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/color-fill-accent-32-light.svg?color=%231a73e8&size=48