Get Eduroam Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Get Eduroam 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/326473.svg" alt="Get Eduroam icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326473.svg" alt="Get Eduroam icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326473.svg" alt="Get Eduroam icon" :width="24" :height="24" />
CSS background
.icon-get-eduroam {
background-image: url('https://proicons.com/icon/326473.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="M41.27689091,38.95130888c-2.21419907,3.45339966-6.80870056,4.457901-10.26210022,2.24359894-3.45339966-2.21419907-4.457901-6.80870056-2.24359894-10.26210022.03149986-.04920006.06369972-.09799957.09630013-.14640045"/><path class="b" d="M42.49998967,34.86880842c0-4.10230064-3.32550049-7.42779922-7.42779922-7.42779922s-7.42779922,3.32550049-7.42779922,7.42779922h14.85559845"/><path class="b" d="M16.7415897,37.82540861c-1.47420025-10.62739944,5.22459984-22.85040092,20.48519897-21.37619972"/><path class="b" d="M5.79838959,37.82540861C3.44128958,20.57210699,15.15398995,3.90210739,37.22678868,5.77320734"/></svg>
Copied!