Dotted Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dotted 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/305536.svg" alt="Dotted Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305536.svg" alt="Dotted Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305536.svg" alt="Dotted Left icon" :width="24" :height="24" />
CSS background
.icon-dotted-left {
background-image: url('https://proicons.com/icon/305536.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="M510 322c0 19 15 34 34 34s34-15 34-34-15-34-34-34-34 15-34 34zm0 178c0 19 15 34 34 34s34-15 34-34-15-34-34-34-34 15-34 34zm0 88c0 19 15 34 34 34s34-15 34-34c0-18-15-33-34-33s-34 15-34 33zm0 90c0 18 15 33 34 33s34-15 34-33c0-19-15-34-34-34s-34 15-34 34zm-88-90c0 19 15 34 33 34 19 0 34-15 34-34 0-18-15-33-34-33-18 0-33 15-33 33zm0-177c0 18 15 34 33 34 19 0 34-16 34-34s-15-33-34-33c-18 0-33 15-33 33zm177 355c0 19 15 34 34 34 18 0 34-15 34-34s-16-34-34-34c-19 0-34 15-34 34zM333 500c0 19 15 34 34 34 18 0 34-15 34-34s-16-34-34-34c-19 0-34 15-34 34zm89 0c0 19 15 34 33 34 19 0 34-15 34-34s-15-34-34-34c-18 0-33 15-33 34zm88-89c0 18 15 34 34 34s34-16 34-34-15-33-34-33-34 15-34 33zm89-177c0 18 15 34 34 34 18 0 34-15 34-34s-16-34-34-34c-19 0-34 15-34 34zm0 444c0 18 15 33 34 33 18 0 34-15 34-33 0-19-16-34-34-34-19 0-34 15-34 34zm0-356c0 19 15 34 34 34 18 0 34-15 34-34s-16-34-34-34c-19 0-34 15-34 34zm0 178c0 19 15 34 34 34 18 0 34-15 34-34s-16-34-34-34c-19 0-34 15-34 34zm0-89c0 18 15 34 34 34 18 0 34-16 34-34s-16-33-34-33c-19 0-34 15-34 33zm0 177c0 19 15 34 34 34 18 0 34-15 34-34 0-18-16-33-34-33-19 0-34 15-34 33z"/></svg>
Copied!