mobile contacts filled icon

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

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

Related icons in WeUI Icon

Use the mobile 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="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10.91 10.806c-.093-.03-.132-.015-.217.03c-.277.155-.956.524-1.357.732a.7.7 0 0 1-.331.085a.65.65 0 0 1-.347-.1a7.5 7.5 0 0 1-1.55-1.178a7.7 7.7 0 0 1-1.172-1.548a.67.67 0 0 1-.016-.677c.208-.408.578-1.086.733-1.355c.046-.085.061-.131.03-.216l-.655-1.74A.56.56 0 0 0 9.52 7.5c-.092 0-.2.038-.223.046A1.96 1.96 0 0 0 8 9.386c0 .24.062.462.07.516a8.65 8.65 0 0 0 2.328 4.189a8.67 8.67 0 0 0 4.195 2.325a1.965 1.965 0 0 0 2.36-1.224c.008-.023.054-.13.046-.223a.58.58 0 0 0-.347-.508l-1.743-.655z"/></svg>

React

import type { SVGProps } from "react";

export function WeuiMobileContactsFilled(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="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10.91 10.806c-.093-.03-.132-.015-.217.03c-.277.155-.956.524-1.357.732a.7.7 0 0 1-.331.085a.65.65 0 0 1-.347-.1a7.5 7.5 0 0 1-1.55-1.178a7.7 7.7 0 0 1-1.172-1.548a.67.67 0 0 1-.016-.677c.208-.408.578-1.086.733-1.355c.046-.085.061-.131.03-.216l-.655-1.74A.56.56 0 0 0 9.52 7.5c-.092 0-.2.038-.223.046A1.96 1.96 0 0 0 8 9.386c0 .24.062.462.07.516a8.65 8.65 0 0 0 2.328 4.189a8.67 8.67 0 0 0 4.195 2.325a1.965 1.965 0 0 0 2.36-1.224c.008-.023.054-.13.046-.223a.58.58 0 0 0-.347-.508l-1.743-.655z"/></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="M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm10.91 10.806c-.093-.03-.132-.015-.217.03c-.277.155-.956.524-1.357.732a.7.7 0 0 1-.331.085a.65.65 0 0 1-.347-.1a7.5 7.5 0 0 1-1.55-1.178a7.7 7.7 0 0 1-1.172-1.548a.67.67 0 0 1-.016-.677c.208-.408.578-1.086.733-1.355c.046-.085.061-.131.03-.216l-.655-1.74A.56.56 0 0 0 9.52 7.5c-.092 0-.2.038-.223.046A1.96 1.96 0 0 0 8 9.386c0 .24.062.462.07.516a8.65 8.65 0 0 0 2.328 4.189a8.67 8.67 0 0 0 4.195 2.325a1.965 1.965 0 0 0 2.36-1.224c.008-.023.054-.13.046-.223a.58.58 0 0 0-.347-.508l-1.743-.655z"/></svg>
</template>

CSS

.icon-mobile-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%22M4%203a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201v18a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1zm10.91%2010.806c-.093-.03-.132-.015-.217.03c-.277.155-.956.524-1.357.732a.7.7%200%200%201-.331.085a.65.65%200%200%201-.347-.1a7.5%207.5%200%200%201-1.55-1.178a7.7%207.7%200%200%201-1.172-1.548a.67.67%200%200%201-.016-.677c.208-.408.578-1.086.733-1.355c.046-.085.061-.131.03-.216l-.655-1.74A.56.56%200%200%200%209.52%207.5c-.092%200-.2.038-.223.046A1.96%201.96%200%200%200%208%209.386c0%20.24.062.462.07.516a8.65%208.65%200%200%200%202.328%204.189a8.67%208.67%200%200%200%204.195%202.325a1.965%201.965%200%200%200%202.36-1.224c.008-.023.054-.13.046-.223a.58.58%200%200%200-.347-.508l-1.743-.655z%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%22M4%203a1%201%200%200%201%201-1h14a1%201%200%200%201%201%201v18a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1zm10.91%2010.806c-.093-.03-.132-.015-.217.03c-.277.155-.956.524-1.357.732a.7.7%200%200%201-.331.085a.65.65%200%200%201-.347-.1a7.5%207.5%200%200%201-1.55-1.178a7.7%207.7%200%200%201-1.172-1.548a.67.67%200%200%201-.016-.677c.208-.408.578-1.086.733-1.355c.046-.085.061-.131.03-.216l-.655-1.74A.56.56%200%200%200%209.52%207.5c-.092%200-.2.038-.223.046A1.96%201.96%200%200%200%208%209.386c0%20.24.062.462.07.516a8.65%208.65%200%200%200%202.328%204.189a8.67%208.67%200%200%200%204.195%202.325a1.965%201.965%200%200%200%202.36-1.224c.008-.023.054-.13.046-.223a.58.58%200%200%200-.347-.508l-1.743-.655z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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