background color icon
background-color from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- background-color
- Set
- IconPark
- Style
- Color
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark
Use the background color icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" fill-rule="evenodd" d="M37 37C39.2091 37 41 35.2091 41 33C41 31.5272 39.6667 29.5272 37 27C34.3333 29.5272 33 31.5272 33 33C33 35.2091 34.7909 37 37 37Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M20.8535 5.50439L24.389 9.03993"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M23.6818 8.33281L8.12549 23.8892L19.4392 35.2029L34.9955 19.6465L23.6818 8.33281Z"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M12 20.0732L28.961 25.6496"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M4 43H44"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkBackgroundColor(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" fillRule="evenodd" d="M37 37C39.2091 37 41 35.2091 41 33C41 31.5272 39.6667 29.5272 37 27C34.3333 29.5272 33 31.5272 33 33C33 35.2091 34.7909 37 37 37Z" clipRule="evenodd"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M20.8535 5.50439L24.389 9.03993"/><path stroke="#000" strokeLinejoin="round" strokeWidth="4" d="M23.6818 8.33281L8.12549 23.8892L19.4392 35.2029L34.9955 19.6465L23.6818 8.33281Z"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M12 20.0732L28.961 25.6496"/><path stroke="#000" strokeLinecap="round" strokeWidth="4" d="M4 43H44"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path fill="#000" fill-rule="evenodd" d="M37 37C39.2091 37 41 35.2091 41 33C41 31.5272 39.6667 29.5272 37 27C34.3333 29.5272 33 31.5272 33 33C33 35.2091 34.7909 37 37 37Z" clip-rule="evenodd"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M20.8535 5.50439L24.389 9.03993"/><path stroke="#000" stroke-linejoin="round" stroke-width="4" d="M23.6818 8.33281L8.12549 23.8892L19.4392 35.2029L34.9955 19.6465L23.6818 8.33281Z"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M12 20.0732L28.961 25.6496"/><path stroke="#000" stroke-linecap="round" stroke-width="4" d="M4 43H44"/></g></svg> </template>
CSS
.icon-background-color {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M37%2037C39.2091%2037%2041%2035.2091%2041%2033C41%2031.5272%2039.6667%2029.5272%2037%2027C34.3333%2029.5272%2033%2031.5272%2033%2033C33%2035.2091%2034.7909%2037%2037%2037Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M20.8535%205.50439L24.389%209.03993%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23.6818%208.33281L8.12549%2023.8892L19.4392%2035.2029L34.9955%2019.6465L23.6818%208.33281Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2020.0732L28.961%2025.6496%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2043H44%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M37%2037C39.2091%2037%2041%2035.2091%2041%2033C41%2031.5272%2039.6667%2029.5272%2037%2027C34.3333%2029.5272%2033%2031.5272%2033%2033C33%2035.2091%2034.7909%2037%2037%2037Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M20.8535%205.50439L24.389%209.03993%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M23.6818%208.33281L8.12549%2023.8892L19.4392%2035.2029L34.9955%2019.6465L23.6818%208.33281Z%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2020.0732L28.961%2025.6496%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M4%2043H44%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/background-color.svg?color=%231a73e8&size=48