udemy icon logo
udemy-icon from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- udemy-icon
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×497
- License
- CC0
Use the udemy icon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 497"><path fill="#a435f0" d="M255.982 147.795L127.973 73.898L0 147.795V73.898L127.991 0L256 73.898v73.897z"/><path d="M0 209.85h67.047v162.9c0 42.086 31.429 62.601 60.944 62.601c29.77 0 60.962-21.061 60.962-63.166V209.85H256v166.78c0 38.771-12.189 68.687-36.566 89.202c-24.396 20.497-54.859 30.481-92.008 30.481c-37.113 0-67.594-9.966-91.406-30.48C12.189 445.334 0 416.53 0 378.287z"/></svg>
React
import type { SVGProps } from "react";
export function LogosUdemyIcon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 497"><path fill="#a435f0" d="M255.982 147.795L127.973 73.898L0 147.795V73.898L127.991 0L256 73.898v73.897z"/><path d="M0 209.85h67.047v162.9c0 42.086 31.429 62.601 60.944 62.601c29.77 0 60.962-21.061 60.962-63.166V209.85H256v166.78c0 38.771-12.189 68.687-36.566 89.202c-24.396 20.497-54.859 30.481-92.008 30.481c-37.113 0-67.594-9.966-91.406-30.48C12.189 445.334 0 416.53 0 378.287z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 497"><path fill="#a435f0" d="M255.982 147.795L127.973 73.898L0 147.795V73.898L127.991 0L256 73.898v73.897z"/><path d="M0 209.85h67.047v162.9c0 42.086 31.429 62.601 60.944 62.601c29.77 0 60.962-21.061 60.962-63.166V209.85H256v166.78c0 38.771-12.189 68.687-36.566 89.202c-24.396 20.497-54.859 30.481-92.008 30.481c-37.113 0-67.594-9.966-91.406-30.48C12.189 445.334 0 416.53 0 378.287z"/></svg> </template>
CSS
.icon-udemy-icon {
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%20256%20497%22%3E%3Cpath%20fill%3D%22%23a435f0%22%20d%3D%22M255.982%20147.795L127.973%2073.898L0%20147.795V73.898L127.991%200L256%2073.898v73.897z%22%2F%3E%3Cpath%20d%3D%22M0%20209.85h67.047v162.9c0%2042.086%2031.429%2062.601%2060.944%2062.601c29.77%200%2060.962-21.061%2060.962-63.166V209.85H256v166.78c0%2038.771-12.189%2068.687-36.566%2089.202c-24.396%2020.497-54.859%2030.481-92.008%2030.481c-37.113%200-67.594-9.966-91.406-30.48C12.189%20445.334%200%20416.53%200%20378.287z%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%20256%20497%22%3E%3Cpath%20fill%3D%22%23a435f0%22%20d%3D%22M255.982%20147.795L127.973%2073.898L0%20147.795V73.898L127.991%200L256%2073.898v73.897z%22%2F%3E%3Cpath%20d%3D%22M0%20209.85h67.047v162.9c0%2042.086%2031.429%2062.601%2060.944%2062.601c29.77%200%2060.962-21.061%2060.962-63.166V209.85H256v166.78c0%2038.771-12.189%2068.687-36.566%2089.202c-24.396%2020.497-54.859%2030.481-92.008%2030.481c-37.113%200-67.594-9.966-91.406-30.48C12.189%20445.334%200%20416.53%200%20378.287z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/udemy-icon.svg?color=%231a73e8&size=48