mathworks logo
mathworks from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- mathworks
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
Use the mathworks logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.765 21.661C4.172 20.473 2.188 19.078 0 17.489l7.749-2.979l3.183 2.385c-2.385 2.781-3.973 3.776-5.167 4.771zm21.266-8.344c-.599-1.588-.995-3.181-1.593-4.771c-.593-1.792-1.187-3.38-2.183-4.771c-.4-.593-1.192-1.989-2.187-1.989c-.199 0-.396.197-.599.197c-.595.204-1.391 1.391-1.589 2.188c-.593.995-1.792 2.583-2.583 3.577c-.199.396-.6.797-.797.996c-.593.395-1.193.995-1.984 1.391c-.204 0-.401.197-.599.197c-.595 0-.996.396-1.391.593c-.595.6-1.193 1.391-1.787 1.991c0 .197-.204.395-.401.599l2.984 2.181c2.188-2.583 4.771-5.167 6.557-10.135c0 0-.593 5.369-5.364 11.131c-2.985 3.38-5.371 5.171-5.767 5.567c0 0 .792-.197 1.589.199c1.593.593 2.385 2.781 2.984 4.369c.396 1.193.989 2.188 1.391 3.38c1.589-.396 2.584-.995 3.579-1.989c.989-.989 1.984-2.183 2.979-3.177c1.792-2.187 3.975-4.968 6.756-3.577c.4.197.995.599 1.192.796c.599.396.995.792 1.593 1.391c.991.792 1.391 1.391 2.183 1.787c-1.984-3.973-3.375-7.948-4.968-12.125z"/></svg>
React
import type { SVGProps } from "react";
export function CibMathworks(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.765 21.661C4.172 20.473 2.188 19.078 0 17.489l7.749-2.979l3.183 2.385c-2.385 2.781-3.973 3.776-5.167 4.771zm21.266-8.344c-.599-1.588-.995-3.181-1.593-4.771c-.593-1.792-1.187-3.38-2.183-4.771c-.4-.593-1.192-1.989-2.187-1.989c-.199 0-.396.197-.599.197c-.595.204-1.391 1.391-1.589 2.188c-.593.995-1.792 2.583-2.583 3.577c-.199.396-.6.797-.797.996c-.593.395-1.193.995-1.984 1.391c-.204 0-.401.197-.599.197c-.595 0-.996.396-1.391.593c-.595.6-1.193 1.391-1.787 1.991c0 .197-.204.395-.401.599l2.984 2.181c2.188-2.583 4.771-5.167 6.557-10.135c0 0-.593 5.369-5.364 11.131c-2.985 3.38-5.371 5.171-5.767 5.567c0 0 .792-.197 1.589.199c1.593.593 2.385 2.781 2.984 4.369c.396 1.193.989 2.188 1.391 3.38c1.589-.396 2.584-.995 3.579-1.989c.989-.989 1.984-2.183 2.979-3.177c1.792-2.187 3.975-4.968 6.756-3.577c.4.197.995.599 1.192.796c.599.396.995.792 1.593 1.391c.991.792 1.391 1.391 2.183 1.787c-1.984-3.973-3.375-7.948-4.968-12.125z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M5.765 21.661C4.172 20.473 2.188 19.078 0 17.489l7.749-2.979l3.183 2.385c-2.385 2.781-3.973 3.776-5.167 4.771zm21.266-8.344c-.599-1.588-.995-3.181-1.593-4.771c-.593-1.792-1.187-3.38-2.183-4.771c-.4-.593-1.192-1.989-2.187-1.989c-.199 0-.396.197-.599.197c-.595.204-1.391 1.391-1.589 2.188c-.593.995-1.792 2.583-2.583 3.577c-.199.396-.6.797-.797.996c-.593.395-1.193.995-1.984 1.391c-.204 0-.401.197-.599.197c-.595 0-.996.396-1.391.593c-.595.6-1.193 1.391-1.787 1.991c0 .197-.204.395-.401.599l2.984 2.181c2.188-2.583 4.771-5.167 6.557-10.135c0 0-.593 5.369-5.364 11.131c-2.985 3.38-5.371 5.171-5.767 5.567c0 0 .792-.197 1.589.199c1.593.593 2.385 2.781 2.984 4.369c.396 1.193.989 2.188 1.391 3.38c1.589-.396 2.584-.995 3.579-1.989c.989-.989 1.984-2.183 2.979-3.177c1.792-2.187 3.975-4.968 6.756-3.577c.4.197.995.599 1.192.796c.599.396.995.792 1.593 1.391c.991.792 1.391 1.391 2.183 1.787c-1.984-3.973-3.375-7.948-4.968-12.125z"/></svg> </template>
CSS
.icon-mathworks {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.765%2021.661C4.172%2020.473%202.188%2019.078%200%2017.489l7.749-2.979l3.183%202.385c-2.385%202.781-3.973%203.776-5.167%204.771zm21.266-8.344c-.599-1.588-.995-3.181-1.593-4.771c-.593-1.792-1.187-3.38-2.183-4.771c-.4-.593-1.192-1.989-2.187-1.989c-.199%200-.396.197-.599.197c-.595.204-1.391%201.391-1.589%202.188c-.593.995-1.792%202.583-2.583%203.577c-.199.396-.6.797-.797.996c-.593.395-1.193.995-1.984%201.391c-.204%200-.401.197-.599.197c-.595%200-.996.396-1.391.593c-.595.6-1.193%201.391-1.787%201.991c0%20.197-.204.395-.401.599l2.984%202.181c2.188-2.583%204.771-5.167%206.557-10.135c0%200-.593%205.369-5.364%2011.131c-2.985%203.38-5.371%205.171-5.767%205.567c0%200%20.792-.197%201.589.199c1.593.593%202.385%202.781%202.984%204.369c.396%201.193.989%202.188%201.391%203.38c1.589-.396%202.584-.995%203.579-1.989c.989-.989%201.984-2.183%202.979-3.177c1.792-2.187%203.975-4.968%206.756-3.577c.4.197.995.599%201.192.796c.599.396.995.792%201.593%201.391c.991.792%201.391%201.391%202.183%201.787c-1.984-3.973-3.375-7.948-4.968-12.125z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.765%2021.661C4.172%2020.473%202.188%2019.078%200%2017.489l7.749-2.979l3.183%202.385c-2.385%202.781-3.973%203.776-5.167%204.771zm21.266-8.344c-.599-1.588-.995-3.181-1.593-4.771c-.593-1.792-1.187-3.38-2.183-4.771c-.4-.593-1.192-1.989-2.187-1.989c-.199%200-.396.197-.599.197c-.595.204-1.391%201.391-1.589%202.188c-.593.995-1.792%202.583-2.583%203.577c-.199.396-.6.797-.797.996c-.593.395-1.193.995-1.984%201.391c-.204%200-.401.197-.599.197c-.595%200-.996.396-1.391.593c-.595.6-1.193%201.391-1.787%201.991c0%20.197-.204.395-.401.599l2.984%202.181c2.188-2.583%204.771-5.167%206.557-10.135c0%200-.593%205.369-5.364%2011.131c-2.985%203.38-5.371%205.171-5.767%205.567c0%200%20.792-.197%201.589.199c1.593.593%202.385%202.781%202.984%204.369c.396%201.193.989%202.188%201.391%203.38c1.589-.396%202.584-.995%203.579-1.989c.989-.989%201.984-2.183%202.979-3.177c1.792-2.187%203.975-4.968%206.756-3.577c.4.197.995.599%201.192.796c.599.396.995.792%201.593%201.391c.991.792%201.391%201.391%202.183%201.787c-1.984-3.973-3.375-7.948-4.968-12.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/mathworks.svg?color=%231a73e8&size=48