Uae Pass Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Uae Pass 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/334428.svg" alt="Uae Pass icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334428.svg" alt="Uae Pass icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334428.svg" alt="Uae Pass icon" :width="24" :height="24" />
CSS background
.icon-uae-pass {
background-image: url('https://proicons.com/icon/334428.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m41.6768,23.255c.2549.7328.1986.4885.326,1.2245m-2.09-5.2814c.5161.6861.7965,1.3721,1.0004,2.0571m-2.4702,12.4998c-.4025.8358-.9802,1.4188-1.7863,1.6748m-7.5424-5.4184c.4503.5735.4206.9112,1.4549,1.2627m-17.9054,6.0853c.3271.6351.6202,1.2787,1.2489,1.8479m10.5521-20.4627c.4779-.0117,1.2128-.0966,1.7597.1943m-15.261-9.4996l-.7084.7487m3.3793-2.878c6.7575-4.3818,15.6115-3.0352,20.6029-.0637M6.9503,21.1108c-.7009,1.7587-.977,3.5705-.9516,5.0382m2.6901-8.2688c3.0777-4.6027,6.6482-7.0592,10.2324-8.0957m4.4211-.6085c6.9933.0276,13.2634,4.4923,15.0486,7.6815m-11.3539,7.2429c.8231,1.1608.9845,1.7258,1.1342,2.9067m-4.265.1625c-.1997,3.2614,2.3322,9.7662,9.9053,9.1502m-9.8129-13.3919c-6.3646-1.0365-7.4829,13.2241,5.4353,17.6718m-.5522-20.895c1.0301.6701,3.9443,3.3634,4.1779,7.965m-13.8698,13.0329c.9378,1.1978,2.1461,2.1565,3.5259,2.7973m-5.4311-6.5993c-4.6548-8.5417-1.7311-16.0395,3.6724-17.5231m-9.6005,13.9611c-4.7196-15.1835,8.6426-21.3803,16.7213-19.2043,8.1498,2.1962,12.9703,15.7453,5.4778,17.9447"/></svg>
Copied!