Italic Icon
Free SVG icon from the IcoFont 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/305917.svg" alt="Italic icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305917.svg" alt="Italic icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305917.svg" alt="Italic icon" :width="24" :height="24" />
CSS background
.icon-italic {
background-image: url('https://proicons.com/icon/305917.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="M803 185l16-105c2-10-5-18-14-18H321c-10 0-19 8-20 18l-17 105c-1 9 5 17 15 17h128c10 0 16 7 15 17l-81 562c-1 10-10 17-19 17H218c-10 0-19 8-20 17l-17 106c-1 9 5 17 15 17h484c10 0 19-8 20-17l17-106c1-9-6-17-15-17H562c-9 0-16-7-15-17l81-562c1-9 10-17 20-17h135c9 0 18-8 20-17z"/></svg>
Italic in other icon packs
Copied!