Stylish Up Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Stylish Up 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/306600.svg" alt="Stylish Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306600.svg" alt="Stylish Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306600.svg" alt="Stylish Up icon" :width="24" :height="24" />
CSS background
.icon-stylish-up {
background-image: url('https://proicons.com/icon/306600.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="M267 764l-48-30c-11-7-11-17 0-24l262-165c11-7 27-7 38 0l178 112c10 7 19 2 19-10v-4c0-12-9-27-19-33-41-26-138-87-178-112-11-7-27-7-38 0L304 610c-10 6-27 6-37 0-15-9-34-22-48-31-11-6-19-21-19-33V435c0-12 7-26 16-32l265-167c11-7 27-7 38 0l262 165c11 7 11 17 0 24l-48 30c-10 7-27 7-37 0L519 343c-11-6-27-6-38 0L304 455c-10 7-19 22-19 34v3c0 13 8 17 18 11l178-113c11-6 27-6 38 0l178 113c10 6 27 16 37 23l47 30c11 6 19 21 19 33v111c0 12-8 27-19 34-14 9-33 21-47 30-11 6-27 6-38 0L519 652c-11-7-27-7-38 0L304 764c-10 6-27 6-37 0z"/></svg>
Copied!