Ubs Banking Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ubs Banking 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/334444.svg" alt="Ubs Banking icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334444.svg" alt="Ubs Banking icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334444.svg" alt="Ubs Banking icon" :width="24" :height="24" />
CSS background
.icon-ubs-banking {
background-image: url('https://proicons.com/icon/334444.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="24.0905" y1="3.5" x2="24.0905" y2="31.8089"/><line class="b" x1="22.299" y1="30.3367" x2="25.882" y2="30.3367"/><circle class="b" cx="24.0905" cy="37.4494" r="5.6405"/><path class="b" d="m21.4412,38.6772c1.4632,0,2.6493-1.1861,2.6493-2.6493s-1.1861-2.6493-2.6493-2.6493-2.2816,1.1347-2.8102,2.6493"/><path class="b" d="m26.7398,38.6772c-1.4632,0-2.6493-1.1861-2.6493-2.6493,0-1.4632,1.1861-2.6493,2.6493-2.6493s2.2816,1.1347,2.8102,2.6493"/><line class="b" x1="24.0905" y1="44.5" x2="24.0905" y2="41.6798"/><line class="b" x1="21.4166" y1="6.3868" x2="21.4166" y2="5.1629"/><line class="b" x1="18.9555" y1="6.3868" x2="24.0905" y2="6.3868"/><polyline class="b" points="21.4166 10.2713 18.9555 9.3933 21.4166 8.5152"/><line class="b" x1="18.9555" y1="13.6236" x2="18.9555" y2="5.1629"/><line class="b" x1="21.4166" y1="12.3997" x2="21.4166" y2="13.6236"/><line class="b" x1="18.9555" y1="12.3997" x2="24.0905" y2="12.3997"/><line class="b" x1="10.6882" y1="9.8148" x2="32.3742" y2="28.0114"/><line class="b" x1="30.0949" y1="28.4374" x2="32.398" y2="25.6927"/><circle class="b" cx="36.6951" cy="31.637" r="5.6405"/><path class="b" d="m35.9328,34.4558c.9405-1.1208.7943-2.7919-.3265-3.7324s-2.7919-.7943-3.7324.3265-.5974,2.4772.2231,3.8557"/><path class="b" d="m39.3386,30.3968c-.9405,1.1208-2.6116,1.267-3.7324.3265s-1.2671-2.6116-.3265-3.7324,2.3358-1.0185,3.8358-.4498"/><line class="b" x1="42.0962" y1="36.1691" x2="39.9358" y2="34.3563"/><line class="b" x1="11.1809" y1="13.7187" x2="10.2433" y2="12.932"/><line class="b" x1="9.5989" y1="15.604" x2="12.8996" y2="11.6704"/><polyline class="b" points="14.1566 16.2156 11.902 17.5365 12.8114 15.0869"/><line class="b" x1="15.1427" y1="20.2557" x2="8.6614" y2="14.8173"/><line class="b" x1="15.7871" y1="17.5838" x2="16.7247" y2="18.3705"/><line class="b" x1="14.2052" y1="19.469" x2="17.5059" y2="15.5354"/><line class="b" x1="37.3118" y1="9.8148" x2="15.6258" y2="28.0114"/><line class="b" x1="17.9051" y1="28.4374" x2="15.602" y2="25.6927"/><circle class="b" cx="11.3049" cy="31.637" r="5.6405"/><path class="b" d="m12.0672,34.4558c-.9405-1.1208-.7943-2.7919.3265-3.7324s2.7919-.7943,3.7324.3265.5974,2.4772-.2231,3.8557"/><path class="b" d="m8.6614,30.3968c.9405,1.1208,2.6116,1.267,3.7324.3265s1.2671-2.6116.3265-3.7324-2.3358-1.0185-3.8358-.4498"/><line class="b" x1="5.9038" y1="36.1691" x2="8.0642" y2="34.3563"/><line class="b" x1="36.8191" y1="13.7187" x2="37.7567" y2="12.932"/><line class="b" x1="38.4011" y1="15.604" x2="35.1004" y2="11.6704"/><polyline class="b" points="33.8434 16.2156 36.098 17.5365 35.1886 15.0869"/><line class="b" x1="32.8573" y1="20.2557" x2="39.3386" y2="14.8173"/><line class="b" x1="32.2129" y1="17.5838" x2="31.2753" y2="18.3705"/><line class="b" x1="33.7948" y1="19.469" x2="30.4941" y2="15.5354"/></svg>
Copied!