matlab logo
matlab-light from Skill Icons by tandpfun · Light · MIT Free for personal and commercial use.
- Name
- matlab-light
- Set
- Skill Icons
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
1 other variant in Skill Icons
The same logo in other sets
Use the matlab logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f4ed" rx="60"/><path fill="#49d" d="m33 133.187l53.797-21.735a140 140 0 0 1 18.36-19.912c4.455-2.363 12.825-1.08 28.148-20.115C148.155 52.863 152.88 37 159.832 37c11.003 0 19.103 23.76 31.388 59.737a780 780 0 0 0 30.779 80.798c-12.824-11.948-23.759-24.84-36.247-24.503c-11.61.27-24.502 14.04-38.61 31.725c-11.205 14.175-26.055 23.895-31.86 23.693c0 0-14.985-42.39-27.54-49.275a17.82 17.82 0 0 0-16.132 1.35L33 133.12z"/><path fill="url(#SVGq3ojie3S)" d="M153.151 41.861c-4.522 6.075-9.99 17.213-19.845 29.565c-15.322 19.035-23.625 17.753-28.147 20.115a132.8 132.8 0 0 0-18.36 19.913l22.275 16.267c18.9-25.785 29.025-53.73 36.922-71.82a92 92 0 0 1 7.155-14.04"/><path fill="url(#SVGDP97heRq)" d="M159.9 37c-14.715 0-24.772 77.49-79.11 120.757c15.255-2.497 28.485 35.37 34.56 50.693c27-4.59 48.6-56.228 70.403-55.418c12.487.473 23.422 12.555 36.247 24.503C192.705 115.975 179.003 37 159.9 37"/><defs><linearGradient id="SVGq3ojie3S" x1="132.921" x2="120.839" y1="118.467" y2="79.452" gradientUnits="userSpaceOnUse"><stop stop-color="#512"/><stop offset=".23" stop-color="#523"/><stop offset=".36" stop-color="#534"/><stop offset=".51" stop-color="#645"/><stop offset=".66" stop-color="#568"/><stop offset=".84" stop-color="#29d"/></linearGradient><linearGradient id="SVGDP97heRq" x1="220.043" x2="98.543" y1="142.86" y2="113.025" gradientUnits="userSpaceOnUse"><stop offset=".081" stop-color="#c33"/><stop offset=".189" stop-color="#de5239"/><stop offset=".313" stop-color="#f06e3e"/><stop offset=".421" stop-color="#fa8042"/><stop offset=".5" stop-color="#fe8643"/><stop offset=".58" stop-color="#fa7f42"/><stop offset=".696" stop-color="#ef6c3e"/><stop offset=".833" stop-color="#dc4c37"/><stop offset=".916" stop-color="#cf3633"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function SkillIconsMatlabLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f4ed" rx="60"/><path fill="#49d" d="m33 133.187l53.797-21.735a140 140 0 0 1 18.36-19.912c4.455-2.363 12.825-1.08 28.148-20.115C148.155 52.863 152.88 37 159.832 37c11.003 0 19.103 23.76 31.388 59.737a780 780 0 0 0 30.779 80.798c-12.824-11.948-23.759-24.84-36.247-24.503c-11.61.27-24.502 14.04-38.61 31.725c-11.205 14.175-26.055 23.895-31.86 23.693c0 0-14.985-42.39-27.54-49.275a17.82 17.82 0 0 0-16.132 1.35L33 133.12z"/><path fill="url(#SVGq3ojie3S)" d="M153.151 41.861c-4.522 6.075-9.99 17.213-19.845 29.565c-15.322 19.035-23.625 17.753-28.147 20.115a132.8 132.8 0 0 0-18.36 19.913l22.275 16.267c18.9-25.785 29.025-53.73 36.922-71.82a92 92 0 0 1 7.155-14.04"/><path fill="url(#SVGDP97heRq)" d="M159.9 37c-14.715 0-24.772 77.49-79.11 120.757c15.255-2.497 28.485 35.37 34.56 50.693c27-4.59 48.6-56.228 70.403-55.418c12.487.473 23.422 12.555 36.247 24.503C192.705 115.975 179.003 37 159.9 37"/><defs><linearGradient id="SVGq3ojie3S" x1="132.921" x2="120.839" y1="118.467" y2="79.452" gradientUnits="userSpaceOnUse"><stop stopColor="#512"/><stop offset=".23" stopColor="#523"/><stop offset=".36" stopColor="#534"/><stop offset=".51" stopColor="#645"/><stop offset=".66" stopColor="#568"/><stop offset=".84" stopColor="#29d"/></linearGradient><linearGradient id="SVGDP97heRq" x1="220.043" x2="98.543" y1="142.86" y2="113.025" gradientUnits="userSpaceOnUse"><stop offset=".081" stopColor="#c33"/><stop offset=".189" stopColor="#de5239"/><stop offset=".313" stopColor="#f06e3e"/><stop offset=".421" stopColor="#fa8042"/><stop offset=".5" stopColor="#fe8643"/><stop offset=".58" stopColor="#fa7f42"/><stop offset=".696" stopColor="#ef6c3e"/><stop offset=".833" stopColor="#dc4c37"/><stop offset=".916" stopColor="#cf3633"/></linearGradient></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="none"><rect width="256" height="256" fill="#f4f4ed" rx="60"/><path fill="#49d" d="m33 133.187l53.797-21.735a140 140 0 0 1 18.36-19.912c4.455-2.363 12.825-1.08 28.148-20.115C148.155 52.863 152.88 37 159.832 37c11.003 0 19.103 23.76 31.388 59.737a780 780 0 0 0 30.779 80.798c-12.824-11.948-23.759-24.84-36.247-24.503c-11.61.27-24.502 14.04-38.61 31.725c-11.205 14.175-26.055 23.895-31.86 23.693c0 0-14.985-42.39-27.54-49.275a17.82 17.82 0 0 0-16.132 1.35L33 133.12z"/><path fill="url(#SVGq3ojie3S)" d="M153.151 41.861c-4.522 6.075-9.99 17.213-19.845 29.565c-15.322 19.035-23.625 17.753-28.147 20.115a132.8 132.8 0 0 0-18.36 19.913l22.275 16.267c18.9-25.785 29.025-53.73 36.922-71.82a92 92 0 0 1 7.155-14.04"/><path fill="url(#SVGDP97heRq)" d="M159.9 37c-14.715 0-24.772 77.49-79.11 120.757c15.255-2.497 28.485 35.37 34.56 50.693c27-4.59 48.6-56.228 70.403-55.418c12.487.473 23.422 12.555 36.247 24.503C192.705 115.975 179.003 37 159.9 37"/><defs><linearGradient id="SVGq3ojie3S" x1="132.921" x2="120.839" y1="118.467" y2="79.452" gradientUnits="userSpaceOnUse"><stop stop-color="#512"/><stop offset=".23" stop-color="#523"/><stop offset=".36" stop-color="#534"/><stop offset=".51" stop-color="#645"/><stop offset=".66" stop-color="#568"/><stop offset=".84" stop-color="#29d"/></linearGradient><linearGradient id="SVGDP97heRq" x1="220.043" x2="98.543" y1="142.86" y2="113.025" gradientUnits="userSpaceOnUse"><stop offset=".081" stop-color="#c33"/><stop offset=".189" stop-color="#de5239"/><stop offset=".313" stop-color="#f06e3e"/><stop offset=".421" stop-color="#fa8042"/><stop offset=".5" stop-color="#fe8643"/><stop offset=".58" stop-color="#fa7f42"/><stop offset=".696" stop-color="#ef6c3e"/><stop offset=".833" stop-color="#dc4c37"/><stop offset=".916" stop-color="#cf3633"/></linearGradient></defs></g></svg> </template>
CSS
.icon-matlab-light {
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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f4ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2349d%22%20d%3D%22m33%20133.187l53.797-21.735a140%20140%200%200%201%2018.36-19.912c4.455-2.363%2012.825-1.08%2028.148-20.115C148.155%2052.863%20152.88%2037%20159.832%2037c11.003%200%2019.103%2023.76%2031.388%2059.737a780%20780%200%200%200%2030.779%2080.798c-12.824-11.948-23.759-24.84-36.247-24.503c-11.61.27-24.502%2014.04-38.61%2031.725c-11.205%2014.175-26.055%2023.895-31.86%2023.693c0%200-14.985-42.39-27.54-49.275a17.82%2017.82%200%200%200-16.132%201.35L33%20133.12z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGq3ojie3S)%22%20d%3D%22M153.151%2041.861c-4.522%206.075-9.99%2017.213-19.845%2029.565c-15.322%2019.035-23.625%2017.753-28.147%2020.115a132.8%20132.8%200%200%200-18.36%2019.913l22.275%2016.267c18.9-25.785%2029.025-53.73%2036.922-71.82a92%2092%200%200%201%207.155-14.04%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDP97heRq)%22%20d%3D%22M159.9%2037c-14.715%200-24.772%2077.49-79.11%20120.757c15.255-2.497%2028.485%2035.37%2034.56%2050.693c27-4.59%2048.6-56.228%2070.403-55.418c12.487.473%2023.422%2012.555%2036.247%2024.503C192.705%20115.975%20179.003%2037%20159.9%2037%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGq3ojie3S%22%20x1%3D%22132.921%22%20x2%3D%22120.839%22%20y1%3D%22118.467%22%20y2%3D%2279.452%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23512%22%2F%3E%3Cstop%20offset%3D%22.23%22%20stop-color%3D%22%23523%22%2F%3E%3Cstop%20offset%3D%22.36%22%20stop-color%3D%22%23534%22%2F%3E%3Cstop%20offset%3D%22.51%22%20stop-color%3D%22%23645%22%2F%3E%3Cstop%20offset%3D%22.66%22%20stop-color%3D%22%23568%22%2F%3E%3Cstop%20offset%3D%22.84%22%20stop-color%3D%22%2329d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGDP97heRq%22%20x1%3D%22220.043%22%20x2%3D%2298.543%22%20y1%3D%22142.86%22%20y2%3D%22113.025%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.081%22%20stop-color%3D%22%23c33%22%2F%3E%3Cstop%20offset%3D%22.189%22%20stop-color%3D%22%23de5239%22%2F%3E%3Cstop%20offset%3D%22.313%22%20stop-color%3D%22%23f06e3e%22%2F%3E%3Cstop%20offset%3D%22.421%22%20stop-color%3D%22%23fa8042%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fe8643%22%2F%3E%3Cstop%20offset%3D%22.58%22%20stop-color%3D%22%23fa7f42%22%2F%3E%3Cstop%20offset%3D%22.696%22%20stop-color%3D%22%23ef6c3e%22%2F%3E%3Cstop%20offset%3D%22.833%22%20stop-color%3D%22%23dc4c37%22%2F%3E%3Cstop%20offset%3D%22.916%22%20stop-color%3D%22%23cf3633%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%20256%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%22256%22%20height%3D%22256%22%20fill%3D%22%23f4f4ed%22%20rx%3D%2260%22%2F%3E%3Cpath%20fill%3D%22%2349d%22%20d%3D%22m33%20133.187l53.797-21.735a140%20140%200%200%201%2018.36-19.912c4.455-2.363%2012.825-1.08%2028.148-20.115C148.155%2052.863%20152.88%2037%20159.832%2037c11.003%200%2019.103%2023.76%2031.388%2059.737a780%20780%200%200%200%2030.779%2080.798c-12.824-11.948-23.759-24.84-36.247-24.503c-11.61.27-24.502%2014.04-38.61%2031.725c-11.205%2014.175-26.055%2023.895-31.86%2023.693c0%200-14.985-42.39-27.54-49.275a17.82%2017.82%200%200%200-16.132%201.35L33%20133.12z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGq3ojie3S)%22%20d%3D%22M153.151%2041.861c-4.522%206.075-9.99%2017.213-19.845%2029.565c-15.322%2019.035-23.625%2017.753-28.147%2020.115a132.8%20132.8%200%200%200-18.36%2019.913l22.275%2016.267c18.9-25.785%2029.025-53.73%2036.922-71.82a92%2092%200%200%201%207.155-14.04%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGDP97heRq)%22%20d%3D%22M159.9%2037c-14.715%200-24.772%2077.49-79.11%20120.757c15.255-2.497%2028.485%2035.37%2034.56%2050.693c27-4.59%2048.6-56.228%2070.403-55.418c12.487.473%2023.422%2012.555%2036.247%2024.503C192.705%20115.975%20179.003%2037%20159.9%2037%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGq3ojie3S%22%20x1%3D%22132.921%22%20x2%3D%22120.839%22%20y1%3D%22118.467%22%20y2%3D%2279.452%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23512%22%2F%3E%3Cstop%20offset%3D%22.23%22%20stop-color%3D%22%23523%22%2F%3E%3Cstop%20offset%3D%22.36%22%20stop-color%3D%22%23534%22%2F%3E%3Cstop%20offset%3D%22.51%22%20stop-color%3D%22%23645%22%2F%3E%3Cstop%20offset%3D%22.66%22%20stop-color%3D%22%23568%22%2F%3E%3Cstop%20offset%3D%22.84%22%20stop-color%3D%22%2329d%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGDP97heRq%22%20x1%3D%22220.043%22%20x2%3D%2298.543%22%20y1%3D%22142.86%22%20y2%3D%22113.025%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.081%22%20stop-color%3D%22%23c33%22%2F%3E%3Cstop%20offset%3D%22.189%22%20stop-color%3D%22%23de5239%22%2F%3E%3Cstop%20offset%3D%22.313%22%20stop-color%3D%22%23f06e3e%22%2F%3E%3Cstop%20offset%3D%22.421%22%20stop-color%3D%22%23fa8042%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23fe8643%22%2F%3E%3Cstop%20offset%3D%22.58%22%20stop-color%3D%22%23fa7f42%22%2F%3E%3Cstop%20offset%3D%22.696%22%20stop-color%3D%22%23ef6c3e%22%2F%3E%3Cstop%20offset%3D%22.833%22%20stop-color%3D%22%23dc4c37%22%2F%3E%3Cstop%20offset%3D%22.916%22%20stop-color%3D%22%23cf3633%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/skill-icons/matlab-light.svg?color=%231a73e8&size=48