brush freehand icon

brush-freehand from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
brush-freehand
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the brush freehand icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.954 6.954 0 0 0 2 27.242V30h2.756a6.952 6.952 0 0 0 4.95-2.05L28.828 8.829a3.999 3.999 0 0 0 0-5.657zM10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828zm-2.619 8.276A4.966 4.966 0 0 1 4.756 28H4v-.759a4.967 4.967 0 0 1 1.464-3.535l1.91-1.91l2.829 2.828zM27.415 7.414l-12.261 12.26l-2.829-2.828l12.262-12.26a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828z" fill="currentColor"/><path d="M6.5 15a3.5 3.5 0 0 1-2.475-5.974l3.5-3.5a1.502 1.502 0 0 0 0-2.121a1.537 1.537 0 0 0-2.121 0L3.415 5.394L2 3.98l1.99-1.988a3.585 3.585 0 0 1 4.95 0a3.504 3.504 0 0 1 0 4.949L5.439 10.44a1.502 1.502 0 0 0 0 2.121a1.537 1.537 0 0 0 2.122 0l4.024-4.024L13 9.95l-4.025 4.024A3.475 3.475 0 0 1 6.5 15z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonBrushFreehand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.954 6.954 0 0 0 2 27.242V30h2.756a6.952 6.952 0 0 0 4.95-2.05L28.828 8.829a3.999 3.999 0 0 0 0-5.657zM10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828zm-2.619 8.276A4.966 4.966 0 0 1 4.756 28H4v-.759a4.967 4.967 0 0 1 1.464-3.535l1.91-1.91l2.829 2.828zM27.415 7.414l-12.261 12.26l-2.829-2.828l12.262-12.26a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828z" fill="currentColor"/><path d="M6.5 15a3.5 3.5 0 0 1-2.475-5.974l3.5-3.5a1.502 1.502 0 0 0 0-2.121a1.537 1.537 0 0 0-2.121 0L3.415 5.394L2 3.98l1.99-1.988a3.585 3.585 0 0 1 4.95 0a3.504 3.504 0 0 1 0 4.949L5.439 10.44a1.502 1.502 0 0 0 0 2.121a1.537 1.537 0 0 0 2.122 0l4.024-4.024L13 9.95l-4.025 4.024A3.475 3.475 0 0 1 6.5 15z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M28.828 3.172a4.094 4.094 0 0 0-5.656 0L4.05 22.292A6.954 6.954 0 0 0 2 27.242V30h2.756a6.952 6.952 0 0 0 4.95-2.05L28.828 8.829a3.999 3.999 0 0 0 0-5.657zM10.91 18.26l2.829 2.829l-2.122 2.121l-2.828-2.828zm-2.619 8.276A4.966 4.966 0 0 1 4.756 28H4v-.759a4.967 4.967 0 0 1 1.464-3.535l1.91-1.91l2.829 2.828zM27.415 7.414l-12.261 12.26l-2.829-2.828l12.262-12.26a2.047 2.047 0 0 1 2.828 0a2 2 0 0 1 0 2.828z" fill="currentColor"/><path d="M6.5 15a3.5 3.5 0 0 1-2.475-5.974l3.5-3.5a1.502 1.502 0 0 0 0-2.121a1.537 1.537 0 0 0-2.121 0L3.415 5.394L2 3.98l1.99-1.988a3.585 3.585 0 0 1 4.95 0a3.504 3.504 0 0 1 0 4.949L5.439 10.44a1.502 1.502 0 0 0 0 2.121a1.537 1.537 0 0 0 2.122 0l4.024-4.024L13 9.95l-4.025 4.024A3.475 3.475 0 0 1 6.5 15z" fill="currentColor"/></svg>
</template>

CSS

.icon-brush-freehand {
  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%2032%2032%22%3E%3Cpath%20d%3D%22M28.828%203.172a4.094%204.094%200%200%200-5.656%200L4.05%2022.292A6.954%206.954%200%200%200%202%2027.242V30h2.756a6.952%206.952%200%200%200%204.95-2.05L28.828%208.829a3.999%203.999%200%200%200%200-5.657zM10.91%2018.26l2.829%202.829l-2.122%202.121l-2.828-2.828zm-2.619%208.276A4.966%204.966%200%200%201%204.756%2028H4v-.759a4.967%204.967%200%200%201%201.464-3.535l1.91-1.91l2.829%202.828zM27.415%207.414l-12.261%2012.26l-2.829-2.828l12.262-12.26a2.047%202.047%200%200%201%202.828%200a2%202%200%200%201%200%202.828z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.5%2015a3.5%203.5%200%200%201-2.475-5.974l3.5-3.5a1.502%201.502%200%200%200%200-2.121a1.537%201.537%200%200%200-2.121%200L3.415%205.394L2%203.98l1.99-1.988a3.585%203.585%200%200%201%204.95%200a3.504%203.504%200%200%201%200%204.949L5.439%2010.44a1.502%201.502%200%200%200%200%202.121a1.537%201.537%200%200%200%202.122%200l4.024-4.024L13%209.95l-4.025%204.024A3.475%203.475%200%200%201%206.5%2015z%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%2032%2032%22%3E%3Cpath%20d%3D%22M28.828%203.172a4.094%204.094%200%200%200-5.656%200L4.05%2022.292A6.954%206.954%200%200%200%202%2027.242V30h2.756a6.952%206.952%200%200%200%204.95-2.05L28.828%208.829a3.999%203.999%200%200%200%200-5.657zM10.91%2018.26l2.829%202.829l-2.122%202.121l-2.828-2.828zm-2.619%208.276A4.966%204.966%200%200%201%204.756%2028H4v-.759a4.967%204.967%200%200%201%201.464-3.535l1.91-1.91l2.829%202.828zM27.415%207.414l-12.261%2012.26l-2.829-2.828l12.262-12.26a2.047%202.047%200%200%201%202.828%200a2%202%200%200%201%200%202.828z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.5%2015a3.5%203.5%200%200%201-2.475-5.974l3.5-3.5a1.502%201.502%200%200%200%200-2.121a1.537%201.537%200%200%200-2.121%200L3.415%205.394L2%203.98l1.99-1.988a3.585%203.585%200%200%201%204.95%200a3.504%203.504%200%200%201%200%204.949L5.439%2010.44a1.502%201.502%200%200%200%200%202.121a1.537%201.537%200%200%200%202.122%200l4.024-4.024L13%209.95l-4.025%204.024A3.475%203.475%200%200%201%206.5%2015z%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/carbon/brush-freehand.svg?color=%231a73e8&size=48