android contacts icon
android-contacts-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- android-contacts-outline
- Set
- Material Symbols
- Style
- Outline
- 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.7Zm0-2h11.2q.15 0 .275-.125Q18 17.75 18 17.6v-1.175q0-.625-1.788-1.525q-1.787-.9-4.312-.9q-2.575 0-4.237.9Q6 15.8 6 16.45v1.15q0 .15.125.275Q6.25 18 6.4 18Zm5.5-7q-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 11Zm0-2q.625 0 1.063-.438q.437-.437.437-1.062t-.437-1.062Q12.525 6 11.9 6t-1.062.438Q10.4 6.875 10.4 7.5t.438 1.062Q11.275 9 11.9 9Zm0-1.5ZM12 14Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAndroidContactsOutline(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.7Zm0-2h11.2q.15 0 .275-.125Q18 17.75 18 17.6v-1.175q0-.625-1.788-1.525q-1.787-.9-4.312-.9q-2.575 0-4.237.9Q6 15.8 6 16.45v1.15q0 .15.125.275Q6.25 18 6.4 18Zm5.5-7q-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 11Zm0-2q.625 0 1.063-.438q.437-.437.437-1.062t-.437-1.062Q12.525 6 11.9 6t-1.062.438Q10.4 6.875 10.4 7.5t.438 1.062Q11.275 9 11.9 9Zm0-1.5ZM12 14Z"/></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.7Zm0-2h11.2q.15 0 .275-.125Q18 17.75 18 17.6v-1.175q0-.625-1.788-1.525q-1.787-.9-4.312-.9q-2.575 0-4.237.9Q6 15.8 6 16.45v1.15q0 .15.125.275Q6.25 18 6.4 18Zm5.5-7q-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 11Zm0-2q.625 0 1.063-.438q.437-.437.437-1.062t-.437-1.062Q12.525 6 11.9 6t-1.062.438Q10.4 6.875 10.4 7.5t.438 1.062Q11.275 9 11.9 9Zm0-1.5ZM12 14Z"/></svg> </template>
CSS
.icon-android-contacts-outline {
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.7Zm0-2h11.2q.15%200%20.275-.125Q18%2017.75%2018%2017.6v-1.175q0-.625-1.788-1.525q-1.787-.9-4.312-.9q-2.575%200-4.237.9Q6%2015.8%206%2016.45v1.15q0%20.15.125.275Q6.25%2018%206.4%2018Zm5.5-7q-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%2011Zm0-2q.625%200%201.063-.438q.437-.437.437-1.062t-.437-1.062Q12.525%206%2011.9%206t-1.062.438Q10.4%206.875%2010.4%207.5t.438%201.062Q11.275%209%2011.9%209Zm0-1.5ZM12%2014Z%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.7Zm0-2h11.2q.15%200%20.275-.125Q18%2017.75%2018%2017.6v-1.175q0-.625-1.788-1.525q-1.787-.9-4.312-.9q-2.575%200-4.237.9Q6%2015.8%206%2016.45v1.15q0%20.15.125.275Q6.25%2018%206.4%2018Zm5.5-7q-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%2011Zm0-2q.625%200%201.063-.438q.437-.437.437-1.062t-.437-1.062Q12.525%206%2011.9%206t-1.062.438Q10.4%206.875%2010.4%207.5t.438%201.062Q11.275%209%2011.9%209Zm0-1.5ZM12%2014Z%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-outline.svg?color=%231a73e8&size=48