Hyundai Bluelink Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Hyundai Bluelink 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/327247.svg" alt="Hyundai Bluelink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327247.svg" alt="Hyundai Bluelink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327247.svg" alt="Hyundai Bluelink icon" :width="24" :height="24" />
CSS background
.icon-hyundai-bluelink {
background-image: url('https://proicons.com/icon/327247.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m22.015 10.015a12 12 0 0114.485-1.907 12 12 0 015.5911 13.498 12 12 0 01-11.591 8.8942"/><path class="d" d="m30.5 12.5a6 6 0 015.7956 4.4471 6 6 0 01-2.7956 6.7491 6 6 0 01-7.2426-.95351"/><path class="d" d="m16.209 29c3.5847 0 6.4906 2.7982 6.4906 6.25s-2.9059 6.25-6.4906 6.25h-10.709v-25l10.709 1.2e-5c3.5847 0 6.4906 2.7982 6.4906 6.25 0 3.4518-2.9059 6.25-6.4906 6.25z"/><line class="d" x1="16.209" x2="5.513" y1="29" y2="29"/></svg>
Copied!