Circled Left Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Circled 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/305385.svg" alt="Circled Left icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305385.svg" alt="Circled Left icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305385.svg" alt="Circled Left icon" :width="24" :height="24" />
CSS background
.icon-circled-left {
background-image: url('https://proicons.com/icon/305385.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="M500 62C259 62 63 258 63 500s196 438 437 438 438-197 438-438S742 62 500 62zm-40 461l202 202c9 9 9 25 0 35l-59 59c-10 9-26 9-35 0L272 523c-10-10-10-26 0-35l296-296c9-10 25-10 35 0l59 58c9 10 9 26 0 36L460 488c-10 9-10 25 0 35z"/></svg>
Copied!