Udemy Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Udemy 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/316446.svg" alt="Udemy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316446.svg" alt="Udemy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316446.svg" alt="Udemy icon" :width="24" :height="24" />
CSS background
.icon-udemy {
background-image: url('https://proicons.com/icon/316446.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>Udemy</title><path d="M12 0L5.81 3.573v3.574l6.189-3.574 6.191 3.574V3.573zM5.81 10.148v8.144c0 1.85.589 3.243 1.741 4.234S10.177 24 11.973 24s3.269-.482 4.448-1.474c1.179-.991 1.768-2.439 1.768-4.314v-8.064h-3.242v7.85c0 2.036-1.509 3.055-2.948 3.055-1.428 0-2.947-.991-2.947-3.027v-7.878z"/></svg>
Copied!