pencil alt icon
pencil-alt-line from Majesticons by Gerrit Halfmann · Line · MIT Free for personal and commercial use.
- Name
- pencil-alt-line
- Set
- Majesticons
- Style
- Line
- Viewbox
- 24×24
- License
- MIT
1 other variant in Majesticons
The same icon in other sets
Use the pencil alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.586 3a2 2 0 0 1 2.828 0L21 4.586a2 2 0 0 1 0 2.828l-8 8a2 2 0 0 1-1.414.586H10a2 2 0 0 1-2-2v-1.586A2 2 0 0 1 8.586 11l8-8zm-.172 3L18 7.586L19.586 6l.707.707L18 4.414L16.414 6zm.172 3L15 7.414l-5 5V14h1.586l5-5zM3 7a3 3 0 0 1 3-3h3a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7z"/></g></svg>
React
import type { SVGProps } from "react";
export function MajesticonsPencilAltLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.586 3a2 2 0 0 1 2.828 0L21 4.586a2 2 0 0 1 0 2.828l-8 8a2 2 0 0 1-1.414.586H10a2 2 0 0 1-2-2v-1.586A2 2 0 0 1 8.586 11l8-8zm-.172 3L18 7.586L19.586 6l.707.707L18 4.414L16.414 6zm.172 3L15 7.414l-5 5V14h1.586l5-5zM3 7a3 3 0 0 1 3-3h3a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M16.586 3a2 2 0 0 1 2.828 0L21 4.586a2 2 0 0 1 0 2.828l-8 8a2 2 0 0 1-1.414.586H10a2 2 0 0 1-2-2v-1.586A2 2 0 0 1 8.586 11l8-8zm-.172 3L18 7.586L19.586 6l.707.707L18 4.414L16.414 6zm.172 3L15 7.414l-5 5V14h1.586l5-5zM3 7a3 3 0 0 1 3-3h3a1 1 0 0 1 0 2H6a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-3a1 1 0 1 1 2 0v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V7z"/></g></svg> </template>
CSS
.icon-pencil-alt-line {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.586%203a2%202%200%200%201%202.828%200L21%204.586a2%202%200%200%201%200%202.828l-8%208a2%202%200%200%201-1.414.586H10a2%202%200%200%201-2-2v-1.586A2%202%200%200%201%208.586%2011l8-8zm-.172%203L18%207.586L19.586%206l.707.707L18%204.414L16.414%206zm.172%203L15%207.414l-5%205V14h1.586l5-5zM3%207a3%203%200%200%201%203-3h3a1%201%200%200%201%200%202H6a1%201%200%200%200-1%201v11a1%201%200%200%200%201%201h11a1%201%200%200%200%201-1v-3a1%201%200%201%201%202%200v3a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V7z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M16.586%203a2%202%200%200%201%202.828%200L21%204.586a2%202%200%200%201%200%202.828l-8%208a2%202%200%200%201-1.414.586H10a2%202%200%200%201-2-2v-1.586A2%202%200%200%201%208.586%2011l8-8zm-.172%203L18%207.586L19.586%206l.707.707L18%204.414L16.414%206zm.172%203L15%207.414l-5%205V14h1.586l5-5zM3%207a3%203%200%200%201%203-3h3a1%201%200%200%201%200%202H6a1%201%200%200%200-1%201v11a1%201%200%200%200%201%201h11a1%201%200%200%200%201-1v-3a1%201%200%201%201%202%200v3a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/majesticons/pencil-alt-line.svg?color=%231a73e8&size=48