Upsilon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Upsilon 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/349131.svg" alt="Upsilon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349131.svg" alt="Upsilon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349131.svg" alt="Upsilon icon" :width="24" :height="24" />
CSS background
.icon-upsilon {
background-image: url('https://proicons.com/icon/349131.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="d" d="M9.3042,5.5v11.284c0,6.6147,4.505,12.3974,10.9669,14.0762v11.6398h7.458v-11.6398c6.4619-1.6788,10.9669-7.4615,10.9669-14.0762V5.5h-7.458v11.284c0,3.9583-3.2401,7.1674-7.2379,7.1674s-7.2379-3.2091-7.2379-7.1674V5.5h-7.458Z"/></svg>
Copied!