tldraw from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.

Name
tldraw
Set
Material Icon Theme
Style
Color
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Material Icon Theme

Use the tldraw logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#b0bec5" d="M14.69 5.75q0 1.058-.808 1.796c-.808.738-1.194.738-1.966.738q-1.195 0-2.002-.738q-.808-.737-.808-1.797q0-1.058.808-1.796c.808-.738 1.206-.738 2.002-.738q1.159 0 1.966.738q.808.738.808 1.796zm-5.619 8.883q0-1.059.808-1.797q.842-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77q.843.738.984 1.668q.28 1.733-.703 3.434q-.948 1.7-2.74 2.598q-.982.514-1.615-.032q-.596-.513.352-1.219q.525-.353.878-.898q.351-.546.456-1.123q.036-.257-.246-.257q-.702-.032-1.44-.706a2.17 2.17 0 0 1-.737-1.668"/></svg>

React

import type { SVGProps } from "react";

export function MaterialIconThemeTldraw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#b0bec5" d="M14.69 5.75q0 1.058-.808 1.796c-.808.738-1.194.738-1.966.738q-1.195 0-2.002-.738q-.808-.737-.808-1.797q0-1.058.808-1.796c.808-.738 1.206-.738 2.002-.738q1.159 0 1.966.738q.808.738.808 1.796zm-5.619 8.883q0-1.059.808-1.797q.842-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77q.843.738.984 1.668q.28 1.733-.703 3.434q-.948 1.7-2.74 2.598q-.982.514-1.615-.032q-.596-.513.352-1.219q.525-.353.878-.898q.351-.546.456-1.123q.036-.257-.246-.257q-.702-.032-1.44-.706a2.17 2.17 0 0 1-.737-1.668"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#b0bec5" d="M14.69 5.75q0 1.058-.808 1.796c-.808.738-1.194.738-1.966.738q-1.195 0-2.002-.738q-.808-.737-.808-1.797q0-1.058.808-1.796c.808-.738 1.206-.738 2.002-.738q1.159 0 1.966.738q.808.738.808 1.796zm-5.619 8.883q0-1.059.808-1.797q.842-.77 2.037-.77a2.82 2.82 0 0 1 1.966.77q.843.738.984 1.668q.28 1.733-.703 3.434q-.948 1.7-2.74 2.598q-.982.514-1.615-.032q-.596-.513.352-1.219q.525-.353.878-.898q.351-.546.456-1.123q.036-.257-.246-.257q-.702-.032-1.44-.706a2.17 2.17 0 0 1-.737-1.668"/></svg>
</template>

CSS

.icon-tldraw {
  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%22%23b0bec5%22%20d%3D%22M14.69%205.75q0%201.058-.808%201.796c-.808.738-1.194.738-1.966.738q-1.195%200-2.002-.738q-.808-.737-.808-1.797q0-1.058.808-1.796c.808-.738%201.206-.738%202.002-.738q1.159%200%201.966.738q.808.738.808%201.796zm-5.619%208.883q0-1.059.808-1.797q.842-.77%202.037-.77a2.82%202.82%200%200%201%201.966.77q.843.738.984%201.668q.28%201.733-.703%203.434q-.948%201.7-2.74%202.598q-.982.514-1.615-.032q-.596-.513.352-1.219q.525-.353.878-.898q.351-.546.456-1.123q.036-.257-.246-.257q-.702-.032-1.44-.706a2.17%202.17%200%200%201-.737-1.668%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%22%23b0bec5%22%20d%3D%22M14.69%205.75q0%201.058-.808%201.796c-.808.738-1.194.738-1.966.738q-1.195%200-2.002-.738q-.808-.737-.808-1.797q0-1.058.808-1.796c.808-.738%201.206-.738%202.002-.738q1.159%200%201.966.738q.808.738.808%201.796zm-5.619%208.883q0-1.059.808-1.797q.842-.77%202.037-.77a2.82%202.82%200%200%201%201.966.77q.843.738.984%201.668q.28%201.733-.703%203.434q-.948%201.7-2.74%202.598q-.982.514-1.615-.032q-.596-.513.352-1.219q.525-.353.878-.898q.351-.546.456-1.123q.036-.257-.246-.257q-.702-.032-1.44-.706a2.17%202.17%200%200%201-.737-1.668%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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