color background accent icon

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

Name
color-background-accent-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the color background accent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m2.75 11.415l.328.328a3 3 0 0 0 4.243 0l.68-.68C8.028 12.404 8.96 14 10.75 14c1.816 0 2.75-1.646 2.75-3c0-1.014-.532-1.956-.862-2.472a9 9 0 0 0-.516-.722l-.007-.009l-.234-.282l-.012-.014a1.5 1.5 0 0 0-.85-.477a3 3 0 0 0-.794-2.274H15.5c.966 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75z"/></svg>

React

import type { SVGProps } from "react";

export function FluentColorBackgroundAccent20Regular(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="m2.75 11.415l.328.328a3 3 0 0 0 4.243 0l.68-.68C8.028 12.404 8.96 14 10.75 14c1.816 0 2.75-1.646 2.75-3c0-1.014-.532-1.956-.862-2.472a9 9 0 0 0-.516-.722l-.007-.009l-.234-.282l-.012-.014a1.5 1.5 0 0 0-.85-.477a3 3 0 0 0-.794-2.274H15.5c.966 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m2.75 11.415l.328.328a3 3 0 0 0 4.243 0l.68-.68C8.028 12.404 8.96 14 10.75 14c1.816 0 2.75-1.646 2.75-3c0-1.014-.532-1.956-.862-2.472a9 9 0 0 0-.516-.722l-.007-.009l-.234-.282l-.012-.014a1.5 1.5 0 0 0-.85-.477a3 3 0 0 0-.794-2.274H15.5c.966 0 1.75.784 1.75 1.75v7a1.75 1.75 0 0 1-1.75 1.75h-11a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
</template>

CSS

.icon-color-background-accent-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%22m2.75%2011.415l.328.328a3%203%200%200%200%204.243%200l.68-.68C8.028%2012.404%208.96%2014%2010.75%2014c1.816%200%202.75-1.646%202.75-3c0-1.014-.532-1.956-.862-2.472a9%209%200%200%200-.516-.722l-.007-.009l-.234-.282l-.012-.014a1.5%201.5%200%200%200-.85-.477a3%203%200%200%200-.794-2.274H15.5c.966%200%201.75.784%201.75%201.75v7a1.75%201.75%200%200%201-1.75%201.75h-11a1.75%201.75%200%200%201-1.75-1.75z%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%22m2.75%2011.415l.328.328a3%203%200%200%200%204.243%200l.68-.68C8.028%2012.404%208.96%2014%2010.75%2014c1.816%200%202.75-1.646%202.75-3c0-1.014-.532-1.956-.862-2.472a9%209%200%200%200-.516-.722l-.007-.009l-.234-.282l-.012-.014a1.5%201.5%200%200%200-.85-.477a3%203%200%200%200-.794-2.274H15.5c.966%200%201.75.784%201.75%201.75v7a1.75%201.75%200%200%201-1.75%201.75h-11a1.75%201.75%200%200%201-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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