bxs palette icon
bxs-palette from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- bxs-palette
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
Related icons in BoxIcons v2
bxs-add-to-queuebxs-adjustbxs-adjust-altbxs-alarmbxs-alarm-addbxs-alarm-exclamationbxs-alarm-offbxs-alarm-snoozebxs-albumbxs-ambulancebxs-analysebxs-angrybxs-archbxs-archivebxs-archive-inbxs-archive-outbxs-areabxs-arrow-from-bottombxs-arrow-from-leftbxs-arrow-from-rightbxs-arrow-from-topbxs-arrow-to-bottombxs-arrow-to-leftbxs-arrow-to-right
Use the bxs palette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.38 21.646A9.985 9.985 0 0 0 12 22l.141-.001a2.998 2.998 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281c.485-.485 1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A2.997 2.997 0 0 0 22 12.141a9.926 9.926 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246zM15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM9 15.506a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function BxBxsPalette(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.38 21.646A9.985 9.985 0 0 0 12 22l.141-.001a2.998 2.998 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281c.485-.485 1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A2.997 2.997 0 0 0 22 12.141a9.926 9.926 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246zM15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM9 15.506a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M9.38 21.646A9.985 9.985 0 0 0 12 22l.141-.001a2.998 2.998 0 0 0 2.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281c.485-.485 1.341-.841 2.28-.388h.001l.413.199a2.99 2.99 0 0 0 2.881-.153A2.997 2.997 0 0 0 22 12.141a9.926 9.926 0 0 0-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471 2.833S1.666 10.247 2.096 13.4c.53 3.894 3.458 7.208 7.284 8.246zM15.5 6a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zm-5-1a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3zM9 15.506a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0zm-2.5-6.5a1.5 1.5 0 1 1-.001 3.001A1.5 1.5 0 0 1 6.5 9.006z" fill="currentColor"/></svg> </template>
CSS
.icon-bxs-palette {
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%20d%3D%22M9.38%2021.646A9.985%209.985%200%200%200%2012%2022l.141-.001a2.998%202.998%200%200%200%202.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281c.485-.485%201.341-.841%202.28-.388h.001l.413.199a2.99%202.99%200%200%200%202.881-.153A2.997%202.997%200%200%200%2022%2012.141a9.926%209.926%200%200%200-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471%202.833S1.666%2010.247%202.096%2013.4c.53%203.894%203.458%207.208%207.284%208.246zM15.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3zm-5-1a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3zM9%2015.506a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200zm-2.5-6.5a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%206.5%209.006z%22%20fill%3D%22currentColor%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%20d%3D%22M9.38%2021.646A9.985%209.985%200%200%200%2012%2022l.141-.001a2.998%202.998%200%200%200%202.515-1.425c.542-.876.6-1.953.153-2.88l-.198-.415c-.453-.942-.097-1.796.388-2.281c.485-.485%201.341-.841%202.28-.388h.001l.413.199a2.99%202.99%200%200%200%202.881-.153A2.997%202.997%200%200%200%2022%2012.141a9.926%209.926%200%200%200-.353-2.76c-1.038-3.827-4.353-6.754-8.246-7.285c-3.149-.427-6.241.602-8.471%202.833S1.666%2010.247%202.096%2013.4c.53%203.894%203.458%207.208%207.284%208.246zM15.5%206a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3zm-5-1a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3zM9%2015.506a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200zm-2.5-6.5a1.5%201.5%200%201%201-.001%203.001A1.5%201.5%200%200%201%206.5%209.006z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxs-palette.svg?color=%231a73e8&size=48