remote control icon

remote-control from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
remote-control
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the remote control icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12.5 2c3.3 0 4.95 0 5.975 1.025S19.5 5.7 19.5 9v6c0 3.3 0 4.95-1.025 5.975S15.8 22 12.5 22h-1c-3.3 0-4.95 0-5.975-1.025S4.5 18.3 4.5 15V9c0-3.3 0-4.95 1.025-5.975S8.2 2 11.5 2zM8 15h2m-2 3h2m4-3h2m-2 3h2"/><path d="M15 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsRemoteControl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M12.5 2c3.3 0 4.95 0 5.975 1.025S19.5 5.7 19.5 9v6c0 3.3 0 4.95-1.025 5.975S15.8 22 12.5 22h-1c-3.3 0-4.95 0-5.975-1.025S4.5 18.3 4.5 15V9c0-3.3 0-4.95 1.025-5.975S8.2 2 11.5 2zM8 15h2m-2 3h2m4-3h2m-2 3h2"/><path d="M15 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M12.5 2c3.3 0 4.95 0 5.975 1.025S19.5 5.7 19.5 9v6c0 3.3 0 4.95-1.025 5.975S15.8 22 12.5 22h-1c-3.3 0-4.95 0-5.975-1.025S4.5 18.3 4.5 15V9c0-3.3 0-4.95 1.025-5.975S8.2 2 11.5 2zM8 15h2m-2 3h2m4-3h2m-2 3h2"/><path d="M15 8a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z"/></g></svg>
</template>

CSS

.icon-remote-control {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%202c3.3%200%204.95%200%205.975%201.025S19.5%205.7%2019.5%209v6c0%203.3%200%204.95-1.025%205.975S15.8%2022%2012.5%2022h-1c-3.3%200-4.95%200-5.975-1.025S4.5%2018.3%204.5%2015V9c0-3.3%200-4.95%201.025-5.975S8.2%202%2011.5%202zM8%2015h2m-2%203h2m4-3h2m-2%203h2%22%2F%3E%3Cpath%20d%3D%22M15%208a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12.5%202c3.3%200%204.95%200%205.975%201.025S19.5%205.7%2019.5%209v6c0%203.3%200%204.95-1.025%205.975S15.8%2022%2012.5%2022h-1c-3.3%200-4.95%200-5.975-1.025S4.5%2018.3%204.5%2015V9c0-3.3%200-4.95%201.025-5.975S8.2%202%2011.5%202zM8%2015h2m-2%203h2m4-3h2m-2%203h2%22%2F%3E%3Cpath%20d%3D%22M15%208a3%203%200%201%201-6%200a3%203%200%200%201%206%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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