color background accent icon

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

Name
color-background-accent-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M3 17.5v-4.088L4.488 14.9a3 3 0 0 0 4.243 0l1.37-1.37c-.062.265-.101.55-.101.845C10 16.232 11.394 18 13.5 18s3.5-1.768 3.5-3.625c0-.693-.214-1.32-.433-1.798a8 8 0 0 0-.77-1.3a11 11 0 0 0-.713-.891l-.008-.01l-.325-.35l-.014-.013a1.74 1.74 0 0 0-1.047-.503a3 3 0 0 0-.717-3.096L11.56 5h7.94A1.5 1.5 0 0 1 21 6.5v11a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 17.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentColorBackgroundAccent24Regular(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="M3 17.5v-4.088L4.488 14.9a3 3 0 0 0 4.243 0l1.37-1.37c-.062.265-.101.55-.101.845C10 16.232 11.394 18 13.5 18s3.5-1.768 3.5-3.625c0-.693-.214-1.32-.433-1.798a8 8 0 0 0-.77-1.3a11 11 0 0 0-.713-.891l-.008-.01l-.325-.35l-.014-.013a1.74 1.74 0 0 0-1.047-.503a3 3 0 0 0-.717-3.096L11.56 5h7.94A1.5 1.5 0 0 1 21 6.5v11a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 17.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="M3 17.5v-4.088L4.488 14.9a3 3 0 0 0 4.243 0l1.37-1.37c-.062.265-.101.55-.101.845C10 16.232 11.394 18 13.5 18s3.5-1.768 3.5-3.625c0-.693-.214-1.32-.433-1.798a8 8 0 0 0-.77-1.3a11 11 0 0 0-.713-.891l-.008-.01l-.325-.35l-.014-.013a1.74 1.74 0 0 0-1.047-.503a3 3 0 0 0-.717-3.096L11.56 5h7.94A1.5 1.5 0 0 1 21 6.5v11a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 17.5"/></svg>
</template>

CSS

.icon-color-background-accent-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%2017.5v-4.088L4.488%2014.9a3%203%200%200%200%204.243%200l1.37-1.37c-.062.265-.101.55-.101.845C10%2016.232%2011.394%2018%2013.5%2018s3.5-1.768%203.5-3.625c0-.693-.214-1.32-.433-1.798a8%208%200%200%200-.77-1.3a11%2011%200%200%200-.713-.891l-.008-.01l-.325-.35l-.014-.013a1.74%201.74%200%200%200-1.047-.503a3%203%200%200%200-.717-3.096L11.56%205h7.94A1.5%201.5%200%200%201%2021%206.5v11a1.5%201.5%200%200%201-1.5%201.5h-15A1.5%201.5%200%200%201%203%2017.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%22M3%2017.5v-4.088L4.488%2014.9a3%203%200%200%200%204.243%200l1.37-1.37c-.062.265-.101.55-.101.845C10%2016.232%2011.394%2018%2013.5%2018s3.5-1.768%203.5-3.625c0-.693-.214-1.32-.433-1.798a8%208%200%200%200-.77-1.3a11%2011%200%200%200-.713-.891l-.008-.01l-.325-.35l-.014-.013a1.74%201.74%200%200%200-1.047-.503a3%203%200%200%200-.717-3.096L11.56%205h7.94A1.5%201.5%200%200%201%2021%206.5v11a1.5%201.5%200%200%201-1.5%201.5h-15A1.5%201.5%200%200%201%203%2017.5%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-24-regular.svg?color=%231a73e8&size=48