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

Name
simple-icons
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 simple icons icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.25 17c0 .88-.18 1.74-.54 2.53h-1.4c1.4-2.38.6-5.44-1.78-6.84A5 5 0 0 0 12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5h-1.25c0-2.07-1.68-3.75-3.75-3.75S8.25 4.93 8.25 7s1.68 3.75 3.75 3.75c3.45 0 6.25 2.81 6.25 6.25M6.29 19.53c-.36-.79-.54-1.66-.54-2.53H7c0 .93.25 1.79.69 2.53zm11.96 1.22V22H5.75v-1.25H9.5v-5H8.25V14.5h7.5v1.25H14.5v5zm-5-5h-2.5v5h2.5zm1.19-8.68A2.5 2.5 0 0 1 12 9.5a2.493 2.493 0 0 1-2.43-2.56C9.6 5.61 10.67 4.53 12 4.5a2.51 2.51 0 0 1 2.44 2.57M13.25 7a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0"/></svg>

React

import type { SVGProps } from "react";

export function MdiSimpleIcons(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="M18.25 17c0 .88-.18 1.74-.54 2.53h-1.4c1.4-2.38.6-5.44-1.78-6.84A5 5 0 0 0 12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5h-1.25c0-2.07-1.68-3.75-3.75-3.75S8.25 4.93 8.25 7s1.68 3.75 3.75 3.75c3.45 0 6.25 2.81 6.25 6.25M6.29 19.53c-.36-.79-.54-1.66-.54-2.53H7c0 .93.25 1.79.69 2.53zm11.96 1.22V22H5.75v-1.25H9.5v-5H8.25V14.5h7.5v1.25H14.5v5zm-5-5h-2.5v5h2.5zm1.19-8.68A2.5 2.5 0 0 1 12 9.5a2.493 2.493 0 0 1-2.43-2.56C9.6 5.61 10.67 4.53 12 4.5a2.51 2.51 0 0 1 2.44 2.57M13.25 7a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 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="M18.25 17c0 .88-.18 1.74-.54 2.53h-1.4c1.4-2.38.6-5.44-1.78-6.84A5 5 0 0 0 12 12c-2.76 0-5-2.24-5-5s2.24-5 5-5s5 2.24 5 5h-1.25c0-2.07-1.68-3.75-3.75-3.75S8.25 4.93 8.25 7s1.68 3.75 3.75 3.75c3.45 0 6.25 2.81 6.25 6.25M6.29 19.53c-.36-.79-.54-1.66-.54-2.53H7c0 .93.25 1.79.69 2.53zm11.96 1.22V22H5.75v-1.25H9.5v-5H8.25V14.5h7.5v1.25H14.5v5zm-5-5h-2.5v5h2.5zm1.19-8.68A2.5 2.5 0 0 1 12 9.5a2.493 2.493 0 0 1-2.43-2.56C9.6 5.61 10.67 4.53 12 4.5a2.51 2.51 0 0 1 2.44 2.57M13.25 7a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0"/></svg>
</template>

CSS

.icon-simple-icons {
  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%22M18.25%2017c0%20.88-.18%201.74-.54%202.53h-1.4c1.4-2.38.6-5.44-1.78-6.84A5%205%200%200%200%2012%2012c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205h-1.25c0-2.07-1.68-3.75-3.75-3.75S8.25%204.93%208.25%207s1.68%203.75%203.75%203.75c3.45%200%206.25%202.81%206.25%206.25M6.29%2019.53c-.36-.79-.54-1.66-.54-2.53H7c0%20.93.25%201.79.69%202.53zm11.96%201.22V22H5.75v-1.25H9.5v-5H8.25V14.5h7.5v1.25H14.5v5zm-5-5h-2.5v5h2.5zm1.19-8.68A2.5%202.5%200%200%201%2012%209.5a2.493%202.493%200%200%201-2.43-2.56C9.6%205.61%2010.67%204.53%2012%204.5a2.51%202.51%200%200%201%202.44%202.57M13.25%207a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%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%22M18.25%2017c0%20.88-.18%201.74-.54%202.53h-1.4c1.4-2.38.6-5.44-1.78-6.84A5%205%200%200%200%2012%2012c-2.76%200-5-2.24-5-5s2.24-5%205-5s5%202.24%205%205h-1.25c0-2.07-1.68-3.75-3.75-3.75S8.25%204.93%208.25%207s1.68%203.75%203.75%203.75c3.45%200%206.25%202.81%206.25%206.25M6.29%2019.53c-.36-.79-.54-1.66-.54-2.53H7c0%20.93.25%201.79.69%202.53zm11.96%201.22V22H5.75v-1.25H9.5v-5H8.25V14.5h7.5v1.25H14.5v5zm-5-5h-2.5v5h2.5zm1.19-8.68A2.5%202.5%200%200%201%2012%209.5a2.493%202.493%200%200%201-2.43-2.56C9.6%205.61%2010.67%204.53%2012%204.5a2.51%202.51%200%200%201%202.44%202.57M13.25%207a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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