Dotted Down Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dotted 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/305535.svg" alt="Dotted Down icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305535.svg" alt="Dotted Down icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305535.svg" alt="Dotted Down icon" :width="24" :height="24" />
CSS background
.icon-dotted-down {
background-image: url('https://proicons.com/icon/305535.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="M678 490c-19 0-34-15-34-34s15-34 34-34 34 15 34 34-15 34-34 34zm-178 0c-19 0-34-15-34-34s15-34 34-34 34 15 34 34-15 34-34 34zm-88 0c-19 0-34-15-34-34s15-34 34-34c18 0 33 15 33 34s-15 34-33 34zm-90 0c-18 0-33-15-33-34s15-34 33-34c19 0 34 15 34 34s-15 34-34 34zm90 88c-19 0-34-15-34-33 0-19 15-34 34-34 18 0 33 15 33 34 0 18-15 33-33 33zm177 0c-18 0-34-15-34-33 0-19 16-34 34-34s33 15 33 34c0 18-15 33-33 33zM234 401c-19 0-34-15-34-34 0-18 15-34 34-34s34 16 34 34c0 19-15 34-34 34zm266 266c-19 0-34-15-34-34 0-18 15-34 34-34s34 16 34 34c0 19-15 34-34 34zm0-89c-19 0-34-15-34-33 0-19 15-34 34-34s34 15 34 34c0 18-15 33-34 33zm89-88c-18 0-34-15-34-34s16-34 34-34 33 15 33 34-15 34-33 34zm177-89c-18 0-34-15-34-34 0-18 15-34 34-34s34 16 34 34c0 19-15 34-34 34zm-444 0c-18 0-33-15-33-34 0-18 15-34 33-34 19 0 34 16 34 34 0 19-15 34-34 34zm356 0c-19 0-34-15-34-34 0-18 15-34 34-34s34 16 34 34c0 19-15 34-34 34zm-178 0c-19 0-34-15-34-34 0-18 15-34 34-34s34 16 34 34c0 19-15 34-34 34zm89 0c-18 0-34-15-34-34 0-18 16-34 34-34s33 16 33 34c0 19-15 34-33 34zm-177 0c-19 0-34-15-34-34 0-18 15-34 34-34 18 0 33 16 33 34 0 19-15 34-33 34z"/></svg>
Copied!