Pencil Alt 4 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Pencil Alt 4 icon is commonly used in text editors, note apps and annotation tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306213.svg" alt="Pencil Alt 4 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306213.svg" alt="Pencil Alt 4 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306213.svg" alt="Pencil Alt 4 icon" :width="24" :height="24" />
CSS background
.icon-pencil-alt-4 {
background-image: url('https://proicons.com/icon/306213.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M317 0h212v483H317V0zm250 0h116v483H567V0zm-22 872h-90l45 128 45-128zm8-37l130-315H317l130 315h106z"/></svg>
Copied!