android-head from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
android-head
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the android head icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M8 11.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 8 14a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 8 11.5m8 0a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 16 14a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 16 11.5M12 7c1.5 0 2.9.33 4.18.91l2.16-2.16a.996.996 0 1 1 1.41 1.41l-1.8 1.8A9.999 9.999 0 0 1 22 17H2c0-3.29 1.59-6.21 4.05-8.04l-1.8-1.8a.996.996 0 1 1 1.41-1.41l2.16 2.16C9.1 7.33 10.5 7 12 7z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiAndroidHead(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M8 11.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 8 14a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 8 11.5m8 0a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 16 14a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 16 11.5M12 7c1.5 0 2.9.33 4.18.91l2.16-2.16a.996.996 0 1 1 1.41 1.41l-1.8 1.8A9.999 9.999 0 0 1 22 17H2c0-3.29 1.59-6.21 4.05-8.04l-1.8-1.8a.996.996 0 1 1 1.41-1.41l2.16 2.16C9.1 7.33 10.5 7 12 7z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M8 11.5a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 8 14a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 8 11.5m8 0a1.25 1.25 0 0 0-1.25 1.25A1.25 1.25 0 0 0 16 14a1.25 1.25 0 0 0 1.25-1.25A1.25 1.25 0 0 0 16 11.5M12 7c1.5 0 2.9.33 4.18.91l2.16-2.16a.996.996 0 1 1 1.41 1.41l-1.8 1.8A9.999 9.999 0 0 1 22 17H2c0-3.29 1.59-6.21 4.05-8.04l-1.8-1.8a.996.996 0 1 1 1.41-1.41l2.16 2.16C9.1 7.33 10.5 7 12 7z" fill="currentColor"/></svg>
</template>

CSS

.icon-android-head {
  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%20d%3D%22M8%2011.5a1.25%201.25%200%200%200-1.25%201.25A1.25%201.25%200%200%200%208%2014a1.25%201.25%200%200%200%201.25-1.25A1.25%201.25%200%200%200%208%2011.5m8%200a1.25%201.25%200%200%200-1.25%201.25A1.25%201.25%200%200%200%2016%2014a1.25%201.25%200%200%200%201.25-1.25A1.25%201.25%200%200%200%2016%2011.5M12%207c1.5%200%202.9.33%204.18.91l2.16-2.16a.996.996%200%201%201%201.41%201.41l-1.8%201.8A9.999%209.999%200%200%201%2022%2017H2c0-3.29%201.59-6.21%204.05-8.04l-1.8-1.8a.996.996%200%201%201%201.41-1.41l2.16%202.16C9.1%207.33%2010.5%207%2012%207z%22%20fill%3D%22currentColor%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%20d%3D%22M8%2011.5a1.25%201.25%200%200%200-1.25%201.25A1.25%201.25%200%200%200%208%2014a1.25%201.25%200%200%200%201.25-1.25A1.25%201.25%200%200%200%208%2011.5m8%200a1.25%201.25%200%200%200-1.25%201.25A1.25%201.25%200%200%200%2016%2014a1.25%201.25%200%200%200%201.25-1.25A1.25%201.25%200%200%200%2016%2011.5M12%207c1.5%200%202.9.33%204.18.91l2.16-2.16a.996.996%200%201%201%201.41%201.41l-1.8%201.8A9.999%209.999%200%200%201%2022%2017H2c0-3.29%201.59-6.21%204.05-8.04l-1.8-1.8a.996.996%200%201%201%201.41-1.41l2.16%202.16C9.1%207.33%2010.5%207%2012%207z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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