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

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

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the color background icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.342 12.994c-.188.409-.342.888-.342 1.381c0 .735.287 1.426.775 1.914A2.4 2.4 0 0 0 13.5 17c1.471 0 2.5-1.234 2.5-2.625c0-.493-.154-.972-.342-1.381a7 7 0 0 0-.674-1.134c-.237-.33-.473-.613-.649-.812l-.305-.328l-.002-.002a.75.75 0 0 0-1.059.002l-.005.005c-.058.062-.214.226-.3.323c-.175.199-.411.48-.649.812a7 7 0 0 0-.673 1.134m2.423-.26c.202.281.392.586.53.886c.14.305.205.56.205.755c0 .691-.481 1.125-1 1.125c-.25 0-.492-.1-.675-.283c-.196-.195-.325-.484-.325-.842c0-.194.065-.45.205-.755c.137-.3.328-.605.53-.885q.135-.189.265-.35q.13.16.265.35M6.75 1a.75.75 0 0 0-.75.75v1.756l-.093.087l-4.243 4.243a2 2 0 0 0 0 2.828L5.199 14.2a2 2 0 0 0 2.829 0l4.243-4.243a2 2 0 0 0 0-2.828L8.735 3.593A2 2 0 0 0 7.5 3.015V1.75A.75.75 0 0 0 6.75 1M6 5.621v.629a.75.75 0 1 0 1.5 0V4.54a.5.5 0 0 1 .174.114l3.536 3.535a.5.5 0 0 1 .144.311H3.121zm.26 7.518l-3.128-3.128h6.964l-3.129 3.128a.5.5 0 0 1-.707 0M2 17.5v-5.088l1.5 1.5V17.5a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-7.441l-1.5-1.5H19.5A2.5 2.5 0 0 1 22 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 17.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentColorBackground24Regular(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="M11.342 12.994c-.188.409-.342.888-.342 1.381c0 .735.287 1.426.775 1.914A2.4 2.4 0 0 0 13.5 17c1.471 0 2.5-1.234 2.5-2.625c0-.493-.154-.972-.342-1.381a7 7 0 0 0-.674-1.134c-.237-.33-.473-.613-.649-.812l-.305-.328l-.002-.002a.75.75 0 0 0-1.059.002l-.005.005c-.058.062-.214.226-.3.323c-.175.199-.411.48-.649.812a7 7 0 0 0-.673 1.134m2.423-.26c.202.281.392.586.53.886c.14.305.205.56.205.755c0 .691-.481 1.125-1 1.125c-.25 0-.492-.1-.675-.283c-.196-.195-.325-.484-.325-.842c0-.194.065-.45.205-.755c.137-.3.328-.605.53-.885q.135-.189.265-.35q.13.16.265.35M6.75 1a.75.75 0 0 0-.75.75v1.756l-.093.087l-4.243 4.243a2 2 0 0 0 0 2.828L5.199 14.2a2 2 0 0 0 2.829 0l4.243-4.243a2 2 0 0 0 0-2.828L8.735 3.593A2 2 0 0 0 7.5 3.015V1.75A.75.75 0 0 0 6.75 1M6 5.621v.629a.75.75 0 1 0 1.5 0V4.54a.5.5 0 0 1 .174.114l3.536 3.535a.5.5 0 0 1 .144.311H3.121zm.26 7.518l-3.128-3.128h6.964l-3.129 3.128a.5.5 0 0 1-.707 0M2 17.5v-5.088l1.5 1.5V17.5a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-7.441l-1.5-1.5H19.5A2.5 2.5 0 0 1 22 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 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="M11.342 12.994c-.188.409-.342.888-.342 1.381c0 .735.287 1.426.775 1.914A2.4 2.4 0 0 0 13.5 17c1.471 0 2.5-1.234 2.5-2.625c0-.493-.154-.972-.342-1.381a7 7 0 0 0-.674-1.134c-.237-.33-.473-.613-.649-.812l-.305-.328l-.002-.002a.75.75 0 0 0-1.059.002l-.005.005c-.058.062-.214.226-.3.323c-.175.199-.411.48-.649.812a7 7 0 0 0-.673 1.134m2.423-.26c.202.281.392.586.53.886c.14.305.205.56.205.755c0 .691-.481 1.125-1 1.125c-.25 0-.492-.1-.675-.283c-.196-.195-.325-.484-.325-.842c0-.194.065-.45.205-.755c.137-.3.328-.605.53-.885q.135-.189.265-.35q.13.16.265.35M6.75 1a.75.75 0 0 0-.75.75v1.756l-.093.087l-4.243 4.243a2 2 0 0 0 0 2.828L5.199 14.2a2 2 0 0 0 2.829 0l4.243-4.243a2 2 0 0 0 0-2.828L8.735 3.593A2 2 0 0 0 7.5 3.015V1.75A.75.75 0 0 0 6.75 1M6 5.621v.629a.75.75 0 1 0 1.5 0V4.54a.5.5 0 0 1 .174.114l3.536 3.535a.5.5 0 0 1 .144.311H3.121zm.26 7.518l-3.128-3.128h6.964l-3.129 3.128a.5.5 0 0 1-.707 0M2 17.5v-5.088l1.5 1.5V17.5a1 1 0 0 0 1 1h15a1 1 0 0 0 1-1v-11a1 1 0 0 0-1-1h-7.441l-1.5-1.5H19.5A2.5 2.5 0 0 1 22 6.5v11a2.5 2.5 0 0 1-2.5 2.5h-15A2.5 2.5 0 0 1 2 17.5"/></svg>
</template>

CSS

.icon-color-background-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%22M11.342%2012.994c-.188.409-.342.888-.342%201.381c0%20.735.287%201.426.775%201.914A2.4%202.4%200%200%200%2013.5%2017c1.471%200%202.5-1.234%202.5-2.625c0-.493-.154-.972-.342-1.381a7%207%200%200%200-.674-1.134c-.237-.33-.473-.613-.649-.812l-.305-.328l-.002-.002a.75.75%200%200%200-1.059.002l-.005.005c-.058.062-.214.226-.3.323c-.175.199-.411.48-.649.812a7%207%200%200%200-.673%201.134m2.423-.26c.202.281.392.586.53.886c.14.305.205.56.205.755c0%20.691-.481%201.125-1%201.125c-.25%200-.492-.1-.675-.283c-.196-.195-.325-.484-.325-.842c0-.194.065-.45.205-.755c.137-.3.328-.605.53-.885q.135-.189.265-.35q.13.16.265.35M6.75%201a.75.75%200%200%200-.75.75v1.756l-.093.087l-4.243%204.243a2%202%200%200%200%200%202.828L5.199%2014.2a2%202%200%200%200%202.829%200l4.243-4.243a2%202%200%200%200%200-2.828L8.735%203.593A2%202%200%200%200%207.5%203.015V1.75A.75.75%200%200%200%206.75%201M6%205.621v.629a.75.75%200%201%200%201.5%200V4.54a.5.5%200%200%201%20.174.114l3.536%203.535a.5.5%200%200%201%20.144.311H3.121zm.26%207.518l-3.128-3.128h6.964l-3.129%203.128a.5.5%200%200%201-.707%200M2%2017.5v-5.088l1.5%201.5V17.5a1%201%200%200%200%201%201h15a1%201%200%200%200%201-1v-11a1%201%200%200%200-1-1h-7.441l-1.5-1.5H19.5A2.5%202.5%200%200%201%2022%206.5v11a2.5%202.5%200%200%201-2.5%202.5h-15A2.5%202.5%200%200%201%202%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%22M11.342%2012.994c-.188.409-.342.888-.342%201.381c0%20.735.287%201.426.775%201.914A2.4%202.4%200%200%200%2013.5%2017c1.471%200%202.5-1.234%202.5-2.625c0-.493-.154-.972-.342-1.381a7%207%200%200%200-.674-1.134c-.237-.33-.473-.613-.649-.812l-.305-.328l-.002-.002a.75.75%200%200%200-1.059.002l-.005.005c-.058.062-.214.226-.3.323c-.175.199-.411.48-.649.812a7%207%200%200%200-.673%201.134m2.423-.26c.202.281.392.586.53.886c.14.305.205.56.205.755c0%20.691-.481%201.125-1%201.125c-.25%200-.492-.1-.675-.283c-.196-.195-.325-.484-.325-.842c0-.194.065-.45.205-.755c.137-.3.328-.605.53-.885q.135-.189.265-.35q.13.16.265.35M6.75%201a.75.75%200%200%200-.75.75v1.756l-.093.087l-4.243%204.243a2%202%200%200%200%200%202.828L5.199%2014.2a2%202%200%200%200%202.829%200l4.243-4.243a2%202%200%200%200%200-2.828L8.735%203.593A2%202%200%200%200%207.5%203.015V1.75A.75.75%200%200%200%206.75%201M6%205.621v.629a.75.75%200%201%200%201.5%200V4.54a.5.5%200%200%201%20.174.114l3.536%203.535a.5.5%200%200%201%20.144.311H3.121zm.26%207.518l-3.128-3.128h6.964l-3.129%203.128a.5.5%200%200%201-.707%200M2%2017.5v-5.088l1.5%201.5V17.5a1%201%200%200%200%201%201h15a1%201%200%200%200%201-1v-11a1%201%200%200%200-1-1h-7.441l-1.5-1.5H19.5A2.5%202.5%200%200%201%2022%206.5v11a2.5%202.5%200%200%201-2.5%202.5h-15A2.5%202.5%200%200%201%202%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-24-regular.svg?color=%231a73e8&size=48

Color Background 24 regular icon — Fluent UI System Icons · IconsDB