Italic Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Italic icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307234.svg" alt="Italic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307234.svg" alt="Italic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307234.svg" alt="Italic icon" :width="24" :height="24" />
CSS background
.icon-italic {
background-image: url('https://proicons.com/icon/307234.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M13 2.00014H7C6.72386 2.00014 6.5 2.22399 6.5 2.50014C6.5 2.77628 6.72386 3.00014 7 3.00014H9.47388L5.65575 13L3 13.0001C2.72386 13.0001 2.5 13.224 2.5 13.5001C2.5 13.7763 2.72386 14.0001 3 14.0001H5.98833C5.99606 14.0003 6.00378 14.0003 6.01148 14.0001H9C9.27614 14.0001 9.5 13.7763 9.5 13.5001C9.5 13.224 9.27614 13.0001 9 13.0001L6.72617 13L10.5443 3.00014H13C13.2761 3.00014 13.5 2.77628 13.5 2.50014C13.5 2.22399 13.2761 2.00014 13 2.00014Z"/></svg>
Italic in other icon packs
Copied!