Dotted Right Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Dotted 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/305537.svg" alt="Dotted Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305537.svg" alt="Dotted Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305537.svg" alt="Dotted Right icon" :width="24" :height="24" />
CSS background
.icon-dotted-right {
background-image: url('https://proicons.com/icon/305537.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="M490 322c0 19-15 34-34 34s-34-15-34-34 15-34 34-34 34 15 34 34zm0 178c0 19-15 34-34 34s-34-15-34-34 15-34 34-34 34 15 34 34zm0 88c0 19-15 34-34 34s-34-15-34-34c0-18 15-33 34-33s34 15 34 33zm0 90c0 18-15 33-34 33s-34-15-34-33c0-19 15-34 34-34s34 15 34 34zm88-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-34s15-33 34-33c18 0 33 15 33 33zM401 766c0 19-15 34-34 34-18 0-34-15-34-34s16-34 34-34c19 0 34 15 34 34zm266-266c0 19-15 34-34 34-18 0-34-15-34-34s16-34 34-34c19 0 34 15 34 34zm-89 0c0 19-15 34-33 34-19 0-34-15-34-34s15-34 34-34c18 0 33 15 33 34zm-88-89c0 18-15 34-34 34s-34-16-34-34 15-33 34-33 34 15 34 33zm-89-177c0 18-15 34-34 34-18 0-34-15-34-34s16-34 34-34c19 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-34s16-34 34-34c19 0 34 15 34 34zm0 178c0 19-15 34-34 34-18 0-34-15-34-34s16-34 34-34c19 0 34 15 34 34zm0-89c0 18-15 34-34 34-18 0-34-16-34-34s16-33 34-33c19 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!