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

Name
drafts-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the drafts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.27 2.001a2.621 2.621 0 0 1 3.712 3.702l-7.469 7.491a1.5 1.5 0 0 1-.558.354l-3.969 1.416a.75.75 0 0 1-.958-.96l1.426-3.963a1.5 1.5 0 0 1 .349-.551zm3.002.704a1.62 1.62 0 0 0-2.294.002l-.782.784l2.293 2.293l.785-.787a1.62 1.62 0 0 0-.002-2.292m-1.489 3.787L9.49 4.199l-5.979 5.997a.5.5 0 0 0-.116.184l-1.247 3.464l3.47-1.238a.5.5 0 0 0 .187-.118zM8.857 2H1.5a.5.5 0 1 0 0 1h6.36zM6.863 4H1.5a.5.5 0 1 0 0 1h4.366zM4.87 6H1.5a.5.5 0 1 0 0 1h2.373z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrafts16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.27 2.001a2.621 2.621 0 0 1 3.712 3.702l-7.469 7.491a1.5 1.5 0 0 1-.558.354l-3.969 1.416a.75.75 0 0 1-.958-.96l1.426-3.963a1.5 1.5 0 0 1 .349-.551zm3.002.704a1.62 1.62 0 0 0-2.294.002l-.782.784l2.293 2.293l.785-.787a1.62 1.62 0 0 0-.002-2.292m-1.489 3.787L9.49 4.199l-5.979 5.997a.5.5 0 0 0-.116.184l-1.247 3.464l3.47-1.238a.5.5 0 0 0 .187-.118zM8.857 2H1.5a.5.5 0 1 0 0 1h6.36zM6.863 4H1.5a.5.5 0 1 0 0 1h4.366zM4.87 6H1.5a.5.5 0 1 0 0 1h2.373z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M10.27 2.001a2.621 2.621 0 0 1 3.712 3.702l-7.469 7.491a1.5 1.5 0 0 1-.558.354l-3.969 1.416a.75.75 0 0 1-.958-.96l1.426-3.963a1.5 1.5 0 0 1 .349-.551zm3.002.704a1.62 1.62 0 0 0-2.294.002l-.782.784l2.293 2.293l.785-.787a1.62 1.62 0 0 0-.002-2.292m-1.489 3.787L9.49 4.199l-5.979 5.997a.5.5 0 0 0-.116.184l-1.247 3.464l3.47-1.238a.5.5 0 0 0 .187-.118zM8.857 2H1.5a.5.5 0 1 0 0 1h6.36zM6.863 4H1.5a.5.5 0 1 0 0 1h4.366zM4.87 6H1.5a.5.5 0 1 0 0 1h2.373z"/></svg>
</template>

CSS

.icon-drafts-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.27%202.001a2.621%202.621%200%200%201%203.712%203.702l-7.469%207.491a1.5%201.5%200%200%201-.558.354l-3.969%201.416a.75.75%200%200%201-.958-.96l1.426-3.963a1.5%201.5%200%200%201%20.349-.551zm3.002.704a1.62%201.62%200%200%200-2.294.002l-.782.784l2.293%202.293l.785-.787a1.62%201.62%200%200%200-.002-2.292m-1.489%203.787L9.49%204.199l-5.979%205.997a.5.5%200%200%200-.116.184l-1.247%203.464l3.47-1.238a.5.5%200%200%200%20.187-.118zM8.857%202H1.5a.5.5%200%201%200%200%201h6.36zM6.863%204H1.5a.5.5%200%201%200%200%201h4.366zM4.87%206H1.5a.5.5%200%201%200%200%201h2.373z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.27%202.001a2.621%202.621%200%200%201%203.712%203.702l-7.469%207.491a1.5%201.5%200%200%201-.558.354l-3.969%201.416a.75.75%200%200%201-.958-.96l1.426-3.963a1.5%201.5%200%200%201%20.349-.551zm3.002.704a1.62%201.62%200%200%200-2.294.002l-.782.784l2.293%202.293l.785-.787a1.62%201.62%200%200%200-.002-2.292m-1.489%203.787L9.49%204.199l-5.979%205.997a.5.5%200%200%200-.116.184l-1.247%203.464l3.47-1.238a.5.5%200%200%200%20.187-.118zM8.857%202H1.5a.5.5%200%201%200%200%201h6.36zM6.863%204H1.5a.5.5%200%201%200%200%201h4.366zM4.87%206H1.5a.5.5%200%201%200%200%201h2.373z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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