matillion logo
matillion from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- matillion
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the matillion logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.552 0-1.104.142-1.598.428L2.777 4.831A3.2 3.2 0 0 0 1.18 7.597v8.806c0 1.141.609 2.195 1.597 2.766l7.625 4.403a3.2 3.2 0 0 0 3.195 0l7.626-4.403a3.2 3.2 0 0 0 1.597-2.766V7.597a3.2 3.2 0 0 0-1.597-2.766L13.597.428A3.2 3.2 0 0 0 12 0m.033 6.215a1.383 1.383 0 0 1 1.012 2.286l-7.277 8.403a1.382 1.382 0 0 1-2.09-1.81l7.278-8.402a1.37 1.37 0 0 1 1.077-.477m2.689 3.105l.025.001l.059.002l.082.005l.055.007a1 1 0 0 1 .135.026l.073.019l.035.012l.091.034l.038.017q.044.02.087.043l.033.018q.04.023.077.048l.045.031l.071.055l.018.013l.019.019q.034.03.065.062l.037.039l.031.033l4.533 5.296a1.38 1.38 0 0 1-1.049 2.281h-.001a1.38 1.38 0 0 1-1.05-.484l-3.484-4.07l-3.482 4.07a1.38 1.38 0 0 1-1.051.484h-.001A1.38 1.38 0 0 1 9.164 15.1l4.533-5.296l.03-.033l.037-.039l.062-.059l.023-.022l.022-.017l.066-.05l.047-.033l.067-.042l.049-.027l.072-.036a1 1 0 0 1 .177-.066a1 1 0 0 1 .141-.035l.06-.01l.058-.007l.081-.005z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMatillion(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.552 0-1.104.142-1.598.428L2.777 4.831A3.2 3.2 0 0 0 1.18 7.597v8.806c0 1.141.609 2.195 1.597 2.766l7.625 4.403a3.2 3.2 0 0 0 3.195 0l7.626-4.403a3.2 3.2 0 0 0 1.597-2.766V7.597a3.2 3.2 0 0 0-1.597-2.766L13.597.428A3.2 3.2 0 0 0 12 0m.033 6.215a1.383 1.383 0 0 1 1.012 2.286l-7.277 8.403a1.382 1.382 0 0 1-2.09-1.81l7.278-8.402a1.37 1.37 0 0 1 1.077-.477m2.689 3.105l.025.001l.059.002l.082.005l.055.007a1 1 0 0 1 .135.026l.073.019l.035.012l.091.034l.038.017q.044.02.087.043l.033.018q.04.023.077.048l.045.031l.071.055l.018.013l.019.019q.034.03.065.062l.037.039l.031.033l4.533 5.296a1.38 1.38 0 0 1-1.049 2.281h-.001a1.38 1.38 0 0 1-1.05-.484l-3.484-4.07l-3.482 4.07a1.38 1.38 0 0 1-1.051.484h-.001A1.38 1.38 0 0 1 9.164 15.1l4.533-5.296l.03-.033l.037-.039l.062-.059l.023-.022l.022-.017l.066-.05l.047-.033l.067-.042l.049-.027l.072-.036a1 1 0 0 1 .177-.066a1 1 0 0 1 .141-.035l.06-.01l.058-.007l.081-.005z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.552 0-1.104.142-1.598.428L2.777 4.831A3.2 3.2 0 0 0 1.18 7.597v8.806c0 1.141.609 2.195 1.597 2.766l7.625 4.403a3.2 3.2 0 0 0 3.195 0l7.626-4.403a3.2 3.2 0 0 0 1.597-2.766V7.597a3.2 3.2 0 0 0-1.597-2.766L13.597.428A3.2 3.2 0 0 0 12 0m.033 6.215a1.383 1.383 0 0 1 1.012 2.286l-7.277 8.403a1.382 1.382 0 0 1-2.09-1.81l7.278-8.402a1.37 1.37 0 0 1 1.077-.477m2.689 3.105l.025.001l.059.002l.082.005l.055.007a1 1 0 0 1 .135.026l.073.019l.035.012l.091.034l.038.017q.044.02.087.043l.033.018q.04.023.077.048l.045.031l.071.055l.018.013l.019.019q.034.03.065.062l.037.039l.031.033l4.533 5.296a1.38 1.38 0 0 1-1.049 2.281h-.001a1.38 1.38 0 0 1-1.05-.484l-3.484-4.07l-3.482 4.07a1.38 1.38 0 0 1-1.051.484h-.001A1.38 1.38 0 0 1 9.164 15.1l4.533-5.296l.03-.033l.037-.039l.062-.059l.023-.022l.022-.017l.066-.05l.047-.033l.067-.042l.049-.027l.072-.036a1 1 0 0 1 .177-.066a1 1 0 0 1 .141-.035l.06-.01l.058-.007l.081-.005z"/></svg> </template>
CSS
.icon-matillion {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200c-.552%200-1.104.142-1.598.428L2.777%204.831A3.2%203.2%200%200%200%201.18%207.597v8.806c0%201.141.609%202.195%201.597%202.766l7.625%204.403a3.2%203.2%200%200%200%203.195%200l7.626-4.403a3.2%203.2%200%200%200%201.597-2.766V7.597a3.2%203.2%200%200%200-1.597-2.766L13.597.428A3.2%203.2%200%200%200%2012%200m.033%206.215a1.383%201.383%200%200%201%201.012%202.286l-7.277%208.403a1.382%201.382%200%200%201-2.09-1.81l7.278-8.402a1.37%201.37%200%200%201%201.077-.477m2.689%203.105l.025.001l.059.002l.082.005l.055.007a1%201%200%200%201%20.135.026l.073.019l.035.012l.091.034l.038.017q.044.02.087.043l.033.018q.04.023.077.048l.045.031l.071.055l.018.013l.019.019q.034.03.065.062l.037.039l.031.033l4.533%205.296a1.38%201.38%200%200%201-1.049%202.281h-.001a1.38%201.38%200%200%201-1.05-.484l-3.484-4.07l-3.482%204.07a1.38%201.38%200%200%201-1.051.484h-.001A1.38%201.38%200%200%201%209.164%2015.1l4.533-5.296l.03-.033l.037-.039l.062-.059l.023-.022l.022-.017l.066-.05l.047-.033l.067-.042l.049-.027l.072-.036a1%201%200%200%201%20.177-.066a1%201%200%200%201%20.141-.035l.06-.01l.058-.007l.081-.005z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200c-.552%200-1.104.142-1.598.428L2.777%204.831A3.2%203.2%200%200%200%201.18%207.597v8.806c0%201.141.609%202.195%201.597%202.766l7.625%204.403a3.2%203.2%200%200%200%203.195%200l7.626-4.403a3.2%203.2%200%200%200%201.597-2.766V7.597a3.2%203.2%200%200%200-1.597-2.766L13.597.428A3.2%203.2%200%200%200%2012%200m.033%206.215a1.383%201.383%200%200%201%201.012%202.286l-7.277%208.403a1.382%201.382%200%200%201-2.09-1.81l7.278-8.402a1.37%201.37%200%200%201%201.077-.477m2.689%203.105l.025.001l.059.002l.082.005l.055.007a1%201%200%200%201%20.135.026l.073.019l.035.012l.091.034l.038.017q.044.02.087.043l.033.018q.04.023.077.048l.045.031l.071.055l.018.013l.019.019q.034.03.065.062l.037.039l.031.033l4.533%205.296a1.38%201.38%200%200%201-1.049%202.281h-.001a1.38%201.38%200%200%201-1.05-.484l-3.484-4.07l-3.482%204.07a1.38%201.38%200%200%201-1.051.484h-.001A1.38%201.38%200%200%201%209.164%2015.1l4.533-5.296l.03-.033l.037-.039l.062-.059l.023-.022l.022-.017l.066-.05l.047-.033l.067-.042l.049-.027l.072-.036a1%201%200%200%201%20.177-.066a1%201%200%200%201%20.141-.035l.06-.01l.058-.007l.081-.005z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/matillion.svg?color=%231a73e8&size=48