remote from Material Design Icons by Pictogrammers · Filled · Home Automation · Apache-2.0 Free for personal and commercial use.

Name
remote
Set
Material Design Icons
Style
Filled
Category
Home Automation
Viewbox
24×24
License
Apache 2.0
Aliases
settings-remote

The same icon in other sets

More home automation icons from Material Design Icons

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="M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A8.95 8.95 0 0 1 12 2c2.5 0 4.74 1 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 15a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m3-6H9a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1"/></svg>

React

import type { SVGProps } from "react";

export function MdiRemote(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="M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A8.95 8.95 0 0 1 12 2c2.5 0 4.74 1 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 15a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m3-6H9a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C8.96 0 6.21 1.23 4.22 3.22l1.41 1.41A8.95 8.95 0 0 1 12 2c2.5 0 4.74 1 6.36 2.64l1.41-1.41C17.79 1.23 15.04 0 12 0M7.05 6.05l1.41 1.41a5.02 5.02 0 0 1 7.08 0l1.41-1.41A6.98 6.98 0 0 0 12 4c-1.93 0-3.68.78-4.95 2.05M12 15a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m3-6H9a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V10a1 1 0 0 0-1-1"/></svg>
</template>

CSS

.icon-remote {
  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%22M12%200C8.96%200%206.21%201.23%204.22%203.22l1.41%201.41A8.95%208.95%200%200%201%2012%202c2.5%200%204.74%201%206.36%202.64l1.41-1.41C17.79%201.23%2015.04%200%2012%200M7.05%206.05l1.41%201.41a5.02%205.02%200%200%201%207.08%200l1.41-1.41A6.98%206.98%200%200%200%2012%204c-1.93%200-3.68.78-4.95%202.05M12%2015a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202a2%202%200%200%201-2%202m3-6H9a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1V10a1%201%200%200%200-1-1%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%22M12%200C8.96%200%206.21%201.23%204.22%203.22l1.41%201.41A8.95%208.95%200%200%201%2012%202c2.5%200%204.74%201%206.36%202.64l1.41-1.41C17.79%201.23%2015.04%200%2012%200M7.05%206.05l1.41%201.41a5.02%205.02%200%200%201%207.08%200l1.41-1.41A6.98%206.98%200%200%200%2012%204c-1.93%200-3.68.78-4.95%202.05M12%2015a2%202%200%200%201-2-2a2%202%200%200%201%202-2a2%202%200%200%201%202%202a2%202%200%200%201-2%202m3-6H9a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h6a1%201%200%200%200%201-1V10a1%201%200%200%200-1-1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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