issue draft icon

issue-draft-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
issue-draft-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

Use the issue draft icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.307 11.655a.75.75 0 0 1 .165 1.048a8 8 0 0 1-1.769 1.77a.75.75 0 0 1-.883-1.214a6.6 6.6 0 0 0 1.44-1.439a.75.75 0 0 1 1.047-.165m-2.652-9.962a.75.75 0 0 1 1.048-.165a8 8 0 0 1 1.77 1.769a.75.75 0 0 1-1.214.883a6.6 6.6 0 0 0-1.439-1.44a.75.75 0 0 1-.165-1.047M6.749.097a8 8 0 0 1 2.502 0a.75.75 0 1 1-.233 1.482a6.6 6.6 0 0 0-2.036 0A.751.751 0 0 1 6.749.097M.955 6.125a.75.75 0 0 1 .624.857a6.6 6.6 0 0 0 0 2.036a.75.75 0 1 1-1.482.233a8 8 0 0 1 0-2.502a.75.75 0 0 1 .858-.624m14.09 0a.75.75 0 0 1 .858.624c.13.829.13 1.673 0 2.502a.75.75 0 1 1-1.482-.233a6.6 6.6 0 0 0 0-2.036a.75.75 0 0 1 .624-.857m-8.92 8.92a.75.75 0 0 1 .857-.624a6.6 6.6 0 0 0 2.036 0a.75.75 0 1 1 .233 1.482c-.829.13-1.673.13-2.502 0a.75.75 0 0 1-.624-.858m-4.432-3.39a.75.75 0 0 1 1.048.165a6.6 6.6 0 0 0 1.439 1.44a.751.751 0 0 1-.883 1.212a8 8 0 0 1-1.77-1.769a.75.75 0 0 1 .166-1.048m2.652-9.962A.75.75 0 0 1 4.18 2.74a6.6 6.6 0 0 0-1.44 1.44a.751.751 0 0 1-1.212-.883a8 8 0 0 1 1.769-1.77a.75.75 0 0 1 1.048.166"/></svg>

React

import type { SVGProps } from "react";

export function OcticonIssueDraft16(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="M14.307 11.655a.75.75 0 0 1 .165 1.048a8 8 0 0 1-1.769 1.77a.75.75 0 0 1-.883-1.214a6.6 6.6 0 0 0 1.44-1.439a.75.75 0 0 1 1.047-.165m-2.652-9.962a.75.75 0 0 1 1.048-.165a8 8 0 0 1 1.77 1.769a.75.75 0 0 1-1.214.883a6.6 6.6 0 0 0-1.439-1.44a.75.75 0 0 1-.165-1.047M6.749.097a8 8 0 0 1 2.502 0a.75.75 0 1 1-.233 1.482a6.6 6.6 0 0 0-2.036 0A.751.751 0 0 1 6.749.097M.955 6.125a.75.75 0 0 1 .624.857a6.6 6.6 0 0 0 0 2.036a.75.75 0 1 1-1.482.233a8 8 0 0 1 0-2.502a.75.75 0 0 1 .858-.624m14.09 0a.75.75 0 0 1 .858.624c.13.829.13 1.673 0 2.502a.75.75 0 1 1-1.482-.233a6.6 6.6 0 0 0 0-2.036a.75.75 0 0 1 .624-.857m-8.92 8.92a.75.75 0 0 1 .857-.624a6.6 6.6 0 0 0 2.036 0a.75.75 0 1 1 .233 1.482c-.829.13-1.673.13-2.502 0a.75.75 0 0 1-.624-.858m-4.432-3.39a.75.75 0 0 1 1.048.165a6.6 6.6 0 0 0 1.439 1.44a.751.751 0 0 1-.883 1.212a8 8 0 0 1-1.77-1.769a.75.75 0 0 1 .166-1.048m2.652-9.962A.75.75 0 0 1 4.18 2.74a6.6 6.6 0 0 0-1.44 1.44a.751.751 0 0 1-1.212-.883a8 8 0 0 1 1.769-1.77a.75.75 0 0 1 1.048.166"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M14.307 11.655a.75.75 0 0 1 .165 1.048a8 8 0 0 1-1.769 1.77a.75.75 0 0 1-.883-1.214a6.6 6.6 0 0 0 1.44-1.439a.75.75 0 0 1 1.047-.165m-2.652-9.962a.75.75 0 0 1 1.048-.165a8 8 0 0 1 1.77 1.769a.75.75 0 0 1-1.214.883a6.6 6.6 0 0 0-1.439-1.44a.75.75 0 0 1-.165-1.047M6.749.097a8 8 0 0 1 2.502 0a.75.75 0 1 1-.233 1.482a6.6 6.6 0 0 0-2.036 0A.751.751 0 0 1 6.749.097M.955 6.125a.75.75 0 0 1 .624.857a6.6 6.6 0 0 0 0 2.036a.75.75 0 1 1-1.482.233a8 8 0 0 1 0-2.502a.75.75 0 0 1 .858-.624m14.09 0a.75.75 0 0 1 .858.624c.13.829.13 1.673 0 2.502a.75.75 0 1 1-1.482-.233a6.6 6.6 0 0 0 0-2.036a.75.75 0 0 1 .624-.857m-8.92 8.92a.75.75 0 0 1 .857-.624a6.6 6.6 0 0 0 2.036 0a.75.75 0 1 1 .233 1.482c-.829.13-1.673.13-2.502 0a.75.75 0 0 1-.624-.858m-4.432-3.39a.75.75 0 0 1 1.048.165a6.6 6.6 0 0 0 1.439 1.44a.751.751 0 0 1-.883 1.212a8 8 0 0 1-1.77-1.769a.75.75 0 0 1 .166-1.048m2.652-9.962A.75.75 0 0 1 4.18 2.74a6.6 6.6 0 0 0-1.44 1.44a.751.751 0 0 1-1.212-.883a8 8 0 0 1 1.769-1.77a.75.75 0 0 1 1.048.166"/></svg>
</template>

CSS

.icon-issue-draft-16 {
  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%22M14.307%2011.655a.75.75%200%200%201%20.165%201.048a8%208%200%200%201-1.769%201.77a.75.75%200%200%201-.883-1.214a6.6%206.6%200%200%200%201.44-1.439a.75.75%200%200%201%201.047-.165m-2.652-9.962a.75.75%200%200%201%201.048-.165a8%208%200%200%201%201.77%201.769a.75.75%200%200%201-1.214.883a6.6%206.6%200%200%200-1.439-1.44a.75.75%200%200%201-.165-1.047M6.749.097a8%208%200%200%201%202.502%200a.75.75%200%201%201-.233%201.482a6.6%206.6%200%200%200-2.036%200A.751.751%200%200%201%206.749.097M.955%206.125a.75.75%200%200%201%20.624.857a6.6%206.6%200%200%200%200%202.036a.75.75%200%201%201-1.482.233a8%208%200%200%201%200-2.502a.75.75%200%200%201%20.858-.624m14.09%200a.75.75%200%200%201%20.858.624c.13.829.13%201.673%200%202.502a.75.75%200%201%201-1.482-.233a6.6%206.6%200%200%200%200-2.036a.75.75%200%200%201%20.624-.857m-8.92%208.92a.75.75%200%200%201%20.857-.624a6.6%206.6%200%200%200%202.036%200a.75.75%200%201%201%20.233%201.482c-.829.13-1.673.13-2.502%200a.75.75%200%200%201-.624-.858m-4.432-3.39a.75.75%200%200%201%201.048.165a6.6%206.6%200%200%200%201.439%201.44a.751.751%200%200%201-.883%201.212a8%208%200%200%201-1.77-1.769a.75.75%200%200%201%20.166-1.048m2.652-9.962A.75.75%200%200%201%204.18%202.74a6.6%206.6%200%200%200-1.44%201.44a.751.751%200%200%201-1.212-.883a8%208%200%200%201%201.769-1.77a.75.75%200%200%201%201.048.166%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%22M14.307%2011.655a.75.75%200%200%201%20.165%201.048a8%208%200%200%201-1.769%201.77a.75.75%200%200%201-.883-1.214a6.6%206.6%200%200%200%201.44-1.439a.75.75%200%200%201%201.047-.165m-2.652-9.962a.75.75%200%200%201%201.048-.165a8%208%200%200%201%201.77%201.769a.75.75%200%200%201-1.214.883a6.6%206.6%200%200%200-1.439-1.44a.75.75%200%200%201-.165-1.047M6.749.097a8%208%200%200%201%202.502%200a.75.75%200%201%201-.233%201.482a6.6%206.6%200%200%200-2.036%200A.751.751%200%200%201%206.749.097M.955%206.125a.75.75%200%200%201%20.624.857a6.6%206.6%200%200%200%200%202.036a.75.75%200%201%201-1.482.233a8%208%200%200%201%200-2.502a.75.75%200%200%201%20.858-.624m14.09%200a.75.75%200%200%201%20.858.624c.13.829.13%201.673%200%202.502a.75.75%200%201%201-1.482-.233a6.6%206.6%200%200%200%200-2.036a.75.75%200%200%201%20.624-.857m-8.92%208.92a.75.75%200%200%201%20.857-.624a6.6%206.6%200%200%200%202.036%200a.75.75%200%201%201%20.233%201.482c-.829.13-1.673.13-2.502%200a.75.75%200%200%201-.624-.858m-4.432-3.39a.75.75%200%200%201%201.048.165a6.6%206.6%200%200%200%201.439%201.44a.751.751%200%200%201-.883%201.212a8%208%200%200%201-1.77-1.769a.75.75%200%200%201%20.166-1.048m2.652-9.962A.75.75%200%200%201%204.18%202.74a6.6%206.6%200%200%200-1.44%201.44a.751.751%200%200%201-1.212-.883a8%208%200%200%201%201.769-1.77a.75.75%200%200%201%201.048.166%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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