Tryitonline Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Tryitonline 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/316414.svg" alt="Tryitonline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316414.svg" alt="Tryitonline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316414.svg" alt="Tryitonline icon" :width="24" :height="24" />
CSS background
.icon-tryitonline {
background-image: url('https://proicons.com/icon/316414.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>Try It Online</title><path d="M.75 6a.75.75 0 100 1.5H4.5v9.75a.75.75 0 101.5 0V7.5h17.25a.75.75 0 100-1.5zm10.5 3a.75.75 0 00-.75.75v7.5a.75.75 0 101.5 0v-7.5a.75.75 0 00-.75-.75zm8.25 0a4.51 4.51 0 00-4.5 4.5c0 2.48 2.02 4.5 4.5 4.5s4.5-2.02 4.5-4.5S21.98 9 19.5 9zm0 1.5c1.67 0 3 1.33 3 3s-1.33 3-3 3-3-1.33-3-3 1.33-3 3-3Z"/></svg>
Copied!