Udacity Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Udacity 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/316445.svg" alt="Udacity icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316445.svg" alt="Udacity icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316445.svg" alt="Udacity icon" :width="24" :height="24" />
CSS background
.icon-udacity {
background-image: url('https://proicons.com/icon/316445.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Udacity</title><path d="M8 0L0 4.8v9.6C0 20.8 4.8 24 8.8 24c1.348 0 2.786-.362 4.1-1.088l6.303-3.633C21.687 18.155 24 15.64 24 11.2V.8L22.4 0 16 4v10.4c0 1.6-.3 2.898-.785 3.948-2.002-.257-5.615-1.597-5.615-7.15V.802zm0 1.76v9.44c0 5.342 3.346 7.9 6.313 8.597-1.618 1.99-4.025 2.603-5.512 2.603-2.4 0-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0 5.45-3.482 6.84-5.504 7.132.446-1.14.704-2.45.704-3.932V4.8z"/></svg>
Udacity in other icon packs
Copied!