Toptal Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Toptal 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/316367.svg" alt="Toptal icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316367.svg" alt="Toptal icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316367.svg" alt="Toptal icon" :width="24" :height="24" />
CSS background
.icon-toptal {
background-image: url('https://proicons.com/icon/316367.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Toptal</title><path d="M20.227 10.038L10.188 0l-2.04 2.04 3.773 3.769-8.155 8.153L13.807 24l2.039-2.039-3.772-3.771 8.16-8.152h-.007zM8.301 14.269l6.066-6.063 1.223 1.223-6.064 6.113-1.223-1.26-.002-.013z"/></svg>
Copied!