pencil ai icon

pencil-ai-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.

Name
pencil-ai-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Use the pencil ai icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.609 8.61c-.21.21-.471.363-.757.445l-3.251.929a.75.75 0 0 1-.736-.191a.75.75 0 0 1-.191-.736l.929-3.251a1.76 1.76 0 0 1 .445-.757Zm-7.549 9.67a.25.25 0 0 0-.064.108l-.558 1.953l1.953-.558a.25.25 0 0 0 .108-.064l6.286-6.286L9.75 4.811Zm8.963-8.61a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44l1.263-1.263a.25.25 0 0 0 0-.354Zm-.158 6.676A.25.25 0 0 1 12.502 9a.25.25 0 0 1 .232.163l.238.648a3.72 3.72 0 0 0 2.219 2.219l.649.238a.25.25 0 0 1 .16.202v.063a.25.25 0 0 1-.16.202l-.649.238a3.72 3.72 0 0 0-2.219 2.218l-.238.649a.25.25 0 0 1-.193.16h-.079a.25.25 0 0 1-.193-.16l-.239-.649a3.74 3.74 0 0 0-2.218-2.218l-.649-.238a.248.248 0 0 1-.118-.376a.25.25 0 0 1 .118-.091l.649-.238a3.72 3.72 0 0 0 2.218-2.219Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPencilAi16(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="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.609 8.61c-.21.21-.471.363-.757.445l-3.251.929a.75.75 0 0 1-.736-.191a.75.75 0 0 1-.191-.736l.929-3.251a1.76 1.76 0 0 1 .445-.757Zm-7.549 9.67a.25.25 0 0 0-.064.108l-.558 1.953l1.953-.558a.25.25 0 0 0 .108-.064l6.286-6.286L9.75 4.811Zm8.963-8.61a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44l1.263-1.263a.25.25 0 0 0 0-.354Zm-.158 6.676A.25.25 0 0 1 12.502 9a.25.25 0 0 1 .232.163l.238.648a3.72 3.72 0 0 0 2.219 2.219l.649.238a.25.25 0 0 1 .16.202v.063a.25.25 0 0 1-.16.202l-.649.238a3.72 3.72 0 0 0-2.219 2.218l-.238.649a.25.25 0 0 1-.193.16h-.079a.25.25 0 0 1-.193-.16l-.239-.649a3.74 3.74 0 0 0-2.218-2.218l-.649-.238a.248.248 0 0 1-.118-.376a.25.25 0 0 1 .118-.091l.649-.238a3.72 3.72 0 0 0 2.218-2.219Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.609 8.61c-.21.21-.471.363-.757.445l-3.251.929a.75.75 0 0 1-.736-.191a.75.75 0 0 1-.191-.736l.929-3.251a1.76 1.76 0 0 1 .445-.757Zm-7.549 9.67a.25.25 0 0 0-.064.108l-.558 1.953l1.953-.558a.25.25 0 0 0 .108-.064l6.286-6.286L9.75 4.811Zm8.963-8.61a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44l1.263-1.263a.25.25 0 0 0 0-.354Zm-.158 6.676A.25.25 0 0 1 12.502 9a.25.25 0 0 1 .232.163l.238.648a3.72 3.72 0 0 0 2.219 2.219l.649.238a.25.25 0 0 1 .16.202v.063a.25.25 0 0 1-.16.202l-.649.238a3.72 3.72 0 0 0-2.219 2.218l-.238.649a.25.25 0 0 1-.193.16h-.079a.25.25 0 0 1-.193-.16l-.239-.649a3.74 3.74 0 0 0-2.218-2.218l-.649-.238a.248.248 0 0 1-.118-.376a.25.25 0 0 1 .118-.091l.649-.238a3.72 3.72 0 0 0 2.218-2.219Z"/></svg>
</template>

CSS

.icon-pencil-ai-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%22M11.013%201.427a1.75%201.75%200%200%201%202.474%200l1.086%201.086a1.75%201.75%200%200%201%200%202.474l-8.609%208.61c-.21.21-.471.363-.757.445l-3.251.929a.75.75%200%200%201-.736-.191a.75.75%200%200%201-.191-.736l.929-3.251a1.76%201.76%200%200%201%20.445-.757Zm-7.549%209.67a.25.25%200%200%200-.064.108l-.558%201.953l1.953-.558a.25.25%200%200%200%20.108-.064l6.286-6.286L9.75%204.811Zm8.963-8.61a.25.25%200%200%200-.354%200L10.811%203.75l1.439%201.44l1.263-1.263a.25.25%200%200%200%200-.354Zm-.158%206.676A.25.25%200%200%201%2012.502%209a.25.25%200%200%201%20.232.163l.238.648a3.72%203.72%200%200%200%202.219%202.219l.649.238a.25.25%200%200%201%20.16.202v.063a.25.25%200%200%201-.16.202l-.649.238a3.72%203.72%200%200%200-2.219%202.218l-.238.649a.25.25%200%200%201-.193.16h-.079a.25.25%200%200%201-.193-.16l-.239-.649a3.74%203.74%200%200%200-2.218-2.218l-.649-.238a.248.248%200%200%201-.118-.376a.25.25%200%200%201%20.118-.091l.649-.238a3.72%203.72%200%200%200%202.218-2.219Z%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%22M11.013%201.427a1.75%201.75%200%200%201%202.474%200l1.086%201.086a1.75%201.75%200%200%201%200%202.474l-8.609%208.61c-.21.21-.471.363-.757.445l-3.251.929a.75.75%200%200%201-.736-.191a.75.75%200%200%201-.191-.736l.929-3.251a1.76%201.76%200%200%201%20.445-.757Zm-7.549%209.67a.25.25%200%200%200-.064.108l-.558%201.953l1.953-.558a.25.25%200%200%200%20.108-.064l6.286-6.286L9.75%204.811Zm8.963-8.61a.25.25%200%200%200-.354%200L10.811%203.75l1.439%201.44l1.263-1.263a.25.25%200%200%200%200-.354Zm-.158%206.676A.25.25%200%200%201%2012.502%209a.25.25%200%200%201%20.232.163l.238.648a3.72%203.72%200%200%200%202.219%202.219l.649.238a.25.25%200%200%201%20.16.202v.063a.25.25%200%200%201-.16.202l-.649.238a3.72%203.72%200%200%200-2.219%202.218l-.238.649a.25.25%200%200%201-.193.16h-.079a.25.25%200%200%201-.193-.16l-.239-.649a3.74%203.74%200%200%200-2.218-2.218l-.649-.238a.248.248%200%200%201-.118-.376a.25.25%200%200%201%20.118-.091l.649-.238a3.72%203.72%200%200%200%202.218-2.219Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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