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