svg icon
svg from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- svg
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand / logo icons from Material Design Icons
Use the svg icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.13 10.71h3.74L6.22 8.06c-1.01 0-1.83-.82-1.83-1.84a1.83 1.83 0 0 1 1.83-1.83c1.02 0 1.84.82 1.84 1.83l2.65 2.65V5.13a1.84 1.84 0 0 1 0-2.59a1.81 1.81 0 0 1 2.58 0c.71.71.71 1.87 0 2.59v3.74l2.66-2.65a1.83 1.83 0 0 1 3.66 0c0 1.02-.82 1.84-1.83 1.84l-2.65 2.65h3.74a1.84 1.84 0 0 1 2.59 0c.72.71.72 1.87 0 2.58c-.71.71-1.87.71-2.59 0h-3.74l2.65 2.66c1.01 0 1.83.81 1.83 1.83a1.83 1.83 0 0 1-1.83 1.83c-1.02 0-1.83-.82-1.83-1.83l-2.66-2.65v3.74c.71.72.71 1.88 0 2.59c-.71.72-1.87.72-2.58 0a1.84 1.84 0 0 1 0-2.59v-3.74l-2.65 2.65c0 1.01-.82 1.83-1.84 1.83a1.83 1.83 0 0 1 0-3.66l2.65-2.66H5.13c-.72.71-1.88.71-2.59 0a1.81 1.81 0 0 1 0-2.58a1.84 1.84 0 0 1 2.59 0"/></svg>
React
import type { SVGProps } from "react";
export function MdiSvg(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="M5.13 10.71h3.74L6.22 8.06c-1.01 0-1.83-.82-1.83-1.84a1.83 1.83 0 0 1 1.83-1.83c1.02 0 1.84.82 1.84 1.83l2.65 2.65V5.13a1.84 1.84 0 0 1 0-2.59a1.81 1.81 0 0 1 2.58 0c.71.71.71 1.87 0 2.59v3.74l2.66-2.65a1.83 1.83 0 0 1 3.66 0c0 1.02-.82 1.84-1.83 1.84l-2.65 2.65h3.74a1.84 1.84 0 0 1 2.59 0c.72.71.72 1.87 0 2.58c-.71.71-1.87.71-2.59 0h-3.74l2.65 2.66c1.01 0 1.83.81 1.83 1.83a1.83 1.83 0 0 1-1.83 1.83c-1.02 0-1.83-.82-1.83-1.83l-2.66-2.65v3.74c.71.72.71 1.88 0 2.59c-.71.72-1.87.72-2.58 0a1.84 1.84 0 0 1 0-2.59v-3.74l-2.65 2.65c0 1.01-.82 1.83-1.84 1.83a1.83 1.83 0 0 1 0-3.66l2.65-2.66H5.13c-.72.71-1.88.71-2.59 0a1.81 1.81 0 0 1 0-2.58a1.84 1.84 0 0 1 2.59 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.13 10.71h3.74L6.22 8.06c-1.01 0-1.83-.82-1.83-1.84a1.83 1.83 0 0 1 1.83-1.83c1.02 0 1.84.82 1.84 1.83l2.65 2.65V5.13a1.84 1.84 0 0 1 0-2.59a1.81 1.81 0 0 1 2.58 0c.71.71.71 1.87 0 2.59v3.74l2.66-2.65a1.83 1.83 0 0 1 3.66 0c0 1.02-.82 1.84-1.83 1.84l-2.65 2.65h3.74a1.84 1.84 0 0 1 2.59 0c.72.71.72 1.87 0 2.58c-.71.71-1.87.71-2.59 0h-3.74l2.65 2.66c1.01 0 1.83.81 1.83 1.83a1.83 1.83 0 0 1-1.83 1.83c-1.02 0-1.83-.82-1.83-1.83l-2.66-2.65v3.74c.71.72.71 1.88 0 2.59c-.71.72-1.87.72-2.58 0a1.84 1.84 0 0 1 0-2.59v-3.74l-2.65 2.65c0 1.01-.82 1.83-1.84 1.83a1.83 1.83 0 0 1 0-3.66l2.65-2.66H5.13c-.72.71-1.88.71-2.59 0a1.81 1.81 0 0 1 0-2.58a1.84 1.84 0 0 1 2.59 0"/></svg> </template>
CSS
.icon-svg {
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%22M5.13%2010.71h3.74L6.22%208.06c-1.01%200-1.83-.82-1.83-1.84a1.83%201.83%200%200%201%201.83-1.83c1.02%200%201.84.82%201.84%201.83l2.65%202.65V5.13a1.84%201.84%200%200%201%200-2.59a1.81%201.81%200%200%201%202.58%200c.71.71.71%201.87%200%202.59v3.74l2.66-2.65a1.83%201.83%200%200%201%203.66%200c0%201.02-.82%201.84-1.83%201.84l-2.65%202.65h3.74a1.84%201.84%200%200%201%202.59%200c.72.71.72%201.87%200%202.58c-.71.71-1.87.71-2.59%200h-3.74l2.65%202.66c1.01%200%201.83.81%201.83%201.83a1.83%201.83%200%200%201-1.83%201.83c-1.02%200-1.83-.82-1.83-1.83l-2.66-2.65v3.74c.71.72.71%201.88%200%202.59c-.71.72-1.87.72-2.58%200a1.84%201.84%200%200%201%200-2.59v-3.74l-2.65%202.65c0%201.01-.82%201.83-1.84%201.83a1.83%201.83%200%200%201%200-3.66l2.65-2.66H5.13c-.72.71-1.88.71-2.59%200a1.81%201.81%200%200%201%200-2.58a1.84%201.84%200%200%201%202.59%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.13%2010.71h3.74L6.22%208.06c-1.01%200-1.83-.82-1.83-1.84a1.83%201.83%200%200%201%201.83-1.83c1.02%200%201.84.82%201.84%201.83l2.65%202.65V5.13a1.84%201.84%200%200%201%200-2.59a1.81%201.81%200%200%201%202.58%200c.71.71.71%201.87%200%202.59v3.74l2.66-2.65a1.83%201.83%200%200%201%203.66%200c0%201.02-.82%201.84-1.83%201.84l-2.65%202.65h3.74a1.84%201.84%200%200%201%202.59%200c.72.71.72%201.87%200%202.58c-.71.71-1.87.71-2.59%200h-3.74l2.65%202.66c1.01%200%201.83.81%201.83%201.83a1.83%201.83%200%200%201-1.83%201.83c-1.02%200-1.83-.82-1.83-1.83l-2.66-2.65v3.74c.71.72.71%201.88%200%202.59c-.71.72-1.87.72-2.58%200a1.84%201.84%200%200%201%200-2.59v-3.74l-2.65%202.65c0%201.01-.82%201.83-1.84%201.83a1.83%201.83%200%200%201%200-3.66l2.65-2.66H5.13c-.72.71-1.88.71-2.59%200a1.81%201.81%200%200%201%200-2.58a1.84%201.84%200%200%201%202.59%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/svg.svg?color=%231a73e8&size=48