Stylish Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stylish Left 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/306598.svg" alt="Stylish Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306598.svg" alt="Stylish Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306598.svg" alt="Stylish Left icon" :width="24" :height="24" />
CSS background
.icon-stylish-left {
background-image: url('https://proicons.com/icon/306598.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="M764 266l-30-47c-7-11-17-11-24 0L545 481c-7 11-7 27 0 38l112 178c7 10 2 18-10 18h-4c-12 0-27-8-33-18-26-41-87-138-112-178-7-11-7-27 0-38l112-177c6-10 6-27 0-37-9-15-21-34-30-48-7-11-22-19-34-19H435c-12 0-26 7-32 16l-10 17-157 248c-6 11-6 27 0 38l166 262c6 10 17 10 23 0l30-48c7-10 7-27 0-37L343 519c-6-11-6-27 0-38l112-177c7-11 22-19 34-19h4c12-1 16 8 10 18L390 481c-6 11-6 27 0 38l113 178 23 37 30 47c6 11 21 19 34 19h110c12 0 27-8 34-19 9-14 21-33 30-48 6-10 6-27 0-37L652 519c-6-11-6-27 0-38l112-177c7-11 7-27 0-38z"/></svg>
Copied!