Oasa Telematics Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Oasa Telematics 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/330496.svg" alt="Oasa Telematics icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330496.svg" alt="Oasa Telematics icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330496.svg" alt="Oasa Telematics icon" :width="24" :height="24" />
CSS background
.icon-oasa-telematics {
background-image: url('https://proicons.com/icon/330496.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><circle class="b" cx="23.1599" cy="23.1593" r="8.3078"/><path class="b" d="m31.4675,42.5h9.3516v-19.3407c0-3.004-.7501-5.8329-2.0727-8.3085l3.7536.0008V5.5h-19.3407c-9.7528,0-17.6593,7.9063-17.6593,17.6593s7.9063,17.6593,17.6593,17.6593c2.9059,0,5.7669-.7171,8.3185-2.082l-.0103,3.7634Z"/></svg>
Copied!