bg colors icon
bg-colors-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.
- Name
- bg-colors-outlined
- Set
- Ant Design Icons
- Style
- Outlined
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- bg-colors, bg-colors-outline
Use the bg colors icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5c0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5m-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2l-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6zm12.9-448.6l178.9 178.9H223.4zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignBgColorsOutlined(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5c0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5m-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2l-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6zm12.9-448.6l178.9 178.9H223.4zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M766.4 744.3c43.7 0 79.4-36.2 79.4-80.5c0-53.5-79.4-140.8-79.4-140.8S687 610.3 687 663.8c0 44.3 35.7 80.5 79.4 80.5m-377.1-44.1c7.1 7.1 18.6 7.1 25.6 0l256.1-256c7.1-7.1 7.1-18.6 0-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11 9.11 0 0 0-12.8 0l-48 48a9.11 9.11 0 0 0 0 12.8l67.2 67.2l-207.8 207.9c-7.1 7.1-7.1 18.6 0 25.6zm12.9-448.6l178.9 178.9H223.4zM904 816H120c-4.4 0-8 3.6-8 8v80c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-80c0-4.4-3.6-8-8-8"/></svg> </template>
CSS
.icon-bg-colors-outlined {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M766.4%20744.3c43.7%200%2079.4-36.2%2079.4-80.5c0-53.5-79.4-140.8-79.4-140.8S687%20610.3%20687%20663.8c0%2044.3%2035.7%2080.5%2079.4%2080.5m-377.1-44.1c7.1%207.1%2018.6%207.1%2025.6%200l256.1-256c7.1-7.1%207.1-18.6%200-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11%209.11%200%200%200-12.8%200l-48%2048a9.11%209.11%200%200%200%200%2012.8l67.2%2067.2l-207.8%20207.9c-7.1%207.1-7.1%2018.6%200%2025.6zm12.9-448.6l178.9%20178.9H223.4zM904%20816H120c-4.4%200-8%203.6-8%208v80c0%204.4%203.6%208%208%208h784c4.4%200%208-3.6%208-8v-80c0-4.4-3.6-8-8-8%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M766.4%20744.3c43.7%200%2079.4-36.2%2079.4-80.5c0-53.5-79.4-140.8-79.4-140.8S687%20610.3%20687%20663.8c0%2044.3%2035.7%2080.5%2079.4%2080.5m-377.1-44.1c7.1%207.1%2018.6%207.1%2025.6%200l256.1-256c7.1-7.1%207.1-18.6%200-25.6l-256-256c-.6-.6-1.3-1.2-2-1.7l-78.2-78.2a9.11%209.11%200%200%200-12.8%200l-48%2048a9.11%209.11%200%200%200%200%2012.8l67.2%2067.2l-207.8%20207.9c-7.1%207.1-7.1%2018.6%200%2025.6zm12.9-448.6l178.9%20178.9H223.4zM904%20816H120c-4.4%200-8%203.6-8%208v80c0%204.4%203.6%208%208%208h784c4.4%200%208-3.6%208-8v-80c0-4.4-3.6-8-8-8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/bg-colors-outlined.svg?color=%231a73e8&size=48