remote-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
remote-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

The same icon in other sets

Related icons in MingCute Icon

Use the remote icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 12a3 3 0 0 1 3 3v6c0 .552-.45 1-1.003 1H6a1 1 0 0 1-1-1v-6a3 3 0 0 1 3-3zm-5 4a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2zm1-8a5 5 0 0 1 2.858.896a1 1 0 0 1-1.145 1.641A3 3 0 0 0 12 10c-.638 0-1.227.199-1.713.537a1 1 0 0 1-1.144-1.64A5 5 0 0 1 12 8m0-3a7.97 7.97 0 0 1 5.06 1.803a1 1 0 0 1-1.266 1.549A5.97 5.97 0 0 0 12 7a5.97 5.97 0 0 0-3.792 1.35A1 1 0 0 1 6.943 6.8A7.97 7.97 0 0 1 12 5m0-3c2.757 0 5.28 1.016 7.21 2.691a1 1 0 0 1-1.312 1.51A8.96 8.96 0 0 0 12 4c-2.258 0-4.32.831-5.9 2.205a1 1 0 0 1-1.312-1.51A10.96 10.96 0 0 1 12 2"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteRemoteFill(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="M16 12a3 3 0 0 1 3 3v6c0 .552-.45 1-1.003 1H6a1 1 0 0 1-1-1v-6a3 3 0 0 1 3-3zm-5 4a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2zm1-8a5 5 0 0 1 2.858.896a1 1 0 0 1-1.145 1.641A3 3 0 0 0 12 10c-.638 0-1.227.199-1.713.537a1 1 0 0 1-1.144-1.64A5 5 0 0 1 12 8m0-3a7.97 7.97 0 0 1 5.06 1.803a1 1 0 0 1-1.266 1.549A5.97 5.97 0 0 0 12 7a5.97 5.97 0 0 0-3.792 1.35A1 1 0 0 1 6.943 6.8A7.97 7.97 0 0 1 12 5m0-3c2.757 0 5.28 1.016 7.21 2.691a1 1 0 0 1-1.312 1.51A8.96 8.96 0 0 0 12 4c-2.258 0-4.32.831-5.9 2.205a1 1 0 0 1-1.312-1.51A10.96 10.96 0 0 1 12 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 12a3 3 0 0 1 3 3v6c0 .552-.45 1-1.003 1H6a1 1 0 0 1-1-1v-6a3 3 0 0 1 3-3zm-5 4a1 1 0 1 0 0 2h2a1 1 0 0 0 0-2zm1-8a5 5 0 0 1 2.858.896a1 1 0 0 1-1.145 1.641A3 3 0 0 0 12 10c-.638 0-1.227.199-1.713.537a1 1 0 0 1-1.144-1.64A5 5 0 0 1 12 8m0-3a7.97 7.97 0 0 1 5.06 1.803a1 1 0 0 1-1.266 1.549A5.97 5.97 0 0 0 12 7a5.97 5.97 0 0 0-3.792 1.35A1 1 0 0 1 6.943 6.8A7.97 7.97 0 0 1 12 5m0-3c2.757 0 5.28 1.016 7.21 2.691a1 1 0 0 1-1.312 1.51A8.96 8.96 0 0 0 12 4c-2.258 0-4.32.831-5.9 2.205a1 1 0 0 1-1.312-1.51A10.96 10.96 0 0 1 12 2"/></svg>
</template>

CSS

.icon-remote-fill {
  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%22M16%2012a3%203%200%200%201%203%203v6c0%20.552-.45%201-1.003%201H6a1%201%200%200%201-1-1v-6a3%203%200%200%201%203-3zm-5%204a1%201%200%201%200%200%202h2a1%201%200%200%200%200-2zm1-8a5%205%200%200%201%202.858.896a1%201%200%200%201-1.145%201.641A3%203%200%200%200%2012%2010c-.638%200-1.227.199-1.713.537a1%201%200%200%201-1.144-1.64A5%205%200%200%201%2012%208m0-3a7.97%207.97%200%200%201%205.06%201.803a1%201%200%200%201-1.266%201.549A5.97%205.97%200%200%200%2012%207a5.97%205.97%200%200%200-3.792%201.35A1%201%200%200%201%206.943%206.8A7.97%207.97%200%200%201%2012%205m0-3c2.757%200%205.28%201.016%207.21%202.691a1%201%200%200%201-1.312%201.51A8.96%208.96%200%200%200%2012%204c-2.258%200-4.32.831-5.9%202.205a1%201%200%200%201-1.312-1.51A10.96%2010.96%200%200%201%2012%202%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%22M16%2012a3%203%200%200%201%203%203v6c0%20.552-.45%201-1.003%201H6a1%201%200%200%201-1-1v-6a3%203%200%200%201%203-3zm-5%204a1%201%200%201%200%200%202h2a1%201%200%200%200%200-2zm1-8a5%205%200%200%201%202.858.896a1%201%200%200%201-1.145%201.641A3%203%200%200%200%2012%2010c-.638%200-1.227.199-1.713.537a1%201%200%200%201-1.144-1.64A5%205%200%200%201%2012%208m0-3a7.97%207.97%200%200%201%205.06%201.803a1%201%200%200%201-1.266%201.549A5.97%205.97%200%200%200%2012%207a5.97%205.97%200%200%200-3.792%201.35A1%201%200%200%201%206.943%206.8A7.97%207.97%200%200%201%2012%205m0-3c2.757%200%205.28%201.016%207.21%202.691a1%201%200%200%201-1.312%201.51A8.96%208.96%200%200%200%2012%204c-2.258%200-4.32.831-5.9%202.205a1%201%200%200%201-1.312-1.51A10.96%2010.96%200%200%201%2012%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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