issue draft icon
issue-draft from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- issue-draft
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
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="M9.311 2.132a.5.5 0 0 1-.1-.01a6.1 6.1 0 0 0-2.421 0a.5.5 0 1 1-.199-.981a7.1 7.1 0 0 1 2.819 0a.501.501 0 0 1-.099.991m3.665 2.513a.5.5 0 0 0 .694.135a.5.5 0 0 0 .135-.693a7.1 7.1 0 0 0-1.891-1.891a.5.5 0 1 0-.559.828a6 6 0 0 1 1.621 1.621m-10.367.221a.5.5 0 0 1-.414-.779a7.1 7.1 0 0 1 1.89-1.89a.499.499 0 1 1 .559.828a6.1 6.1 0 0 0-1.621 1.621a.5.5 0 0 1-.415.221zM1.631 9.81a.5.5 0 0 1-.489-.4a7.1 7.1 0 0 1 0-2.82a.5.5 0 1 1 .98.202a6 6 0 0 0 0 2.418a.5.5 0 0 1-.491.6m2.455 3.994a.5.5 0 0 0 .694-.135a.5.5 0 0 0-.135-.693a6 6 0 0 1-1.621-1.621a.499.499 0 1 0-.829.558a7.1 7.1 0 0 0 1.891 1.891M8 15c-.472 0-.946-.048-1.41-.142a.501.501 0 0 1 .199-.981a6.1 6.1 0 0 0 2.421 0a.5.5 0 1 1 .199.981A7 7 0 0 1 8 15m3.22-1.331a.5.5 0 0 0 .415.221l.001-.001a.5.5 0 0 0 .279-.086a7 7 0 0 0 1.89-1.89a.5.5 0 1 0-.829-.558a6.1 6.1 0 0 1-1.621 1.621a.5.5 0 0 0-.135.693m3.149-3.859a.5.5 0 0 1-.491-.601a6 6 0 0 0 0-2.418a.5.5 0 1 1 .98-.201a7.1 7.1 0 0 1 0 2.82a.5.5 0 0 1-.489.399zM9 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function CodiconIssueDraft(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="M9.311 2.132a.5.5 0 0 1-.1-.01a6.1 6.1 0 0 0-2.421 0a.5.5 0 1 1-.199-.981a7.1 7.1 0 0 1 2.819 0a.501.501 0 0 1-.099.991m3.665 2.513a.5.5 0 0 0 .694.135a.5.5 0 0 0 .135-.693a7.1 7.1 0 0 0-1.891-1.891a.5.5 0 1 0-.559.828a6 6 0 0 1 1.621 1.621m-10.367.221a.5.5 0 0 1-.414-.779a7.1 7.1 0 0 1 1.89-1.89a.499.499 0 1 1 .559.828a6.1 6.1 0 0 0-1.621 1.621a.5.5 0 0 1-.415.221zM1.631 9.81a.5.5 0 0 1-.489-.4a7.1 7.1 0 0 1 0-2.82a.5.5 0 1 1 .98.202a6 6 0 0 0 0 2.418a.5.5 0 0 1-.491.6m2.455 3.994a.5.5 0 0 0 .694-.135a.5.5 0 0 0-.135-.693a6 6 0 0 1-1.621-1.621a.499.499 0 1 0-.829.558a7.1 7.1 0 0 0 1.891 1.891M8 15c-.472 0-.946-.048-1.41-.142a.501.501 0 0 1 .199-.981a6.1 6.1 0 0 0 2.421 0a.5.5 0 1 1 .199.981A7 7 0 0 1 8 15m3.22-1.331a.5.5 0 0 0 .415.221l.001-.001a.5.5 0 0 0 .279-.086a7 7 0 0 0 1.89-1.89a.5.5 0 1 0-.829-.558a6.1 6.1 0 0 1-1.621 1.621a.5.5 0 0 0-.135.693m3.149-3.859a.5.5 0 0 1-.491-.601a6 6 0 0 0 0-2.418a.5.5 0 1 1 .98-.201a7.1 7.1 0 0 1 0 2.82a.5.5 0 0 1-.489.399zM9 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M9.311 2.132a.5.5 0 0 1-.1-.01a6.1 6.1 0 0 0-2.421 0a.5.5 0 1 1-.199-.981a7.1 7.1 0 0 1 2.819 0a.501.501 0 0 1-.099.991m3.665 2.513a.5.5 0 0 0 .694.135a.5.5 0 0 0 .135-.693a7.1 7.1 0 0 0-1.891-1.891a.5.5 0 1 0-.559.828a6 6 0 0 1 1.621 1.621m-10.367.221a.5.5 0 0 1-.414-.779a7.1 7.1 0 0 1 1.89-1.89a.499.499 0 1 1 .559.828a6.1 6.1 0 0 0-1.621 1.621a.5.5 0 0 1-.415.221zM1.631 9.81a.5.5 0 0 1-.489-.4a7.1 7.1 0 0 1 0-2.82a.5.5 0 1 1 .98.202a6 6 0 0 0 0 2.418a.5.5 0 0 1-.491.6m2.455 3.994a.5.5 0 0 0 .694-.135a.5.5 0 0 0-.135-.693a6 6 0 0 1-1.621-1.621a.499.499 0 1 0-.829.558a7.1 7.1 0 0 0 1.891 1.891M8 15c-.472 0-.946-.048-1.41-.142a.501.501 0 0 1 .199-.981a6.1 6.1 0 0 0 2.421 0a.5.5 0 1 1 .199.981A7 7 0 0 1 8 15m3.22-1.331a.5.5 0 0 0 .415.221l.001-.001a.5.5 0 0 0 .279-.086a7 7 0 0 0 1.89-1.89a.5.5 0 1 0-.829-.558a6.1 6.1 0 0 1-1.621 1.621a.5.5 0 0 0-.135.693m3.149-3.859a.5.5 0 0 1-.491-.601a6 6 0 0 0 0-2.418a.5.5 0 1 1 .98-.201a7.1 7.1 0 0 1 0 2.82a.5.5 0 0 1-.489.399zM9 8a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-issue-draft {
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%22M9.311%202.132a.5.5%200%200%201-.1-.01a6.1%206.1%200%200%200-2.421%200a.5.5%200%201%201-.199-.981a7.1%207.1%200%200%201%202.819%200a.501.501%200%200%201-.099.991m3.665%202.513a.5.5%200%200%200%20.694.135a.5.5%200%200%200%20.135-.693a7.1%207.1%200%200%200-1.891-1.891a.5.5%200%201%200-.559.828a6%206%200%200%201%201.621%201.621m-10.367.221a.5.5%200%200%201-.414-.779a7.1%207.1%200%200%201%201.89-1.89a.499.499%200%201%201%20.559.828a6.1%206.1%200%200%200-1.621%201.621a.5.5%200%200%201-.415.221zM1.631%209.81a.5.5%200%200%201-.489-.4a7.1%207.1%200%200%201%200-2.82a.5.5%200%201%201%20.98.202a6%206%200%200%200%200%202.418a.5.5%200%200%201-.491.6m2.455%203.994a.5.5%200%200%200%20.694-.135a.5.5%200%200%200-.135-.693a6%206%200%200%201-1.621-1.621a.499.499%200%201%200-.829.558a7.1%207.1%200%200%200%201.891%201.891M8%2015c-.472%200-.946-.048-1.41-.142a.501.501%200%200%201%20.199-.981a6.1%206.1%200%200%200%202.421%200a.5.5%200%201%201%20.199.981A7%207%200%200%201%208%2015m3.22-1.331a.5.5%200%200%200%20.415.221l.001-.001a.5.5%200%200%200%20.279-.086a7%207%200%200%200%201.89-1.89a.5.5%200%201%200-.829-.558a6.1%206.1%200%200%201-1.621%201.621a.5.5%200%200%200-.135.693m3.149-3.859a.5.5%200%200%201-.491-.601a6%206%200%200%200%200-2.418a.5.5%200%201%201%20.98-.201a7.1%207.1%200%200%201%200%202.82a.5.5%200%200%201-.489.399zM9%208a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%22M9.311%202.132a.5.5%200%200%201-.1-.01a6.1%206.1%200%200%200-2.421%200a.5.5%200%201%201-.199-.981a7.1%207.1%200%200%201%202.819%200a.501.501%200%200%201-.099.991m3.665%202.513a.5.5%200%200%200%20.694.135a.5.5%200%200%200%20.135-.693a7.1%207.1%200%200%200-1.891-1.891a.5.5%200%201%200-.559.828a6%206%200%200%201%201.621%201.621m-10.367.221a.5.5%200%200%201-.414-.779a7.1%207.1%200%200%201%201.89-1.89a.499.499%200%201%201%20.559.828a6.1%206.1%200%200%200-1.621%201.621a.5.5%200%200%201-.415.221zM1.631%209.81a.5.5%200%200%201-.489-.4a7.1%207.1%200%200%201%200-2.82a.5.5%200%201%201%20.98.202a6%206%200%200%200%200%202.418a.5.5%200%200%201-.491.6m2.455%203.994a.5.5%200%200%200%20.694-.135a.5.5%200%200%200-.135-.693a6%206%200%200%201-1.621-1.621a.499.499%200%201%200-.829.558a7.1%207.1%200%200%200%201.891%201.891M8%2015c-.472%200-.946-.048-1.41-.142a.501.501%200%200%201%20.199-.981a6.1%206.1%200%200%200%202.421%200a.5.5%200%201%201%20.199.981A7%207%200%200%201%208%2015m3.22-1.331a.5.5%200%200%200%20.415.221l.001-.001a.5.5%200%200%200%20.279-.086a7%207%200%200%200%201.89-1.89a.5.5%200%201%200-.829-.558a6.1%206.1%200%200%201-1.621%201.621a.5.5%200%200%200-.135.693m3.149-3.859a.5.5%200%200%201-.491-.601a6%206%200%200%200%200-2.418a.5.5%200%201%201%20.98-.201a7.1%207.1%200%200%201%200%202.82a.5.5%200%200%201-.489.399zM9%208a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/issue-draft.svg?color=%231a73e8&size=48