brush-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
brush-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6.83a2.76 2.76 0 0 0-.82-2a2.89 2.89 0 0 0-4 0l-6.6 6.6h-.22a4.42 4.42 0 0 0-4.3 4.31L4 19a1 1 0 0 0 .29.73A1.05 1.05 0 0 0 5 20l3.26-.06a4.42 4.42 0 0 0 4.31-4.3v-.23l6.61-6.6A2.74 2.74 0 0 0 20 6.83M8.25 17.94L6 18v-2.23a2.4 2.4 0 0 1 2.4-2.36a2.15 2.15 0 0 1 2.15 2.19a2.4 2.4 0 0 1-2.3 2.34m9.52-10.55l-5.87 5.87a4.6 4.6 0 0 0-.52-.64a4 4 0 0 0-.64-.52l5.87-5.86a.84.84 0 0 1 1.16 0a.8.8 0 0 1 .23.59a.8.8 0 0 1-.23.56"/></svg>

React

import type { SVGProps } from "react";

export function EvaBrushOutline(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="M20 6.83a2.76 2.76 0 0 0-.82-2a2.89 2.89 0 0 0-4 0l-6.6 6.6h-.22a4.42 4.42 0 0 0-4.3 4.31L4 19a1 1 0 0 0 .29.73A1.05 1.05 0 0 0 5 20l3.26-.06a4.42 4.42 0 0 0 4.31-4.3v-.23l6.61-6.6A2.74 2.74 0 0 0 20 6.83M8.25 17.94L6 18v-2.23a2.4 2.4 0 0 1 2.4-2.36a2.15 2.15 0 0 1 2.15 2.19a2.4 2.4 0 0 1-2.3 2.34m9.52-10.55l-5.87 5.87a4.6 4.6 0 0 0-.52-.64a4 4 0 0 0-.64-.52l5.87-5.86a.84.84 0 0 1 1.16 0a.8.8 0 0 1 .23.59a.8.8 0 0 1-.23.56"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 6.83a2.76 2.76 0 0 0-.82-2a2.89 2.89 0 0 0-4 0l-6.6 6.6h-.22a4.42 4.42 0 0 0-4.3 4.31L4 19a1 1 0 0 0 .29.73A1.05 1.05 0 0 0 5 20l3.26-.06a4.42 4.42 0 0 0 4.31-4.3v-.23l6.61-6.6A2.74 2.74 0 0 0 20 6.83M8.25 17.94L6 18v-2.23a2.4 2.4 0 0 1 2.4-2.36a2.15 2.15 0 0 1 2.15 2.19a2.4 2.4 0 0 1-2.3 2.34m9.52-10.55l-5.87 5.87a4.6 4.6 0 0 0-.52-.64a4 4 0 0 0-.64-.52l5.87-5.86a.84.84 0 0 1 1.16 0a.8.8 0 0 1 .23.59a.8.8 0 0 1-.23.56"/></svg>
</template>

CSS

.icon-brush-outline {
  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%22M20%206.83a2.76%202.76%200%200%200-.82-2a2.89%202.89%200%200%200-4%200l-6.6%206.6h-.22a4.42%204.42%200%200%200-4.3%204.31L4%2019a1%201%200%200%200%20.29.73A1.05%201.05%200%200%200%205%2020l3.26-.06a4.42%204.42%200%200%200%204.31-4.3v-.23l6.61-6.6A2.74%202.74%200%200%200%2020%206.83M8.25%2017.94L6%2018v-2.23a2.4%202.4%200%200%201%202.4-2.36a2.15%202.15%200%200%201%202.15%202.19a2.4%202.4%200%200%201-2.3%202.34m9.52-10.55l-5.87%205.87a4.6%204.6%200%200%200-.52-.64a4%204%200%200%200-.64-.52l5.87-5.86a.84.84%200%200%201%201.16%200a.8.8%200%200%201%20.23.59a.8.8%200%200%201-.23.56%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%22M20%206.83a2.76%202.76%200%200%200-.82-2a2.89%202.89%200%200%200-4%200l-6.6%206.6h-.22a4.42%204.42%200%200%200-4.3%204.31L4%2019a1%201%200%200%200%20.29.73A1.05%201.05%200%200%200%205%2020l3.26-.06a4.42%204.42%200%200%200%204.31-4.3v-.23l6.61-6.6A2.74%202.74%200%200%200%2020%206.83M8.25%2017.94L6%2018v-2.23a2.4%202.4%200%200%201%202.4-2.36a2.15%202.15%200%200%201%202.15%202.19a2.4%202.4%200%200%201-2.3%202.34m9.52-10.55l-5.87%205.87a4.6%204.6%200%200%200-.52-.64a4%204%200%200%200-.64-.52l5.87-5.86a.84.84%200%200%201%201.16%200a.8.8%200%200%201%20.23.59a.8.8%200%200%201-.23.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/brush-outline.svg?color=%231a73e8&size=48