udemy logo
udemy from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- udemy
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 512×193
- License
- CC0
The same logo in other sets
Related icons in SVG Logos
Use the udemy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 193"><path fill="#a435f0" d="M79.539 45.923L39.764 22.962L0 45.923V22.962L39.77 0l39.775 22.962v22.961z"/><path d="M0 65.205h20.833v50.616c0 13.078 9.766 19.452 18.937 19.452c9.25 0 18.942-6.544 18.942-19.627v-50.44h20.833v51.821c0 12.047-3.788 21.343-11.362 27.717c-7.58 6.37-17.046 9.471-28.589 9.471c-11.532 0-21.003-3.096-28.402-9.47C3.787 138.374 0 129.424 0 117.541zm259.654 62.907c-6.306 5.616-13.49 8.367-21.682 8.367c-14.945 0-24.966-8.514-26.098-21.7h67.311s.453-4.256.453-8.253c0-12.398-3.963-22.73-12.058-31.165c-7.914-8.435-18.24-12.568-30.814-12.568c-13.253 0-24.105 4.133-32.716 12.568c-8.435 8.435-12.737 19.452-12.737 33.231v.68c0 13.603 4.302 24.45 12.737 32.545c8.436 8.09 19.628 12.223 33.231 12.223c15.818 0 28.402-6.239 37.845-16.995zm-39.594-42.25c4.642-3.617 10.332-5.508 16.7-5.508c6.024 0 11.017 1.891 15.325 5.684c4.11 3.453 6.33 7.694 6.522 12.568h-46.2c.667-5.039 3.215-9.284 7.659-12.738zm249.306 79.874c-8.452 19.955-17.295 26.743-30.853 26.743h-9.398v-18.467h7.597c4.665 0 9.002-1.755 13.134-11.288l4.133-9.545l-35.643-87.974h21.179l25.31 63.36l26.002-63.36H512l-42.628 100.53zM160.646 31.98v41.083c-6.827-6.114-17.447-9.754-27.717-9.754c-12.228 0-22.554 4.302-30.989 13.077c-8.265 8.61-12.398 19.282-12.398 32.195c0 12.919 4.133 23.59 12.398 32.37c8.435 8.61 18.767 12.919 30.99 12.919c14.096 0 23.006-5.542 27.716-9.884v7.988h20.664V31.985h-20.664zm-6.199 95.549c-4.993 4.993-11.361 7.58-18.766 7.58s-13.428-2.587-18.422-7.58c-4.812-4.993-7.229-11.362-7.229-18.937c0-7.58 2.412-13.949 7.23-18.942c4.993-4.993 11.016-7.575 18.42-7.575c7.406 0 13.774 2.582 18.767 7.575c5.163 4.993 7.756 11.362 7.756 18.942c0 7.575-2.593 13.944-7.756 18.937m231.768-64.045c-15.693 0-23.85 6.51-29.438 12.783c-2.236-4.263-8.531-12.783-23.24-12.783c-12.431 0-19.756 6.284-23.414 10.756v-9.024h-20.482v86.769h20.482v-49.931c0-11.708 7.235-20.143 16.87-20.143c9.823 0 15.5 7.405 15.5 19.282v50.786h20.489v-49.931c0-11.877 7.053-20.142 17.21-20.142c9.816 0 15.494 7.404 15.494 19.276v50.792h20.663V98.26c0-22.622-12.16-34.771-30.134-34.771z"/></svg>
React
import type { SVGProps } from "react";
export function LogosUdemy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 193"><path fill="#a435f0" d="M79.539 45.923L39.764 22.962L0 45.923V22.962L39.77 0l39.775 22.962v22.961z"/><path d="M0 65.205h20.833v50.616c0 13.078 9.766 19.452 18.937 19.452c9.25 0 18.942-6.544 18.942-19.627v-50.44h20.833v51.821c0 12.047-3.788 21.343-11.362 27.717c-7.58 6.37-17.046 9.471-28.589 9.471c-11.532 0-21.003-3.096-28.402-9.47C3.787 138.374 0 129.424 0 117.541zm259.654 62.907c-6.306 5.616-13.49 8.367-21.682 8.367c-14.945 0-24.966-8.514-26.098-21.7h67.311s.453-4.256.453-8.253c0-12.398-3.963-22.73-12.058-31.165c-7.914-8.435-18.24-12.568-30.814-12.568c-13.253 0-24.105 4.133-32.716 12.568c-8.435 8.435-12.737 19.452-12.737 33.231v.68c0 13.603 4.302 24.45 12.737 32.545c8.436 8.09 19.628 12.223 33.231 12.223c15.818 0 28.402-6.239 37.845-16.995zm-39.594-42.25c4.642-3.617 10.332-5.508 16.7-5.508c6.024 0 11.017 1.891 15.325 5.684c4.11 3.453 6.33 7.694 6.522 12.568h-46.2c.667-5.039 3.215-9.284 7.659-12.738zm249.306 79.874c-8.452 19.955-17.295 26.743-30.853 26.743h-9.398v-18.467h7.597c4.665 0 9.002-1.755 13.134-11.288l4.133-9.545l-35.643-87.974h21.179l25.31 63.36l26.002-63.36H512l-42.628 100.53zM160.646 31.98v41.083c-6.827-6.114-17.447-9.754-27.717-9.754c-12.228 0-22.554 4.302-30.989 13.077c-8.265 8.61-12.398 19.282-12.398 32.195c0 12.919 4.133 23.59 12.398 32.37c8.435 8.61 18.767 12.919 30.99 12.919c14.096 0 23.006-5.542 27.716-9.884v7.988h20.664V31.985h-20.664zm-6.199 95.549c-4.993 4.993-11.361 7.58-18.766 7.58s-13.428-2.587-18.422-7.58c-4.812-4.993-7.229-11.362-7.229-18.937c0-7.58 2.412-13.949 7.23-18.942c4.993-4.993 11.016-7.575 18.42-7.575c7.406 0 13.774 2.582 18.767 7.575c5.163 4.993 7.756 11.362 7.756 18.942c0 7.575-2.593 13.944-7.756 18.937m231.768-64.045c-15.693 0-23.85 6.51-29.438 12.783c-2.236-4.263-8.531-12.783-23.24-12.783c-12.431 0-19.756 6.284-23.414 10.756v-9.024h-20.482v86.769h20.482v-49.931c0-11.708 7.235-20.143 16.87-20.143c9.823 0 15.5 7.405 15.5 19.282v50.786h20.489v-49.931c0-11.877 7.053-20.142 17.21-20.142c9.816 0 15.494 7.404 15.494 19.276v50.792h20.663V98.26c0-22.622-12.16-34.771-30.134-34.771z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 193"><path fill="#a435f0" d="M79.539 45.923L39.764 22.962L0 45.923V22.962L39.77 0l39.775 22.962v22.961z"/><path d="M0 65.205h20.833v50.616c0 13.078 9.766 19.452 18.937 19.452c9.25 0 18.942-6.544 18.942-19.627v-50.44h20.833v51.821c0 12.047-3.788 21.343-11.362 27.717c-7.58 6.37-17.046 9.471-28.589 9.471c-11.532 0-21.003-3.096-28.402-9.47C3.787 138.374 0 129.424 0 117.541zm259.654 62.907c-6.306 5.616-13.49 8.367-21.682 8.367c-14.945 0-24.966-8.514-26.098-21.7h67.311s.453-4.256.453-8.253c0-12.398-3.963-22.73-12.058-31.165c-7.914-8.435-18.24-12.568-30.814-12.568c-13.253 0-24.105 4.133-32.716 12.568c-8.435 8.435-12.737 19.452-12.737 33.231v.68c0 13.603 4.302 24.45 12.737 32.545c8.436 8.09 19.628 12.223 33.231 12.223c15.818 0 28.402-6.239 37.845-16.995zm-39.594-42.25c4.642-3.617 10.332-5.508 16.7-5.508c6.024 0 11.017 1.891 15.325 5.684c4.11 3.453 6.33 7.694 6.522 12.568h-46.2c.667-5.039 3.215-9.284 7.659-12.738zm249.306 79.874c-8.452 19.955-17.295 26.743-30.853 26.743h-9.398v-18.467h7.597c4.665 0 9.002-1.755 13.134-11.288l4.133-9.545l-35.643-87.974h21.179l25.31 63.36l26.002-63.36H512l-42.628 100.53zM160.646 31.98v41.083c-6.827-6.114-17.447-9.754-27.717-9.754c-12.228 0-22.554 4.302-30.989 13.077c-8.265 8.61-12.398 19.282-12.398 32.195c0 12.919 4.133 23.59 12.398 32.37c8.435 8.61 18.767 12.919 30.99 12.919c14.096 0 23.006-5.542 27.716-9.884v7.988h20.664V31.985h-20.664zm-6.199 95.549c-4.993 4.993-11.361 7.58-18.766 7.58s-13.428-2.587-18.422-7.58c-4.812-4.993-7.229-11.362-7.229-18.937c0-7.58 2.412-13.949 7.23-18.942c4.993-4.993 11.016-7.575 18.42-7.575c7.406 0 13.774 2.582 18.767 7.575c5.163 4.993 7.756 11.362 7.756 18.942c0 7.575-2.593 13.944-7.756 18.937m231.768-64.045c-15.693 0-23.85 6.51-29.438 12.783c-2.236-4.263-8.531-12.783-23.24-12.783c-12.431 0-19.756 6.284-23.414 10.756v-9.024h-20.482v86.769h20.482v-49.931c0-11.708 7.235-20.143 16.87-20.143c9.823 0 15.5 7.405 15.5 19.282v50.786h20.489v-49.931c0-11.877 7.053-20.142 17.21-20.142c9.816 0 15.494 7.404 15.494 19.276v50.792h20.663V98.26c0-22.622-12.16-34.771-30.134-34.771z"/></svg> </template>
CSS
.icon-udemy {
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%20512%20193%22%3E%3Cpath%20fill%3D%22%23a435f0%22%20d%3D%22M79.539%2045.923L39.764%2022.962L0%2045.923V22.962L39.77%200l39.775%2022.962v22.961z%22%2F%3E%3Cpath%20d%3D%22M0%2065.205h20.833v50.616c0%2013.078%209.766%2019.452%2018.937%2019.452c9.25%200%2018.942-6.544%2018.942-19.627v-50.44h20.833v51.821c0%2012.047-3.788%2021.343-11.362%2027.717c-7.58%206.37-17.046%209.471-28.589%209.471c-11.532%200-21.003-3.096-28.402-9.47C3.787%20138.374%200%20129.424%200%20117.541zm259.654%2062.907c-6.306%205.616-13.49%208.367-21.682%208.367c-14.945%200-24.966-8.514-26.098-21.7h67.311s.453-4.256.453-8.253c0-12.398-3.963-22.73-12.058-31.165c-7.914-8.435-18.24-12.568-30.814-12.568c-13.253%200-24.105%204.133-32.716%2012.568c-8.435%208.435-12.737%2019.452-12.737%2033.231v.68c0%2013.603%204.302%2024.45%2012.737%2032.545c8.436%208.09%2019.628%2012.223%2033.231%2012.223c15.818%200%2028.402-6.239%2037.845-16.995zm-39.594-42.25c4.642-3.617%2010.332-5.508%2016.7-5.508c6.024%200%2011.017%201.891%2015.325%205.684c4.11%203.453%206.33%207.694%206.522%2012.568h-46.2c.667-5.039%203.215-9.284%207.659-12.738zm249.306%2079.874c-8.452%2019.955-17.295%2026.743-30.853%2026.743h-9.398v-18.467h7.597c4.665%200%209.002-1.755%2013.134-11.288l4.133-9.545l-35.643-87.974h21.179l25.31%2063.36l26.002-63.36H512l-42.628%20100.53zM160.646%2031.98v41.083c-6.827-6.114-17.447-9.754-27.717-9.754c-12.228%200-22.554%204.302-30.989%2013.077c-8.265%208.61-12.398%2019.282-12.398%2032.195c0%2012.919%204.133%2023.59%2012.398%2032.37c8.435%208.61%2018.767%2012.919%2030.99%2012.919c14.096%200%2023.006-5.542%2027.716-9.884v7.988h20.664V31.985h-20.664zm-6.199%2095.549c-4.993%204.993-11.361%207.58-18.766%207.58s-13.428-2.587-18.422-7.58c-4.812-4.993-7.229-11.362-7.229-18.937c0-7.58%202.412-13.949%207.23-18.942c4.993-4.993%2011.016-7.575%2018.42-7.575c7.406%200%2013.774%202.582%2018.767%207.575c5.163%204.993%207.756%2011.362%207.756%2018.942c0%207.575-2.593%2013.944-7.756%2018.937m231.768-64.045c-15.693%200-23.85%206.51-29.438%2012.783c-2.236-4.263-8.531-12.783-23.24-12.783c-12.431%200-19.756%206.284-23.414%2010.756v-9.024h-20.482v86.769h20.482v-49.931c0-11.708%207.235-20.143%2016.87-20.143c9.823%200%2015.5%207.405%2015.5%2019.282v50.786h20.489v-49.931c0-11.877%207.053-20.142%2017.21-20.142c9.816%200%2015.494%207.404%2015.494%2019.276v50.792h20.663V98.26c0-22.622-12.16-34.771-30.134-34.771z%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%20512%20193%22%3E%3Cpath%20fill%3D%22%23a435f0%22%20d%3D%22M79.539%2045.923L39.764%2022.962L0%2045.923V22.962L39.77%200l39.775%2022.962v22.961z%22%2F%3E%3Cpath%20d%3D%22M0%2065.205h20.833v50.616c0%2013.078%209.766%2019.452%2018.937%2019.452c9.25%200%2018.942-6.544%2018.942-19.627v-50.44h20.833v51.821c0%2012.047-3.788%2021.343-11.362%2027.717c-7.58%206.37-17.046%209.471-28.589%209.471c-11.532%200-21.003-3.096-28.402-9.47C3.787%20138.374%200%20129.424%200%20117.541zm259.654%2062.907c-6.306%205.616-13.49%208.367-21.682%208.367c-14.945%200-24.966-8.514-26.098-21.7h67.311s.453-4.256.453-8.253c0-12.398-3.963-22.73-12.058-31.165c-7.914-8.435-18.24-12.568-30.814-12.568c-13.253%200-24.105%204.133-32.716%2012.568c-8.435%208.435-12.737%2019.452-12.737%2033.231v.68c0%2013.603%204.302%2024.45%2012.737%2032.545c8.436%208.09%2019.628%2012.223%2033.231%2012.223c15.818%200%2028.402-6.239%2037.845-16.995zm-39.594-42.25c4.642-3.617%2010.332-5.508%2016.7-5.508c6.024%200%2011.017%201.891%2015.325%205.684c4.11%203.453%206.33%207.694%206.522%2012.568h-46.2c.667-5.039%203.215-9.284%207.659-12.738zm249.306%2079.874c-8.452%2019.955-17.295%2026.743-30.853%2026.743h-9.398v-18.467h7.597c4.665%200%209.002-1.755%2013.134-11.288l4.133-9.545l-35.643-87.974h21.179l25.31%2063.36l26.002-63.36H512l-42.628%20100.53zM160.646%2031.98v41.083c-6.827-6.114-17.447-9.754-27.717-9.754c-12.228%200-22.554%204.302-30.989%2013.077c-8.265%208.61-12.398%2019.282-12.398%2032.195c0%2012.919%204.133%2023.59%2012.398%2032.37c8.435%208.61%2018.767%2012.919%2030.99%2012.919c14.096%200%2023.006-5.542%2027.716-9.884v7.988h20.664V31.985h-20.664zm-6.199%2095.549c-4.993%204.993-11.361%207.58-18.766%207.58s-13.428-2.587-18.422-7.58c-4.812-4.993-7.229-11.362-7.229-18.937c0-7.58%202.412-13.949%207.23-18.942c4.993-4.993%2011.016-7.575%2018.42-7.575c7.406%200%2013.774%202.582%2018.767%207.575c5.163%204.993%207.756%2011.362%207.756%2018.942c0%207.575-2.593%2013.944-7.756%2018.937m231.768-64.045c-15.693%200-23.85%206.51-29.438%2012.783c-2.236-4.263-8.531-12.783-23.24-12.783c-12.431%200-19.756%206.284-23.414%2010.756v-9.024h-20.482v86.769h20.482v-49.931c0-11.708%207.235-20.143%2016.87-20.143c9.823%200%2015.5%207.405%2015.5%2019.282v50.786h20.489v-49.931c0-11.877%207.053-20.142%2017.21-20.142c9.816%200%2015.494%207.404%2015.494%2019.276v50.792h20.663V98.26c0-22.622-12.16-34.771-30.134-34.771z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/udemy.svg?color=%231a73e8&size=48