brand sketch icon

brand-sketch-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
brand-sketch-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

Related icons in Tabler Icons

Use the brand sketch icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.554 3.004h8.929a2 2 0 0 1 1.647.873l3.536 5.193a2.006 2.006 0 0 1-.173 2.48l-8 8.79a2.007 2.007 0 0 1-2.97 0l-8-8.789a1 1 0 0 1-.13-.175l-.012-.026l-.051-.072a2.01 2.01 0 0 1-.056-2.063l.09-.146l3.541-5.193c.372-.544.987-.87 1.649-.872"/></svg>

React

import type { SVGProps } from "react";

export function TablerBrandSketchFilled(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.554 3.004h8.929a2 2 0 0 1 1.647.873l3.536 5.193a2.006 2.006 0 0 1-.173 2.48l-8 8.79a2.007 2.007 0 0 1-2.97 0l-8-8.789a1 1 0 0 1-.13-.175l-.012-.026l-.051-.072a2.01 2.01 0 0 1-.056-2.063l.09-.146l3.541-5.193c.372-.544.987-.87 1.649-.872"/></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.554 3.004h8.929a2 2 0 0 1 1.647.873l3.536 5.193a2.006 2.006 0 0 1-.173 2.48l-8 8.79a2.007 2.007 0 0 1-2.97 0l-8-8.789a1 1 0 0 1-.13-.175l-.012-.026l-.051-.072a2.01 2.01 0 0 1-.056-2.063l.09-.146l3.541-5.193c.372-.544.987-.87 1.649-.872"/></svg>
</template>

CSS

.icon-brand-sketch-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.554%203.004h8.929a2%202%200%200%201%201.647.873l3.536%205.193a2.006%202.006%200%200%201-.173%202.48l-8%208.79a2.007%202.007%200%200%201-2.97%200l-8-8.789a1%201%200%200%201-.13-.175l-.012-.026l-.051-.072a2.01%202.01%200%200%201-.056-2.063l.09-.146l3.541-5.193c.372-.544.987-.87%201.649-.872%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.554%203.004h8.929a2%202%200%200%201%201.647.873l3.536%205.193a2.006%202.006%200%200%201-.173%202.48l-8%208.79a2.007%202.007%200%200%201-2.97%200l-8-8.789a1%201%200%200%201-.13-.175l-.012-.026l-.051-.072a2.01%202.01%200%200%201-.056-2.063l.09-.146l3.541-5.193c.372-.544.987-.87%201.649-.872%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/brand-sketch-filled.svg?color=%231a73e8&size=48