Italic Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Italic Alt 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/305916.svg" alt="Italic Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305916.svg" alt="Italic Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305916.svg" alt="Italic Alt icon" :width="24" :height="24" />
CSS background
.icon-italic-alt {
background-image: url('https://proicons.com/icon/305916.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="M506 919c0 14 3 25 9 32s16 12 29 15 33 5 57 6l-6 28c-54-3-131-4-229-4-99 0-173 1-222 4l6-28c33-2 58-5 74-11 17-6 30-17 40-34 10-16 20-41 29-76l186-701c8-30 12-53 12-69 0-13-3-24-9-31s-16-13-29-16-32-5-56-6l7-28c46 3 120 4 221 4 94 0 171-1 232-4l-7 28c-35 2-60 5-77 11s-30 17-40 33c-10 17-20 42-29 78L518 850c-8 33-12 56-12 69z"/></svg>
Copied!