draw-text-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
draw-text-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the draw text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.716 11H6.28l2.219-6.214zm.357 1l.228.64l.783-.783l-3.021-8.463a.6.6 0 0 0-1.13 0L4.027 14.336a.5.5 0 0 0 .942.336L5.922 12zm4.734-2.452l-4.83 4.83a2.2 2.2 0 0 0-.578 1.02l-.374 1.498a1 1 0 0 0-.024.14a4.6 4.6 0 0 1-1.111-.088c-.073-.017-.1-.11-.066-.177c.18-.349.233-1.074-.404-1.33c-.86-.346-1.978.125-2.862.497c-.366.154-.692.291-.944.347c-.387.085-.848-.066-1.216-.25c-.212-.106-.482.082-.36.286c.219.367.614.737 1.326.825c.82.102 1.391-.151 1.975-.41c.4-.178.805-.358 1.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316 1.245c.518.404 2.191.51 3.313.183l1.221-.306c.387-.096.74-.296 1.021-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrawText20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.716 11H6.28l2.219-6.214zm.357 1l.228.64l.783-.783l-3.021-8.463a.6.6 0 0 0-1.13 0L4.027 14.336a.5.5 0 0 0 .942.336L5.922 12zm4.734-2.452l-4.83 4.83a2.2 2.2 0 0 0-.578 1.02l-.374 1.498a1 1 0 0 0-.024.14a4.6 4.6 0 0 1-1.111-.088c-.073-.017-.1-.11-.066-.177c.18-.349.233-1.074-.404-1.33c-.86-.346-1.978.125-2.862.497c-.366.154-.692.291-.944.347c-.387.085-.848-.066-1.216-.25c-.212-.106-.482.082-.36.286c.219.367.614.737 1.326.825c.82.102 1.391-.151 1.975-.41c.4-.178.805-.358 1.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316 1.245c.518.404 2.191.51 3.313.183l1.221-.306c.387-.096.74-.296 1.021-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.716 11H6.28l2.219-6.214zm.357 1l.228.64l.783-.783l-3.021-8.463a.6.6 0 0 0-1.13 0L4.027 14.336a.5.5 0 0 0 .942.336L5.922 12zm4.734-2.452l-4.83 4.83a2.2 2.2 0 0 0-.578 1.02l-.374 1.498a1 1 0 0 0-.024.14a4.6 4.6 0 0 1-1.111-.088c-.073-.017-.1-.11-.066-.177c.18-.349.233-1.074-.404-1.33c-.86-.346-1.978.125-2.862.497c-.366.154-.692.291-.944.347c-.387.085-.848-.066-1.216-.25c-.212-.106-.482.082-.36.286c.219.367.614.737 1.326.825c.82.102 1.391-.151 1.975-.41c.4-.178.805-.358 1.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316 1.245c.518.404 2.191.51 3.313.183l1.221-.306c.387-.096.74-.296 1.021-.578l4.83-4.83a1.87 1.87 0 1 0-2.645-2.644"/></svg>
</template>

CSS

.icon-draw-text-20-regular {
  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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.716%2011H6.28l2.219-6.214zm.357%201l.228.64l.783-.783l-3.021-8.463a.6.6%200%200%200-1.13%200L4.027%2014.336a.5.5%200%200%200%20.942.336L5.922%2012zm4.734-2.452l-4.83%204.83a2.2%202.2%200%200%200-.578%201.02l-.374%201.498a1%201%200%200%200-.024.14a4.6%204.6%200%200%201-1.111-.088c-.073-.017-.1-.11-.066-.177c.18-.349.233-1.074-.404-1.33c-.86-.346-1.978.125-2.862.497c-.366.154-.692.291-.944.347c-.387.085-.848-.066-1.216-.25c-.212-.106-.482.082-.36.286c.219.367.614.737%201.326.825c.82.102%201.391-.151%201.975-.41c.4-.178.805-.358%201.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316%201.245c.518.404%202.191.51%203.313.183l1.221-.306c.387-.096.74-.296%201.021-.578l4.83-4.83a1.87%201.87%200%201%200-2.645-2.644%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.716%2011H6.28l2.219-6.214zm.357%201l.228.64l.783-.783l-3.021-8.463a.6.6%200%200%200-1.13%200L4.027%2014.336a.5.5%200%200%200%20.942.336L5.922%2012zm4.734-2.452l-4.83%204.83a2.2%202.2%200%200%200-.578%201.02l-.374%201.498a1%201%200%200%200-.024.14a4.6%204.6%200%200%201-1.111-.088c-.073-.017-.1-.11-.066-.177c.18-.349.233-1.074-.404-1.33c-.86-.346-1.978.125-2.862.497c-.366.154-.692.291-.944.347c-.387.085-.848-.066-1.216-.25c-.212-.106-.482.082-.36.286c.219.367.614.737%201.326.825c.82.102%201.391-.151%201.975-.41c.4-.178.805-.358%201.3-.428c.086-.012.145.09.112.17c-.152.357-.133.894.316%201.245c.518.404%202.191.51%203.313.183l1.221-.306c.387-.096.74-.296%201.021-.578l4.83-4.83a1.87%201.87%200%201%200-2.645-2.644%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/draw-text-20-regular.svg?color=%231a73e8&size=48