contacts filled icon

contacts-filled from WeUI Icon by WeUI · Filled · MIT Free for personal and commercial use.

Name
contacts-filled
Set
WeUI Icon
Style
Filled
Viewbox
24×24
License
MIT

Use the contacts filled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1 20v-.685c0-.685.498-1.483 1.114-1.784l5.66-2.762c.821-.4 1.012-1.288.42-1.99l-.362-.429C7.096 11.478 6.5 9.85 6.5 8.71V7a4 4 0 0 1 8 0v1.71c0 1.14-.6 2.773-1.332 3.642l-.361.428c-.59.699-.406 1.588.419 1.99l5.66 2.762c.615.3 1.114 1.093 1.114 1.783V20a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1m19-5.5h3V16h-3zm-2-3h5V13h-5zm-2-3h7V10h-7z"/></svg>

React

import type { SVGProps } from "react";

export function WeuiContactsFilled(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" fillRule="evenodd" d="M1 20v-.685c0-.685.498-1.483 1.114-1.784l5.66-2.762c.821-.4 1.012-1.288.42-1.99l-.362-.429C7.096 11.478 6.5 9.85 6.5 8.71V7a4 4 0 0 1 8 0v1.71c0 1.14-.6 2.773-1.332 3.642l-.361.428c-.59.699-.406 1.588.419 1.99l5.66 2.762c.615.3 1.114 1.093 1.114 1.783V20a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1m19-5.5h3V16h-3zm-2-3h5V13h-5zm-2-3h7V10h-7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1 20v-.685c0-.685.498-1.483 1.114-1.784l5.66-2.762c.821-.4 1.012-1.288.42-1.99l-.362-.429C7.096 11.478 6.5 9.85 6.5 8.71V7a4 4 0 0 1 8 0v1.71c0 1.14-.6 2.773-1.332 3.642l-.361.428c-.59.699-.406 1.588.419 1.99l5.66 2.762c.615.3 1.114 1.093 1.114 1.783V20a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1m19-5.5h3V16h-3zm-2-3h5V13h-5zm-2-3h7V10h-7z"/></svg>
</template>

CSS

.icon-contacts-filled {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2020v-.685c0-.685.498-1.483%201.114-1.784l5.66-2.762c.821-.4%201.012-1.288.42-1.99l-.362-.429C7.096%2011.478%206.5%209.85%206.5%208.71V7a4%204%200%200%201%208%200v1.71c0%201.14-.6%202.773-1.332%203.642l-.361.428c-.59.699-.406%201.588.419%201.99l5.66%202.762c.615.3%201.114%201.093%201.114%201.783V20a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1m19-5.5h3V16h-3zm-2-3h5V13h-5zm-2-3h7V10h-7z%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1%2020v-.685c0-.685.498-1.483%201.114-1.784l5.66-2.762c.821-.4%201.012-1.288.42-1.99l-.362-.429C7.096%2011.478%206.5%209.85%206.5%208.71V7a4%204%200%200%201%208%200v1.71c0%201.14-.6%202.773-1.332%203.642l-.361.428c-.59.699-.406%201.588.419%201.99l5.66%202.762c.615.3%201.114%201.093%201.114%201.783V20a1%201%200%200%201-1%201H2a1%201%200%200%201-1-1m19-5.5h3V16h-3zm-2-3h5V13h-5zm-2-3h7V10h-7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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