android contacts icon
android-contacts from Material Symbols by Google · Regular · Apache-2.0 Free for personal and commercial use.
- Name
- android-contacts
- Set
- Material Symbols
- Style
- Regular
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Symbols
Related icons in Material Symbols
android-calculatorandroid-cameraandroid-cell-4-barandroid-cell-4-bar-alertandroid-cell-4-bar-offandroid-cell-4-bar-plusandroid-cell-5-barandroid-cell-5-bar-alertandroid-cell-5-bar-offandroid-cell-5-bar-plusandroid-cell-dual-4-barandroid-cell-dual-4-bar-alertandroid-cell-dual-4-bar-plusandroid-cell-dual-5-barandroid-cell-dual-5-bar-alertandroid-cell-dual-5-bar-plusandroid-chatandroid-dialerandroid-emergency-location-serviceandroid-family-linkandroid-find-my-deviceandroid-google-homeandroid-messagesandroid-now-playing
Use the android contacts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.4 20q-1 0-1.7-.7T4 17.6v-1.175q0-.95.688-1.763q.687-.812 1.812-1.4q1.125-.587 2.538-.925Q10.45 12 11.9 12q1.45 0 2.9.337q1.45.338 2.6.938q1.15.6 1.875 1.413Q20 15.5 20 16.45v1.15q0 1-.7 1.7t-1.7.7Zm5.5-9q-1.45 0-2.475-1.025Q8.4 8.95 8.4 7.5q0-1.45 1.025-2.475Q10.45 4 11.9 4q1.475 0 2.487 1.025Q15.4 6.05 15.4 7.5q0 1.45-1.025 2.475Q13.35 11 11.9 11Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAndroidContacts(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="M6.4 20q-1 0-1.7-.7T4 17.6v-1.175q0-.95.688-1.763q.687-.812 1.812-1.4q1.125-.587 2.538-.925Q10.45 12 11.9 12q1.45 0 2.9.337q1.45.338 2.6.938q1.15.6 1.875 1.413Q20 15.5 20 16.45v1.15q0 1-.7 1.7t-1.7.7Zm5.5-9q-1.45 0-2.475-1.025Q8.4 8.95 8.4 7.5q0-1.45 1.025-2.475Q10.45 4 11.9 4q1.475 0 2.487 1.025Q15.4 6.05 15.4 7.5q0 1.45-1.025 2.475Q13.35 11 11.9 11Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.4 20q-1 0-1.7-.7T4 17.6v-1.175q0-.95.688-1.763q.687-.812 1.812-1.4q1.125-.587 2.538-.925Q10.45 12 11.9 12q1.45 0 2.9.337q1.45.338 2.6.938q1.15.6 1.875 1.413Q20 15.5 20 16.45v1.15q0 1-.7 1.7t-1.7.7Zm5.5-9q-1.45 0-2.475-1.025Q8.4 8.95 8.4 7.5q0-1.45 1.025-2.475Q10.45 4 11.9 4q1.475 0 2.487 1.025Q15.4 6.05 15.4 7.5q0 1.45-1.025 2.475Q13.35 11 11.9 11Z"/></svg> </template>
CSS
.icon-android-contacts {
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%22M6.4%2020q-1%200-1.7-.7T4%2017.6v-1.175q0-.95.688-1.763q.687-.812%201.812-1.4q1.125-.587%202.538-.925Q10.45%2012%2011.9%2012q1.45%200%202.9.337q1.45.338%202.6.938q1.15.6%201.875%201.413Q20%2015.5%2020%2016.45v1.15q0%201-.7%201.7t-1.7.7Zm5.5-9q-1.45%200-2.475-1.025Q8.4%208.95%208.4%207.5q0-1.45%201.025-2.475Q10.45%204%2011.9%204q1.475%200%202.487%201.025Q15.4%206.05%2015.4%207.5q0%201.45-1.025%202.475Q13.35%2011%2011.9%2011Z%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%22M6.4%2020q-1%200-1.7-.7T4%2017.6v-1.175q0-.95.688-1.763q.687-.812%201.812-1.4q1.125-.587%202.538-.925Q10.45%2012%2011.9%2012q1.45%200%202.9.337q1.45.338%202.6.938q1.15.6%201.875%201.413Q20%2015.5%2020%2016.45v1.15q0%201-.7%201.7t-1.7.7Zm5.5-9q-1.45%200-2.475-1.025Q8.4%208.95%208.4%207.5q0-1.45%201.025-2.475Q10.45%204%2011.9%204q1.475%200%202.487%201.025Q15.4%206.05%2015.4%207.5q0%201.45-1.025%202.475Q13.35%2011%2011.9%2011Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/android-contacts.svg?color=%231a73e8&size=48