drafts-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
drafts-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M22.249 11.312L10.063 23.497c-.44.44-.987.76-1.587.929l-5.524 1.547a.75.75 0 0 1-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587L16.688 5.75zM6.524 14.5H2.75a.75.75 0 0 1 0-1.5h5.274zM19.29 3.15a3.932 3.932 0 0 1 5.56 5.56l-1.54 1.54l-5.56-5.56zM11.524 9.5H2.75a.75.75 0 0 1 0-1.5h10.274zM17.75 3a.8.8 0 0 1 .233.04L16.524 4.5H2.75a.75.75 0 0 1 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentDrafts28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.249 11.312L10.063 23.497c-.44.44-.987.76-1.587.929l-5.524 1.547a.75.75 0 0 1-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587L16.688 5.75zM6.524 14.5H2.75a.75.75 0 0 1 0-1.5h5.274zM19.29 3.15a3.932 3.932 0 0 1 5.56 5.56l-1.54 1.54l-5.56-5.56zM11.524 9.5H2.75a.75.75 0 0 1 0-1.5h10.274zM17.75 3a.8.8 0 0 1 .233.04L16.524 4.5H2.75a.75.75 0 0 1 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M22.249 11.312L10.063 23.497c-.44.44-.987.76-1.587.929l-5.524 1.547a.75.75 0 0 1-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587L16.688 5.75zM6.524 14.5H2.75a.75.75 0 0 1 0-1.5h5.274zM19.29 3.15a3.932 3.932 0 0 1 5.56 5.56l-1.54 1.54l-5.56-5.56zM11.524 9.5H2.75a.75.75 0 0 1 0-1.5h10.274zM17.75 3a.8.8 0 0 1 .233.04L16.524 4.5H2.75a.75.75 0 0 1 0-1.5z"/></svg>
</template>

CSS

.icon-drafts-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.249%2011.312L10.063%2023.497c-.44.44-.987.76-1.587.929l-5.524%201.547a.75.75%200%200%201-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587L16.688%205.75zM6.524%2014.5H2.75a.75.75%200%200%201%200-1.5h5.274zM19.29%203.15a3.932%203.932%200%200%201%205.56%205.56l-1.54%201.54l-5.56-5.56zM11.524%209.5H2.75a.75.75%200%200%201%200-1.5h10.274zM17.75%203a.8.8%200%200%201%20.233.04L16.524%204.5H2.75a.75.75%200%200%201%200-1.5z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.249%2011.312L10.063%2023.497c-.44.44-.987.76-1.587.929l-5.524%201.547a.75.75%200%200%201-.924-.925l1.547-5.525c.168-.6.487-1.146.928-1.587L16.688%205.75zM6.524%2014.5H2.75a.75.75%200%200%201%200-1.5h5.274zM19.29%203.15a3.932%203.932%200%200%201%205.56%205.56l-1.54%201.54l-5.56-5.56zM11.524%209.5H2.75a.75.75%200%200%201%200-1.5h10.274zM17.75%203a.8.8%200%200%201%20.233.04L16.524%204.5H2.75a.75.75%200%200%201%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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