Stylish Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stylish Right 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/306599.svg" alt="Stylish Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306599.svg" alt="Stylish Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306599.svg" alt="Stylish Right icon" :width="24" :height="24" />
CSS background
.icon-stylish-right {
background-image: url('https://proicons.com/icon/306599.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="M236 266l30-47c7-11 17-11 24 0l165 262c7 11 7 27 0 38L343 697c-7 10-2 18 10 18h4c12 0 27-8 33-18 26-41 87-138 112-178 7-11 7-27 0-38L390 304c-6-11-6-27 0-38 9-14 22-33 31-47 6-11 21-19 33-19h111c12 0 26 7 32 16l11 17 156 248c7 11 7 27 0 38L599 781c-7 10-17 10-24 0l-30-48c-7-10-7-27 0-37l112-178c6-10 6-27 0-37L545 304c-7-11-22-19-34-19h-3c-13-1-17 8-11 18l113 178c6 11 6 27 0 38L497 697l-23 37-30 47c-6 11-21 19-33 19H300c-12 0-27-8-34-19-9-14-21-33-30-48-6-10-6-27 0-37l112-177c7-11 7-27 0-38L236 304c-6-11-6-27 0-38z"/></svg>
Copied!