Ups Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ups 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/349127.svg" alt="Ups icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349127.svg" alt="Ups icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349127.svg" alt="Ups icon" :width="24" :height="24" />
CSS background
.icon-ups {
background-image: url('https://proicons.com/icon/349127.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,43.5c1.96-2.1128,16.32-3.6054,16.32-16.5149V8.1441S34.489,4.5,24,4.5,7.68,8.1441,7.68,8.1441v18.841C7.68,39.8946,22.04,41.3872,24,43.5Z"/><path class="a" d="M40.32,9.0552c-17.8539,0-22.9745.7947-32.64,10.1183"/><path class="a" d="M11.5,20.4431v5.41a3.2788,3.2788,0,0,0,3.2788,3.2788h0a3.2788,3.2788,0,0,0,3.2788-3.2788v-5.41"/><line class="a" x1="18.0576" y1="25.8531" x2="18.0576" y2="29.1319"/><path class="a" d="M30.9,28.3988a3.6877,3.6877,0,0,0,2.6966.7331h.7356A2.17,2.17,0,0,0,36.5,26.96h0a2.17,2.17,0,0,0-2.1675-2.1722H32.8613a2.17,2.17,0,0,1-2.1675-2.1722h0a2.17,2.17,0,0,1,2.1675-2.1722h.7356a3.6881,3.6881,0,0,1,2.6966.733"/><path class="a" d="M21.2828,25.8531a3.2788,3.2788,0,0,0,3.2788,3.2788h0A3.2788,3.2788,0,0,0,27.84,25.8531V23.7219a3.2788,3.2788,0,0,0-3.2788-3.2788h0a3.2788,3.2788,0,0,0-3.2788,3.2788"/><line class="a" x1="21.2828" y1="20.4431" x2="21.2828" y2="33.5583"/></svg>
Copied!