Citi Mobile Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Citi Mobile 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/338294.svg" alt="Citi Mobile icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338294.svg" alt="Citi Mobile icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338294.svg" alt="Citi Mobile icon" :width="24" :height="24" />
CSS background
.icon-citi-mobile {
background-image: url('https://proicons.com/icon/338294.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><line class="a" x1="20.5689" y1="21.281" x2="20.5689" y2="36.3325"/><path class="a" d="M30.1372,16.7344V33.7738a2.6831,2.6831,0,0,0,2.84,2.84h.852"/><line class="a" x1="27.2973" y1="21.5622" x2="33.2611" y2="21.5622"/><path class="a" d="M15.0077,33.7825a5.4971,5.4971,0,0,1-4.8279,2.84h0a5.6965,5.6965,0,0,1-5.68-5.68V27.2508a5.6965,5.6965,0,0,1,5.68-5.68h0a5.4971,5.4971,0,0,1,4.8279,2.84"/><line class="a" x1="40.7418" y1="21.4582" x2="40.7418" y2="36.5097"/><path class="a" d="M17.7581,17.4142c1.6321-1.6321,5.8377-6.0366,12.8672-6.0366S41.877,15.7912,43.5,17.4142"/></svg>
Copied!