Upgrado Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Upgrado 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/334561.svg" alt="Upgrado icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334561.svg" alt="Upgrado icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334561.svg" alt="Upgrado icon" :width="24" :height="24" />
CSS background
.icon-upgrado {
background-image: url('https://proicons.com/icon/334561.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="c"><path id="d" class="g" d="m10.3132,21.7438l29.3253.0231-1.9895,4.0914-29.3852.0924,2.0494-4.2069Z"/><path id="e" class="g" d="m6.5473,30.82l29.3264.022-1.9895,4.0914-29.3841.0924,2.0473-4.2058Z"/><path id="f" class="g" d="m14.1747,12.9741l29.3253.0231-1.9885,4.0903-29.3862.0924,2.0494-4.2058Z"/></g></svg>
Copied!