palette 1 icon
palette-1-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- palette-1-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
Use the palette 1 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.111 6.938C7.111 4.222 9.288 2 12 2s4.889 2.222 4.889 4.938s-2.177 4.937-4.889 4.937s-4.889-2.222-4.889-4.937M1 17.063c0-2.716 2.177-4.938 4.889-4.938s4.889 2.222 4.889 4.938S8.6 22 5.888 22C3.179 22 1 19.778 1 17.063m12.222 0c0-2.716 2.177-4.938 4.89-4.938c2.71 0 4.888 2.222 4.888 4.938S20.823 22 18.111 22s-4.889-2.222-4.889-4.937"/></svg>
React
import type { SVGProps } from "react";
export function TdesignPalette1Filled(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="M7.111 6.938C7.111 4.222 9.288 2 12 2s4.889 2.222 4.889 4.938s-2.177 4.937-4.889 4.937s-4.889-2.222-4.889-4.937M1 17.063c0-2.716 2.177-4.938 4.889-4.938s4.889 2.222 4.889 4.938S8.6 22 5.888 22C3.179 22 1 19.778 1 17.063m12.222 0c0-2.716 2.177-4.938 4.89-4.938c2.71 0 4.888 2.222 4.888 4.938S20.823 22 18.111 22s-4.889-2.222-4.889-4.937"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.111 6.938C7.111 4.222 9.288 2 12 2s4.889 2.222 4.889 4.938s-2.177 4.937-4.889 4.937s-4.889-2.222-4.889-4.937M1 17.063c0-2.716 2.177-4.938 4.889-4.938s4.889 2.222 4.889 4.938S8.6 22 5.888 22C3.179 22 1 19.778 1 17.063m12.222 0c0-2.716 2.177-4.938 4.89-4.938c2.71 0 4.888 2.222 4.888 4.938S20.823 22 18.111 22s-4.889-2.222-4.889-4.937"/></svg> </template>
CSS
.icon-palette-1-filled {
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%22M7.111%206.938C7.111%204.222%209.288%202%2012%202s4.889%202.222%204.889%204.938s-2.177%204.937-4.889%204.937s-4.889-2.222-4.889-4.937M1%2017.063c0-2.716%202.177-4.938%204.889-4.938s4.889%202.222%204.889%204.938S8.6%2022%205.888%2022C3.179%2022%201%2019.778%201%2017.063m12.222%200c0-2.716%202.177-4.938%204.89-4.938c2.71%200%204.888%202.222%204.888%204.938S20.823%2022%2018.111%2022s-4.889-2.222-4.889-4.937%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%22M7.111%206.938C7.111%204.222%209.288%202%2012%202s4.889%202.222%204.889%204.938s-2.177%204.937-4.889%204.937s-4.889-2.222-4.889-4.937M1%2017.063c0-2.716%202.177-4.938%204.889-4.938s4.889%202.222%204.889%204.938S8.6%2022%205.888%2022C3.179%2022%201%2019.778%201%2017.063m12.222%200c0-2.716%202.177-4.938%204.89-4.938c2.71%200%204.888%202.222%204.888%204.938S20.823%2022%2018.111%2022s-4.889-2.222-4.889-4.937%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/palette-1-filled.svg?color=%231a73e8&size=48