material-design from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
material-design
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

More brand / logo icons from Material Design Icons

Use the material design icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12c0-2.03-.67-3.91-2-5.62v11.25c1.33-1.66 2-3.54 2-5.63m-3.37 7H6.38c.68.55 1.57 1 2.67 1.41c1.09.39 2.08.59 2.95.59c.88 0 1.86-.2 2.95-.59c1.1-.41 1.99-.86 2.68-1.41M11 17L7 9v8zm6-8l-4 8h4zm-5 5.53L15.75 7h-7.5zM17.63 5C15.97 3.67 14.09 3 12 3s-3.97.67-5.62 2zM5 17.63V6.38C3.67 8.09 3 9.97 3 12c0 2.09.67 3.97 2 5.63M23 12c0 3.03-1.06 5.63-3.22 7.78C17.63 21.94 15.03 23 12 23s-5.62-1.06-7.78-3.22C2.06 17.63 1 15.03 1 12s1.06-5.62 3.22-7.78S8.97 1 12 1s5.63 1.06 7.78 3.22C21.94 6.38 23 8.97 23 12"/></svg>

React

import type { SVGProps } from "react";

export function MdiMaterialDesign(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="M21 12c0-2.03-.67-3.91-2-5.62v11.25c1.33-1.66 2-3.54 2-5.63m-3.37 7H6.38c.68.55 1.57 1 2.67 1.41c1.09.39 2.08.59 2.95.59c.88 0 1.86-.2 2.95-.59c1.1-.41 1.99-.86 2.68-1.41M11 17L7 9v8zm6-8l-4 8h4zm-5 5.53L15.75 7h-7.5zM17.63 5C15.97 3.67 14.09 3 12 3s-3.97.67-5.62 2zM5 17.63V6.38C3.67 8.09 3 9.97 3 12c0 2.09.67 3.97 2 5.63M23 12c0 3.03-1.06 5.63-3.22 7.78C17.63 21.94 15.03 23 12 23s-5.62-1.06-7.78-3.22C2.06 17.63 1 15.03 1 12s1.06-5.62 3.22-7.78S8.97 1 12 1s5.63 1.06 7.78 3.22C21.94 6.38 23 8.97 23 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 12c0-2.03-.67-3.91-2-5.62v11.25c1.33-1.66 2-3.54 2-5.63m-3.37 7H6.38c.68.55 1.57 1 2.67 1.41c1.09.39 2.08.59 2.95.59c.88 0 1.86-.2 2.95-.59c1.1-.41 1.99-.86 2.68-1.41M11 17L7 9v8zm6-8l-4 8h4zm-5 5.53L15.75 7h-7.5zM17.63 5C15.97 3.67 14.09 3 12 3s-3.97.67-5.62 2zM5 17.63V6.38C3.67 8.09 3 9.97 3 12c0 2.09.67 3.97 2 5.63M23 12c0 3.03-1.06 5.63-3.22 7.78C17.63 21.94 15.03 23 12 23s-5.62-1.06-7.78-3.22C2.06 17.63 1 15.03 1 12s1.06-5.62 3.22-7.78S8.97 1 12 1s5.63 1.06 7.78 3.22C21.94 6.38 23 8.97 23 12"/></svg>
</template>

CSS

.icon-material-design {
  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%22M21%2012c0-2.03-.67-3.91-2-5.62v11.25c1.33-1.66%202-3.54%202-5.63m-3.37%207H6.38c.68.55%201.57%201%202.67%201.41c1.09.39%202.08.59%202.95.59c.88%200%201.86-.2%202.95-.59c1.1-.41%201.99-.86%202.68-1.41M11%2017L7%209v8zm6-8l-4%208h4zm-5%205.53L15.75%207h-7.5zM17.63%205C15.97%203.67%2014.09%203%2012%203s-3.97.67-5.62%202zM5%2017.63V6.38C3.67%208.09%203%209.97%203%2012c0%202.09.67%203.97%202%205.63M23%2012c0%203.03-1.06%205.63-3.22%207.78C17.63%2021.94%2015.03%2023%2012%2023s-5.62-1.06-7.78-3.22C2.06%2017.63%201%2015.03%201%2012s1.06-5.62%203.22-7.78S8.97%201%2012%201s5.63%201.06%207.78%203.22C21.94%206.38%2023%208.97%2023%2012%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%22M21%2012c0-2.03-.67-3.91-2-5.62v11.25c1.33-1.66%202-3.54%202-5.63m-3.37%207H6.38c.68.55%201.57%201%202.67%201.41c1.09.39%202.08.59%202.95.59c.88%200%201.86-.2%202.95-.59c1.1-.41%201.99-.86%202.68-1.41M11%2017L7%209v8zm6-8l-4%208h4zm-5%205.53L15.75%207h-7.5zM17.63%205C15.97%203.67%2014.09%203%2012%203s-3.97.67-5.62%202zM5%2017.63V6.38C3.67%208.09%203%209.97%203%2012c0%202.09.67%203.97%202%205.63M23%2012c0%203.03-1.06%205.63-3.22%207.78C17.63%2021.94%2015.03%2023%2012%2023s-5.62-1.06-7.78-3.22C2.06%2017.63%201%2015.03%201%2012s1.06-5.62%203.22-7.78S8.97%201%2012%201s5.63%201.06%207.78%203.22C21.94%206.38%2023%208.97%2023%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/material-design.svg?color=%231a73e8&size=48