contacts-outline-sharp from Material Symbols by Google · Outline Sharp · Communicate · Apache-2.0 Free for personal and commercial use.

Name
contacts-outline-sharp
Set
Material Symbols
Style
Outline Sharp
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More communicate icons from Material Symbols

Use the contacts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 23v-2h16v2zM4 3V1h16v2zm8 10q1.25 0 2.125-.875T15 10t-.875-2.125T12 7t-2.125.875T9 10t.875 2.125T12 13M2 20V4h20v16zm3.75-2q1.125-1.4 2.725-2.2T12 15t3.525.8T18.25 18H20V6H4v12zm2.95 0h6.6q-.725-.5-1.562-.75T12 17t-1.737.25T8.7 18m2.588-7.288Q11 10.425 11 10t.288-.712T12 9t.713.288T13 10t-.288.713T12 11t-.712-.288M12 12"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsContactsOutlineSharp(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="M4 23v-2h16v2zM4 3V1h16v2zm8 10q1.25 0 2.125-.875T15 10t-.875-2.125T12 7t-2.125.875T9 10t.875 2.125T12 13M2 20V4h20v16zm3.75-2q1.125-1.4 2.725-2.2T12 15t3.525.8T18.25 18H20V6H4v12zm2.95 0h6.6q-.725-.5-1.562-.75T12 17t-1.737.25T8.7 18m2.588-7.288Q11 10.425 11 10t.288-.712T12 9t.713.288T13 10t-.288.713T12 11t-.712-.288M12 12"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 23v-2h16v2zM4 3V1h16v2zm8 10q1.25 0 2.125-.875T15 10t-.875-2.125T12 7t-2.125.875T9 10t.875 2.125T12 13M2 20V4h20v16zm3.75-2q1.125-1.4 2.725-2.2T12 15t3.525.8T18.25 18H20V6H4v12zm2.95 0h6.6q-.725-.5-1.562-.75T12 17t-1.737.25T8.7 18m2.588-7.288Q11 10.425 11 10t.288-.712T12 9t.713.288T13 10t-.288.713T12 11t-.712-.288M12 12"/></svg>
</template>

CSS

.icon-contacts-outline-sharp {
  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%22M4%2023v-2h16v2zM4%203V1h16v2zm8%2010q1.25%200%202.125-.875T15%2010t-.875-2.125T12%207t-2.125.875T9%2010t.875%202.125T12%2013M2%2020V4h20v16zm3.75-2q1.125-1.4%202.725-2.2T12%2015t3.525.8T18.25%2018H20V6H4v12zm2.95%200h6.6q-.725-.5-1.562-.75T12%2017t-1.737.25T8.7%2018m2.588-7.288Q11%2010.425%2011%2010t.288-.712T12%209t.713.288T13%2010t-.288.713T12%2011t-.712-.288M12%2012%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%22M4%2023v-2h16v2zM4%203V1h16v2zm8%2010q1.25%200%202.125-.875T15%2010t-.875-2.125T12%207t-2.125.875T9%2010t.875%202.125T12%2013M2%2020V4h20v16zm3.75-2q1.125-1.4%202.725-2.2T12%2015t3.525.8T18.25%2018H20V6H4v12zm2.95%200h6.6q-.725-.5-1.562-.75T12%2017t-1.737.25T8.7%2018m2.588-7.288Q11%2010.425%2011%2010t.288-.712T12%209t.713.288T13%2010t-.288.713T12%2011t-.712-.288M12%2012%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/contacts-outline-sharp.svg?color=%231a73e8&size=48