materialdesign logo
materialdesign from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- materialdesign
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the materialdesign logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24a12 12 0 0 1-4.691-.927a12.6 12.6 0 0 1-3.818-2.564A12.6 12.6 0 0 1 .928 16.69A12 12 0 0 1 0 12q0-2.509.927-4.69a12.2 12.2 0 0 1 2.564-3.792A12 12 0 0 1 7.309.955A11.7 11.7 0 0 1 11.999 0q2.51 0 4.692.955a11.7 11.7 0 0 1 3.79 2.563a11.7 11.7 0 0 1 2.564 3.791Q23.999 9.492 24 12q0 2.482-.955 4.69a12 12 0 0 1-2.563 3.819a12.2 12.2 0 0 1-3.791 2.564Q14.509 24 12 24m-7.637-5.864V5.864A9.5 9.5 0 0 0 2.755 8.7q-.572 1.556-.572 3.3c0 1.744.19 2.273.572 3.327a9.6 9.6 0 0 0 1.609 2.81zm1.5-13.772h12.3a9.5 9.5 0 0 0-2.836-1.61A9.7 9.7 0 0 0 12 2.183q-1.746 0-3.327.573a9.6 9.6 0 0 0-2.81 1.609M12 14.727l4.118-8.181h-8.21Zm1.09 2.727h4.364V8.728Zm-6.545 0h4.364L6.545 8.728Zm8.782 3.791a9.5 9.5 0 0 0 2.836-1.609h-12.3a9.6 9.6 0 0 0 2.81 1.61a9.7 9.7 0 0 0 3.326.572a9.7 9.7 0 0 0 3.328-.573m4.309-3.109a9.6 9.6 0 0 0 1.609-2.809A9.7 9.7 0 0 0 21.817 12q0-1.745-.572-3.3a9.5 9.5 0 0 0-1.61-2.836Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMaterialdesign(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 24a12 12 0 0 1-4.691-.927a12.6 12.6 0 0 1-3.818-2.564A12.6 12.6 0 0 1 .928 16.69A12 12 0 0 1 0 12q0-2.509.927-4.69a12.2 12.2 0 0 1 2.564-3.792A12 12 0 0 1 7.309.955A11.7 11.7 0 0 1 11.999 0q2.51 0 4.692.955a11.7 11.7 0 0 1 3.79 2.563a11.7 11.7 0 0 1 2.564 3.791Q23.999 9.492 24 12q0 2.482-.955 4.69a12 12 0 0 1-2.563 3.819a12.2 12.2 0 0 1-3.791 2.564Q14.509 24 12 24m-7.637-5.864V5.864A9.5 9.5 0 0 0 2.755 8.7q-.572 1.556-.572 3.3c0 1.744.19 2.273.572 3.327a9.6 9.6 0 0 0 1.609 2.81zm1.5-13.772h12.3a9.5 9.5 0 0 0-2.836-1.61A9.7 9.7 0 0 0 12 2.183q-1.746 0-3.327.573a9.6 9.6 0 0 0-2.81 1.609M12 14.727l4.118-8.181h-8.21Zm1.09 2.727h4.364V8.728Zm-6.545 0h4.364L6.545 8.728Zm8.782 3.791a9.5 9.5 0 0 0 2.836-1.609h-12.3a9.6 9.6 0 0 0 2.81 1.61a9.7 9.7 0 0 0 3.326.572a9.7 9.7 0 0 0 3.328-.573m4.309-3.109a9.6 9.6 0 0 0 1.609-2.809A9.7 9.7 0 0 0 21.817 12q0-1.745-.572-3.3a9.5 9.5 0 0 0-1.61-2.836Z"/></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 24a12 12 0 0 1-4.691-.927a12.6 12.6 0 0 1-3.818-2.564A12.6 12.6 0 0 1 .928 16.69A12 12 0 0 1 0 12q0-2.509.927-4.69a12.2 12.2 0 0 1 2.564-3.792A12 12 0 0 1 7.309.955A11.7 11.7 0 0 1 11.999 0q2.51 0 4.692.955a11.7 11.7 0 0 1 3.79 2.563a11.7 11.7 0 0 1 2.564 3.791Q23.999 9.492 24 12q0 2.482-.955 4.69a12 12 0 0 1-2.563 3.819a12.2 12.2 0 0 1-3.791 2.564Q14.509 24 12 24m-7.637-5.864V5.864A9.5 9.5 0 0 0 2.755 8.7q-.572 1.556-.572 3.3c0 1.744.19 2.273.572 3.327a9.6 9.6 0 0 0 1.609 2.81zm1.5-13.772h12.3a9.5 9.5 0 0 0-2.836-1.61A9.7 9.7 0 0 0 12 2.183q-1.746 0-3.327.573a9.6 9.6 0 0 0-2.81 1.609M12 14.727l4.118-8.181h-8.21Zm1.09 2.727h4.364V8.728Zm-6.545 0h4.364L6.545 8.728Zm8.782 3.791a9.5 9.5 0 0 0 2.836-1.609h-12.3a9.6 9.6 0 0 0 2.81 1.61a9.7 9.7 0 0 0 3.326.572a9.7 9.7 0 0 0 3.328-.573m4.309-3.109a9.6 9.6 0 0 0 1.609-2.809A9.7 9.7 0 0 0 21.817 12q0-1.745-.572-3.3a9.5 9.5 0 0 0-1.61-2.836Z"/></svg> </template>
CSS
.icon-materialdesign {
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%2024a12%2012%200%200%201-4.691-.927a12.6%2012.6%200%200%201-3.818-2.564A12.6%2012.6%200%200%201%20.928%2016.69A12%2012%200%200%201%200%2012q0-2.509.927-4.69a12.2%2012.2%200%200%201%202.564-3.792A12%2012%200%200%201%207.309.955A11.7%2011.7%200%200%201%2011.999%200q2.51%200%204.692.955a11.7%2011.7%200%200%201%203.79%202.563a11.7%2011.7%200%200%201%202.564%203.791Q23.999%209.492%2024%2012q0%202.482-.955%204.69a12%2012%200%200%201-2.563%203.819a12.2%2012.2%200%200%201-3.791%202.564Q14.509%2024%2012%2024m-7.637-5.864V5.864A9.5%209.5%200%200%200%202.755%208.7q-.572%201.556-.572%203.3c0%201.744.19%202.273.572%203.327a9.6%209.6%200%200%200%201.609%202.81zm1.5-13.772h12.3a9.5%209.5%200%200%200-2.836-1.61A9.7%209.7%200%200%200%2012%202.183q-1.746%200-3.327.573a9.6%209.6%200%200%200-2.81%201.609M12%2014.727l4.118-8.181h-8.21Zm1.09%202.727h4.364V8.728Zm-6.545%200h4.364L6.545%208.728Zm8.782%203.791a9.5%209.5%200%200%200%202.836-1.609h-12.3a9.6%209.6%200%200%200%202.81%201.61a9.7%209.7%200%200%200%203.326.572a9.7%209.7%200%200%200%203.328-.573m4.309-3.109a9.6%209.6%200%200%200%201.609-2.809A9.7%209.7%200%200%200%2021.817%2012q0-1.745-.572-3.3a9.5%209.5%200%200%200-1.61-2.836Z%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%2024a12%2012%200%200%201-4.691-.927a12.6%2012.6%200%200%201-3.818-2.564A12.6%2012.6%200%200%201%20.928%2016.69A12%2012%200%200%201%200%2012q0-2.509.927-4.69a12.2%2012.2%200%200%201%202.564-3.792A12%2012%200%200%201%207.309.955A11.7%2011.7%200%200%201%2011.999%200q2.51%200%204.692.955a11.7%2011.7%200%200%201%203.79%202.563a11.7%2011.7%200%200%201%202.564%203.791Q23.999%209.492%2024%2012q0%202.482-.955%204.69a12%2012%200%200%201-2.563%203.819a12.2%2012.2%200%200%201-3.791%202.564Q14.509%2024%2012%2024m-7.637-5.864V5.864A9.5%209.5%200%200%200%202.755%208.7q-.572%201.556-.572%203.3c0%201.744.19%202.273.572%203.327a9.6%209.6%200%200%200%201.609%202.81zm1.5-13.772h12.3a9.5%209.5%200%200%200-2.836-1.61A9.7%209.7%200%200%200%2012%202.183q-1.746%200-3.327.573a9.6%209.6%200%200%200-2.81%201.609M12%2014.727l4.118-8.181h-8.21Zm1.09%202.727h4.364V8.728Zm-6.545%200h4.364L6.545%208.728Zm8.782%203.791a9.5%209.5%200%200%200%202.836-1.609h-12.3a9.6%209.6%200%200%200%202.81%201.61a9.7%209.7%200%200%200%203.326.572a9.7%209.7%200%200%200%203.328-.573m4.309-3.109a9.6%209.6%200%200%200%201.609-2.809A9.7%209.7%200%200%200%2021.817%2012q0-1.745-.572-3.3a9.5%209.5%200%200%200-1.61-2.836Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/materialdesign.svg?color=%231a73e8&size=48