paint icon
paint from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.
- Name
- paint
- Set
- BoxIcons v2
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
- Aliases
- bx-paint
The same icon in other sets
Related icons in BoxIcons v2
Use the paint icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.061 22c1.523 0 2.84-.543 3.91-1.613c1.123-1.123 1.707-2.854 1.551-4.494l8.564-8.564a3.123 3.123 0 0 0-.002-4.414c-1.178-1.18-3.234-1.18-4.412 0l-8.884 8.884c-1.913.169-3.807 1.521-3.807 3.919c0 .303.021.588.042.86c.08 1.031.109 1.418-1.471 2.208a1 1 0 0 0-.122 1.717C2.52 20.563 4.623 22 7.061 22q-.002 0 0 0M18.086 4.328a1.144 1.144 0 0 1 1.586.002a1.12 1.12 0 0 1 0 1.584L12 13.586L10.414 12zM6.018 16.423c-.018-.224-.037-.458-.037-.706c0-1.545 1.445-1.953 2.21-1.953c.356 0 .699.073.964.206c.945.475 1.26 1.293 1.357 1.896c.177 1.09-.217 2.368-.956 3.107C8.865 19.664 8.049 20 7.061 20H7.06c-.75 0-1.479-.196-2.074-.427c1.082-.973 1.121-1.989 1.032-3.15"/></svg>
React
import type { SVGProps } from "react";
export function BxPaint(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.061 22c1.523 0 2.84-.543 3.91-1.613c1.123-1.123 1.707-2.854 1.551-4.494l8.564-8.564a3.123 3.123 0 0 0-.002-4.414c-1.178-1.18-3.234-1.18-4.412 0l-8.884 8.884c-1.913.169-3.807 1.521-3.807 3.919c0 .303.021.588.042.86c.08 1.031.109 1.418-1.471 2.208a1 1 0 0 0-.122 1.717C2.52 20.563 4.623 22 7.061 22q-.002 0 0 0M18.086 4.328a1.144 1.144 0 0 1 1.586.002a1.12 1.12 0 0 1 0 1.584L12 13.586L10.414 12zM6.018 16.423c-.018-.224-.037-.458-.037-.706c0-1.545 1.445-1.953 2.21-1.953c.356 0 .699.073.964.206c.945.475 1.26 1.293 1.357 1.896c.177 1.09-.217 2.368-.956 3.107C8.865 19.664 8.049 20 7.061 20H7.06c-.75 0-1.479-.196-2.074-.427c1.082-.973 1.121-1.989 1.032-3.15"/></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.061 22c1.523 0 2.84-.543 3.91-1.613c1.123-1.123 1.707-2.854 1.551-4.494l8.564-8.564a3.123 3.123 0 0 0-.002-4.414c-1.178-1.18-3.234-1.18-4.412 0l-8.884 8.884c-1.913.169-3.807 1.521-3.807 3.919c0 .303.021.588.042.86c.08 1.031.109 1.418-1.471 2.208a1 1 0 0 0-.122 1.717C2.52 20.563 4.623 22 7.061 22q-.002 0 0 0M18.086 4.328a1.144 1.144 0 0 1 1.586.002a1.12 1.12 0 0 1 0 1.584L12 13.586L10.414 12zM6.018 16.423c-.018-.224-.037-.458-.037-.706c0-1.545 1.445-1.953 2.21-1.953c.356 0 .699.073.964.206c.945.475 1.26 1.293 1.357 1.896c.177 1.09-.217 2.368-.956 3.107C8.865 19.664 8.049 20 7.061 20H7.06c-.75 0-1.479-.196-2.074-.427c1.082-.973 1.121-1.989 1.032-3.15"/></svg> </template>
CSS
.icon-paint {
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.061%2022c1.523%200%202.84-.543%203.91-1.613c1.123-1.123%201.707-2.854%201.551-4.494l8.564-8.564a3.123%203.123%200%200%200-.002-4.414c-1.178-1.18-3.234-1.18-4.412%200l-8.884%208.884c-1.913.169-3.807%201.521-3.807%203.919c0%20.303.021.588.042.86c.08%201.031.109%201.418-1.471%202.208a1%201%200%200%200-.122%201.717C2.52%2020.563%204.623%2022%207.061%2022q-.002%200%200%200M18.086%204.328a1.144%201.144%200%200%201%201.586.002a1.12%201.12%200%200%201%200%201.584L12%2013.586L10.414%2012zM6.018%2016.423c-.018-.224-.037-.458-.037-.706c0-1.545%201.445-1.953%202.21-1.953c.356%200%20.699.073.964.206c.945.475%201.26%201.293%201.357%201.896c.177%201.09-.217%202.368-.956%203.107C8.865%2019.664%208.049%2020%207.061%2020H7.06c-.75%200-1.479-.196-2.074-.427c1.082-.973%201.121-1.989%201.032-3.15%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.061%2022c1.523%200%202.84-.543%203.91-1.613c1.123-1.123%201.707-2.854%201.551-4.494l8.564-8.564a3.123%203.123%200%200%200-.002-4.414c-1.178-1.18-3.234-1.18-4.412%200l-8.884%208.884c-1.913.169-3.807%201.521-3.807%203.919c0%20.303.021.588.042.86c.08%201.031.109%201.418-1.471%202.208a1%201%200%200%200-.122%201.717C2.52%2020.563%204.623%2022%207.061%2022q-.002%200%200%200M18.086%204.328a1.144%201.144%200%200%201%201.586.002a1.12%201.12%200%200%201%200%201.584L12%2013.586L10.414%2012zM6.018%2016.423c-.018-.224-.037-.458-.037-.706c0-1.545%201.445-1.953%202.21-1.953c.356%200%20.699.073.964.206c.945.475%201.26%201.293%201.357%201.896c.177%201.09-.217%202.368-.956%203.107C8.865%2019.664%208.049%2020%207.061%2020H7.06c-.75%200-1.479-.196-2.074-.427c1.082-.973%201.121-1.989%201.032-3.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/paint.svg?color=%231a73e8&size=48