palette2 icon
palette2 from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- palette2
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Use the palette2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a3 3 0 0 1-2.121-.879A3 3 0 0 1 0 13.044m6-.21l7.328-7.3l-2.829-2.828L6 7.188zM4.5 13a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M15 15v-4H9.258l-4.015 4zM0 .5v12.495zm0 12.495V13z"/></svg>
React
import type { SVGProps } from "react";
export function BiPalette2(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a3 3 0 0 1-2.121-.879A3 3 0 0 1 0 13.044m6-.21l7.328-7.3l-2.829-2.828L6 7.188zM4.5 13a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M15 15v-4H9.258l-4.015 4zM0 .5v12.495zm0 12.495V13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M0 .5A.5.5 0 0 1 .5 0h5a.5.5 0 0 1 .5.5v5.277l4.147-4.131a.5.5 0 0 1 .707 0l3.535 3.536a.5.5 0 0 1 0 .708L10.261 10H15.5a.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5H3a3 3 0 0 1-2.121-.879A3 3 0 0 1 0 13.044m6-.21l7.328-7.3l-2.829-2.828L6 7.188zM4.5 13a1.5 1.5 0 1 0-3 0a1.5 1.5 0 0 0 3 0M15 15v-4H9.258l-4.015 4zM0 .5v12.495zm0 12.495V13z"/></svg> </template>
CSS
.icon-palette2 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20.5A.5.5%200%200%201%20.5%200h5a.5.5%200%200%201%20.5.5v5.277l4.147-4.131a.5.5%200%200%201%20.707%200l3.535%203.536a.5.5%200%200%201%200%20.708L10.261%2010H15.5a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5H3a3%203%200%200%201-2.121-.879A3%203%200%200%201%200%2013.044m6-.21l7.328-7.3l-2.829-2.828L6%207.188zM4.5%2013a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M15%2015v-4H9.258l-4.015%204zM0%20.5v12.495zm0%2012.495V13z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%20.5A.5.5%200%200%201%20.5%200h5a.5.5%200%200%201%20.5.5v5.277l4.147-4.131a.5.5%200%200%201%20.707%200l3.535%203.536a.5.5%200%200%201%200%20.708L10.261%2010H15.5a.5.5%200%200%201%20.5.5v5a.5.5%200%200%201-.5.5H3a3%203%200%200%201-2.121-.879A3%203%200%200%201%200%2013.044m6-.21l7.328-7.3l-2.829-2.828L6%207.188zM4.5%2013a1.5%201.5%200%201%200-3%200a1.5%201.5%200%200%200%203%200M15%2015v-4H9.258l-4.015%204zM0%20.5v12.495zm0%2012.495V13z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/palette2.svg?color=%231a73e8&size=48