matlab logo
matlab from Devicon by konpa · Original · MIT Free for personal and commercial use.
- Name
- matlab
- Set
- Devicon
- Style
- Original
- Viewbox
- 128×128
- License
- MIT
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 128 128"><defs><linearGradient id="SVGjM30PecW" x1="16.803" x2="15.013" y1="16.631" y2="22.411" gradientTransform="matrix(4 0 0 -4 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" 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="SVGAN4uibUM" x1="29.71" x2="11.71" y1="18.983" y2="14.563" gradientTransform="scale(4)" 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><path fill="#49d" d="m8 70.2l31.879-12.88a82.6 82.6 0 0 1 10.883-11.8c2.636-1.399 7.597-.641 16.68-11.918c8.796-11 11.597-20.403 15.718-20.403c6.52 0 11.32 14.082 18.602 35.403A462 462 0 0 0 120 96.48c-7.602-7.082-14.078-14.718-21.48-14.52c-6.88.161-14.52 8.321-22.88 18.802C69 109.16 60.2 114.922 56.763 114.8c0 0-8.883-25.121-16.32-29.2a10.56 10.56 0 0 0-9.563.797L8 70.16zm0 0"/><path fill="url(#SVGjM30PecW)" d="M79.2 16.078c-2.68 3.602-5.92 10.203-11.76 17.524c-9.082 11.277-14 10.52-16.68 11.918a78.7 78.7 0 0 0-10.882 11.8l13.2 9.64C64.28 51.68 70.28 35.122 74.96 24.399a54.7 54.7 0 0 1 4.238-8.32zm0 0"/><path fill="url(#SVGAN4uibUM)" d="M83.2 13.2c-8.72 0-14.68 45.921-46.88 71.562c9.04-1.48 16.88 20.957 20.48 30.039c16-2.723 28.802-33.32 41.72-32.84c7.402.277 13.878 7.437 21.48 14.52C102.64 60 94.52 13.198 83.2 13.198zm0 0"/></svg>
React
import type { SVGProps } from "react";
export function DeviconMatlab(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGjM30PecW" x1="16.803" x2="15.013" y1="16.631" y2="22.411" gradientTransform="matrix(4 0 0 -4 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" 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="SVGAN4uibUM" x1="29.71" x2="11.71" y1="18.983" y2="14.563" gradientTransform="scale(4)" 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><path fill="#49d" d="m8 70.2l31.879-12.88a82.6 82.6 0 0 1 10.883-11.8c2.636-1.399 7.597-.641 16.68-11.918c8.796-11 11.597-20.403 15.718-20.403c6.52 0 11.32 14.082 18.602 35.403A462 462 0 0 0 120 96.48c-7.602-7.082-14.078-14.718-21.48-14.52c-6.88.161-14.52 8.321-22.88 18.802C69 109.16 60.2 114.922 56.763 114.8c0 0-8.883-25.121-16.32-29.2a10.56 10.56 0 0 0-9.563.797L8 70.16zm0 0"/><path fill="url(#SVGjM30PecW)" d="M79.2 16.078c-2.68 3.602-5.92 10.203-11.76 17.524c-9.082 11.277-14 10.52-16.68 11.918a78.7 78.7 0 0 0-10.882 11.8l13.2 9.64C64.28 51.68 70.28 35.122 74.96 24.399a54.7 54.7 0 0 1 4.238-8.32zm0 0"/><path fill="url(#SVGAN4uibUM)" d="M83.2 13.2c-8.72 0-14.68 45.921-46.88 71.562c9.04-1.48 16.88 20.957 20.48 30.039c16-2.723 28.802-33.32 41.72-32.84c7.402.277 13.878 7.437 21.48 14.52C102.64 60 94.52 13.198 83.2 13.198zm0 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGjM30PecW" x1="16.803" x2="15.013" y1="16.631" y2="22.411" gradientTransform="matrix(4 0 0 -4 0 128)" gradientUnits="userSpaceOnUse"><stop offset="0" 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="SVGAN4uibUM" x1="29.71" x2="11.71" y1="18.983" y2="14.563" gradientTransform="scale(4)" 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><path fill="#49d" d="m8 70.2l31.879-12.88a82.6 82.6 0 0 1 10.883-11.8c2.636-1.399 7.597-.641 16.68-11.918c8.796-11 11.597-20.403 15.718-20.403c6.52 0 11.32 14.082 18.602 35.403A462 462 0 0 0 120 96.48c-7.602-7.082-14.078-14.718-21.48-14.52c-6.88.161-14.52 8.321-22.88 18.802C69 109.16 60.2 114.922 56.763 114.8c0 0-8.883-25.121-16.32-29.2a10.56 10.56 0 0 0-9.563.797L8 70.16zm0 0"/><path fill="url(#SVGjM30PecW)" d="M79.2 16.078c-2.68 3.602-5.92 10.203-11.76 17.524c-9.082 11.277-14 10.52-16.68 11.918a78.7 78.7 0 0 0-10.882 11.8l13.2 9.64C64.28 51.68 70.28 35.122 74.96 24.399a54.7 54.7 0 0 1 4.238-8.32zm0 0"/><path fill="url(#SVGAN4uibUM)" d="M83.2 13.2c-8.72 0-14.68 45.921-46.88 71.562c9.04-1.48 16.88 20.957 20.48 30.039c16-2.723 28.802-33.32 41.72-32.84c7.402.277 13.878 7.437 21.48 14.52C102.64 60 94.52 13.198 83.2 13.198zm0 0"/></svg> </template>
CSS
.icon-matlab {
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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGjM30PecW%22%20x1%3D%2216.803%22%20x2%3D%2215.013%22%20y1%3D%2216.631%22%20y2%3D%2222.411%22%20gradientTransform%3D%22matrix(4%200%200%20-4%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%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%22SVGAN4uibUM%22%20x1%3D%2229.71%22%20x2%3D%2211.71%22%20y1%3D%2218.983%22%20y2%3D%2214.563%22%20gradientTransform%3D%22scale(4)%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%3Cpath%20fill%3D%22%2349d%22%20d%3D%22m8%2070.2l31.879-12.88a82.6%2082.6%200%200%201%2010.883-11.8c2.636-1.399%207.597-.641%2016.68-11.918c8.796-11%2011.597-20.403%2015.718-20.403c6.52%200%2011.32%2014.082%2018.602%2035.403A462%20462%200%200%200%20120%2096.48c-7.602-7.082-14.078-14.718-21.48-14.52c-6.88.161-14.52%208.321-22.88%2018.802C69%20109.16%2060.2%20114.922%2056.763%20114.8c0%200-8.883-25.121-16.32-29.2a10.56%2010.56%200%200%200-9.563.797L8%2070.16zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjM30PecW)%22%20d%3D%22M79.2%2016.078c-2.68%203.602-5.92%2010.203-11.76%2017.524c-9.082%2011.277-14%2010.52-16.68%2011.918a78.7%2078.7%200%200%200-10.882%2011.8l13.2%209.64C64.28%2051.68%2070.28%2035.122%2074.96%2024.399a54.7%2054.7%200%200%201%204.238-8.32zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAN4uibUM)%22%20d%3D%22M83.2%2013.2c-8.72%200-14.68%2045.921-46.88%2071.562c9.04-1.48%2016.88%2020.957%2020.48%2030.039c16-2.723%2028.802-33.32%2041.72-32.84c7.402.277%2013.878%207.437%2021.48%2014.52C102.64%2060%2094.52%2013.198%2083.2%2013.198zm0%200%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGjM30PecW%22%20x1%3D%2216.803%22%20x2%3D%2215.013%22%20y1%3D%2216.631%22%20y2%3D%2222.411%22%20gradientTransform%3D%22matrix(4%200%200%20-4%200%20128)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%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%22SVGAN4uibUM%22%20x1%3D%2229.71%22%20x2%3D%2211.71%22%20y1%3D%2218.983%22%20y2%3D%2214.563%22%20gradientTransform%3D%22scale(4)%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%3Cpath%20fill%3D%22%2349d%22%20d%3D%22m8%2070.2l31.879-12.88a82.6%2082.6%200%200%201%2010.883-11.8c2.636-1.399%207.597-.641%2016.68-11.918c8.796-11%2011.597-20.403%2015.718-20.403c6.52%200%2011.32%2014.082%2018.602%2035.403A462%20462%200%200%200%20120%2096.48c-7.602-7.082-14.078-14.718-21.48-14.52c-6.88.161-14.52%208.321-22.88%2018.802C69%20109.16%2060.2%20114.922%2056.763%20114.8c0%200-8.883-25.121-16.32-29.2a10.56%2010.56%200%200%200-9.563.797L8%2070.16zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjM30PecW)%22%20d%3D%22M79.2%2016.078c-2.68%203.602-5.92%2010.203-11.76%2017.524c-9.082%2011.277-14%2010.52-16.68%2011.918a78.7%2078.7%200%200%200-10.882%2011.8l13.2%209.64C64.28%2051.68%2070.28%2035.122%2074.96%2024.399a54.7%2054.7%200%200%201%204.238-8.32zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGAN4uibUM)%22%20d%3D%22M83.2%2013.2c-8.72%200-14.68%2045.921-46.88%2071.562c9.04-1.48%2016.88%2020.957%2020.48%2030.039c16-2.723%2028.802-33.32%2041.72-32.84c7.402.277%2013.878%207.437%2021.48%2014.52C102.64%2060%2094.52%2013.198%2083.2%2013.198zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/devicon/matlab.svg?color=%231a73e8&size=48