Anadolujet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Anadolujet 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/321735.svg" alt="Anadolujet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321735.svg" alt="Anadolujet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321735.svg" alt="Anadolujet icon" :width="24" :height="24" />
CSS background
.icon-anadolujet {
background-image: url('https://proicons.com/icon/321735.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><path class="b" d="M38.5,5.5H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5c0-2.2091-1.7909-4-4-4Z"/><path class="b" d="M9,10.7432c1.3658,1.1442,2.5875,2.4591,3.6275,3.9059,1.5747,2.1908,2.743,4.7379,2.9623,7.427.2221,2.7243-.5421,5.4647-1.8157,7.8833-.6892,1.3088-1.5273,2.5395-2.4924,3.6603l.6091,3.6371,27.1093-5.5958-15.1342-1.7035c-.1007-1.3566-.2118-2.7115-.3345-4.0663-.205-2.263-.4495-4.5602-1.3148-6.6612-.9684-2.3512-2.6935-4.3585-4.7837-5.8066-2.4603-1.7045-5.4396-2.6511-8.4325-2.6799l-.0003-.0002Z"/></svg>
Copied!