udacity logo
udacity from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- udacity
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the udacity logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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 0L16 4v10.4c0 1.6-.3 2.898-.785 3.948c-2.002-.257-5.615-1.597-5.615-7.15V.802zm0 1.76v9.44c0 5.342 3.346 7.9 6.313 8.597c-1.618 1.99-4.025 2.603-5.512 2.603c-2.4 0-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0 5.45-3.482 6.84-5.504 7.132c.446-1.14.704-2.45.704-3.932V4.8z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsUdacity(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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 0L16 4v10.4c0 1.6-.3 2.898-.785 3.948c-2.002-.257-5.615-1.597-5.615-7.15V.802zm0 1.76v9.44c0 5.342 3.346 7.9 6.313 8.597c-1.618 1.99-4.025 2.603-5.512 2.603c-2.4 0-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0 5.45-3.482 6.84-5.504 7.132c.446-1.14.704-2.45.704-3.932V4.8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" 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 0L16 4v10.4c0 1.6-.3 2.898-.785 3.948c-2.002-.257-5.615-1.597-5.615-7.15V.802zm0 1.76v9.44c0 5.342 3.346 7.9 6.313 8.597c-1.618 1.99-4.025 2.603-5.512 2.603c-2.4 0-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0 5.45-3.482 6.84-5.504 7.132c.446-1.14.704-2.45.704-3.932V4.8z"/></svg> </template>
CSS
.icon-udacity {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200L0%204.8v9.6C0%2020.8%204.8%2024%208.8%2024c1.348%200%202.786-.362%204.1-1.088l6.303-3.633C21.687%2018.155%2024%2015.64%2024%2011.2V.8L22.4%200L16%204v10.4c0%201.6-.3%202.898-.785%203.948c-2.002-.257-5.615-1.597-5.615-7.15V.802zm0%201.76v9.44c0%205.342%203.346%207.9%206.313%208.597c-1.618%201.99-4.025%202.603-5.512%202.603c-2.4%200-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0%205.45-3.482%206.84-5.504%207.132c.446-1.14.704-2.45.704-3.932V4.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%200L0%204.8v9.6C0%2020.8%204.8%2024%208.8%2024c1.348%200%202.786-.362%204.1-1.088l6.303-3.633C21.687%2018.155%2024%2015.64%2024%2011.2V.8L22.4%200L16%204v10.4c0%201.6-.3%202.898-.785%203.948c-2.002-.257-5.615-1.597-5.615-7.15V.802zm0%201.76v9.44c0%205.342%203.346%207.9%206.313%208.597c-1.618%201.99-4.025%202.603-5.512%202.603c-2.4%200-7.2-1.6-7.2-8V5.6zm14.4.04v9.4c0%205.45-3.482%206.84-5.504%207.132c.446-1.14.704-2.45.704-3.932V4.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/udacity.svg?color=%231a73e8&size=48