pencil ai icon

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

Name
pencil-ai-24
Set
Octicons
Style
24
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M17.263 2.177a1.75 1.75 0 0 1 2.474 0l2.586 2.586a1.75 1.75 0 0 1 0 2.474L19.53 10.03l-.012.012L8.69 20.378a1.75 1.75 0 0 1-.699.409l-5.523 1.681a.75.75 0 0 1-.935-.936l1.673-5.499c.088-.288.248-.549.466-.757L14.476 4.964Zm-2.275 4.371l-10.28 9.813a.26.26 0 0 0-.067.108l-1.264 4.154l4.177-1.271a.25.25 0 0 0 .1-.059l10.273-9.805ZM19 8.439l2.263-2.262a.25.25 0 0 0 0-.354l-2.586-2.586a.25.25 0 0 0-.354 0L16.061 5.5Zm-.293 6.363a.312.312 0 0 1 .587 0l.298.815a4.68 4.68 0 0 0 2.791 2.791l.815.298a.312.312 0 0 1 0 .587l-.815.299a4.69 4.69 0 0 0-2.791 2.79l-.298.816a.312.312 0 0 1-.587 0l-.299-.816a4.69 4.69 0 0 0-2.79-2.79l-.816-.299a.312.312 0 0 1 0-.587l.816-.298a4.69 4.69 0 0 0 2.79-2.791z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonPencilAi24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.263 2.177a1.75 1.75 0 0 1 2.474 0l2.586 2.586a1.75 1.75 0 0 1 0 2.474L19.53 10.03l-.012.012L8.69 20.378a1.75 1.75 0 0 1-.699.409l-5.523 1.681a.75.75 0 0 1-.935-.936l1.673-5.499c.088-.288.248-.549.466-.757L14.476 4.964Zm-2.275 4.371l-10.28 9.813a.26.26 0 0 0-.067.108l-1.264 4.154l4.177-1.271a.25.25 0 0 0 .1-.059l10.273-9.805ZM19 8.439l2.263-2.262a.25.25 0 0 0 0-.354l-2.586-2.586a.25.25 0 0 0-.354 0L16.061 5.5Zm-.293 6.363a.312.312 0 0 1 .587 0l.298.815a4.68 4.68 0 0 0 2.791 2.791l.815.298a.312.312 0 0 1 0 .587l-.815.299a4.69 4.69 0 0 0-2.791 2.79l-.298.816a.312.312 0 0 1-.587 0l-.299-.816a4.69 4.69 0 0 0-2.79-2.79l-.816-.299a.312.312 0 0 1 0-.587l.816-.298a4.69 4.69 0 0 0 2.79-2.791z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.263 2.177a1.75 1.75 0 0 1 2.474 0l2.586 2.586a1.75 1.75 0 0 1 0 2.474L19.53 10.03l-.012.012L8.69 20.378a1.75 1.75 0 0 1-.699.409l-5.523 1.681a.75.75 0 0 1-.935-.936l1.673-5.499c.088-.288.248-.549.466-.757L14.476 4.964Zm-2.275 4.371l-10.28 9.813a.26.26 0 0 0-.067.108l-1.264 4.154l4.177-1.271a.25.25 0 0 0 .1-.059l10.273-9.805ZM19 8.439l2.263-2.262a.25.25 0 0 0 0-.354l-2.586-2.586a.25.25 0 0 0-.354 0L16.061 5.5Zm-.293 6.363a.312.312 0 0 1 .587 0l.298.815a4.68 4.68 0 0 0 2.791 2.791l.815.298a.312.312 0 0 1 0 .587l-.815.299a4.69 4.69 0 0 0-2.791 2.79l-.298.816a.312.312 0 0 1-.587 0l-.299-.816a4.69 4.69 0 0 0-2.79-2.79l-.816-.299a.312.312 0 0 1 0-.587l.816-.298a4.69 4.69 0 0 0 2.79-2.791z"/></svg>
</template>

CSS

.icon-pencil-ai-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.263%202.177a1.75%201.75%200%200%201%202.474%200l2.586%202.586a1.75%201.75%200%200%201%200%202.474L19.53%2010.03l-.012.012L8.69%2020.378a1.75%201.75%200%200%201-.699.409l-5.523%201.681a.75.75%200%200%201-.935-.936l1.673-5.499c.088-.288.248-.549.466-.757L14.476%204.964Zm-2.275%204.371l-10.28%209.813a.26.26%200%200%200-.067.108l-1.264%204.154l4.177-1.271a.25.25%200%200%200%20.1-.059l10.273-9.805ZM19%208.439l2.263-2.262a.25.25%200%200%200%200-.354l-2.586-2.586a.25.25%200%200%200-.354%200L16.061%205.5Zm-.293%206.363a.312.312%200%200%201%20.587%200l.298.815a4.68%204.68%200%200%200%202.791%202.791l.815.298a.312.312%200%200%201%200%20.587l-.815.299a4.69%204.69%200%200%200-2.791%202.79l-.298.816a.312.312%200%200%201-.587%200l-.299-.816a4.69%204.69%200%200%200-2.79-2.79l-.816-.299a.312.312%200%200%201%200-.587l.816-.298a4.69%204.69%200%200%200%202.79-2.791z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.263%202.177a1.75%201.75%200%200%201%202.474%200l2.586%202.586a1.75%201.75%200%200%201%200%202.474L19.53%2010.03l-.012.012L8.69%2020.378a1.75%201.75%200%200%201-.699.409l-5.523%201.681a.75.75%200%200%201-.935-.936l1.673-5.499c.088-.288.248-.549.466-.757L14.476%204.964Zm-2.275%204.371l-10.28%209.813a.26.26%200%200%200-.067.108l-1.264%204.154l4.177-1.271a.25.25%200%200%200%20.1-.059l10.273-9.805ZM19%208.439l2.263-2.262a.25.25%200%200%200%200-.354l-2.586-2.586a.25.25%200%200%200-.354%200L16.061%205.5Zm-.293%206.363a.312.312%200%200%201%20.587%200l.298.815a4.68%204.68%200%200%200%202.791%202.791l.815.298a.312.312%200%200%201%200%20.587l-.815.299a4.69%204.69%200%200%200-2.791%202.79l-.298.816a.312.312%200%200%201-.587%200l-.299-.816a4.69%204.69%200%200%200-2.79-2.79l-.816-.299a.312.312%200%200%201%200-.587l.816-.298a4.69%204.69%200%200%200%202.79-2.791z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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