remote controller icon

remote-controller-line-duotone from Solar by 480 Design · Line Duotone · Home · CC-BY-4.0 Attribution required.

Name
remote-controller-line-duotone
Set
Solar
Style
Line Duotone
Category
Home
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More home icons from Solar

Use the remote controller 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 d="M5 9C5 6.19108 5 4.78661 5.67412 3.77772C5.96596 3.34096 6.34096 2.96596 6.77772 2.67412C7.78661 2 9.19108 2 12 2C14.8089 2 16.2134 2 17.2223 2.67412C17.659 2.96596 18.034 3.34096 18.3259 3.77772C19 4.78661 19 6.19108 19 9V15C19 17.8089 19 19.2134 18.3259 20.2223C18.034 20.659 17.659 21.034 17.2223 21.3259C16.2134 22 14.8089 22 12 22C9.19108 22 7.78661 22 6.77772 21.3259C6.34096 21.034 5.96596 20.659 5.67412 20.2223C5 19.2134 5 17.8089 5 15V9Z" opacity=".5"/><path d="M15 15.5C15 17.1569 13.6569 18.5 12 18.5C10.3431 18.5 9 17.1569 9 15.5C9 13.8431 10.3431 12.5 12 12.5C13.6569 12.5 15 13.8431 15 15.5Z"/><path stroke-linecap="round" d="M9 5.5H15"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 9H9.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 9H15.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9H12.0001"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarRemoteControllerLineDuotone(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 d="M5 9C5 6.19108 5 4.78661 5.67412 3.77772C5.96596 3.34096 6.34096 2.96596 6.77772 2.67412C7.78661 2 9.19108 2 12 2C14.8089 2 16.2134 2 17.2223 2.67412C17.659 2.96596 18.034 3.34096 18.3259 3.77772C19 4.78661 19 6.19108 19 9V15C19 17.8089 19 19.2134 18.3259 20.2223C18.034 20.659 17.659 21.034 17.2223 21.3259C16.2134 22 14.8089 22 12 22C9.19108 22 7.78661 22 6.77772 21.3259C6.34096 21.034 5.96596 20.659 5.67412 20.2223C5 19.2134 5 17.8089 5 15V9Z" opacity=".5"/><path d="M15 15.5C15 17.1569 13.6569 18.5 12 18.5C10.3431 18.5 9 17.1569 9 15.5C9 13.8431 10.3431 12.5 12 12.5C13.6569 12.5 15 13.8431 15 15.5Z"/><path strokeLinecap="round" d="M9 5.5H15"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 9H9.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M15 9H15.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 9H12.0001"/></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 d="M5 9C5 6.19108 5 4.78661 5.67412 3.77772C5.96596 3.34096 6.34096 2.96596 6.77772 2.67412C7.78661 2 9.19108 2 12 2C14.8089 2 16.2134 2 17.2223 2.67412C17.659 2.96596 18.034 3.34096 18.3259 3.77772C19 4.78661 19 6.19108 19 9V15C19 17.8089 19 19.2134 18.3259 20.2223C18.034 20.659 17.659 21.034 17.2223 21.3259C16.2134 22 14.8089 22 12 22C9.19108 22 7.78661 22 6.77772 21.3259C6.34096 21.034 5.96596 20.659 5.67412 20.2223C5 19.2134 5 17.8089 5 15V9Z" opacity=".5"/><path d="M15 15.5C15 17.1569 13.6569 18.5 12 18.5C10.3431 18.5 9 17.1569 9 15.5C9 13.8431 10.3431 12.5 12 12.5C13.6569 12.5 15 13.8431 15 15.5Z"/><path stroke-linecap="round" d="M9 5.5H15"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 9H9.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M15 9H15.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 9H12.0001"/></g></svg>
</template>

CSS

.icon-remote-controller-line-duotone {
  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%20d%3D%22M5%209C5%206.19108%205%204.78661%205.67412%203.77772C5.96596%203.34096%206.34096%202.96596%206.77772%202.67412C7.78661%202%209.19108%202%2012%202C14.8089%202%2016.2134%202%2017.2223%202.67412C17.659%202.96596%2018.034%203.34096%2018.3259%203.77772C19%204.78661%2019%206.19108%2019%209V15C19%2017.8089%2019%2019.2134%2018.3259%2020.2223C18.034%2020.659%2017.659%2021.034%2017.2223%2021.3259C16.2134%2022%2014.8089%2022%2012%2022C9.19108%2022%207.78661%2022%206.77772%2021.3259C6.34096%2021.034%205.96596%2020.659%205.67412%2020.2223C5%2019.2134%205%2017.8089%205%2015V9Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2015.5C15%2017.1569%2013.6569%2018.5%2012%2018.5C10.3431%2018.5%209%2017.1569%209%2015.5C9%2013.8431%2010.3431%2012.5%2012%2012.5C13.6569%2012.5%2015%2013.8431%2015%2015.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%205.5H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209H9.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%209H15.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209H12.0001%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%20d%3D%22M5%209C5%206.19108%205%204.78661%205.67412%203.77772C5.96596%203.34096%206.34096%202.96596%206.77772%202.67412C7.78661%202%209.19108%202%2012%202C14.8089%202%2016.2134%202%2017.2223%202.67412C17.659%202.96596%2018.034%203.34096%2018.3259%203.77772C19%204.78661%2019%206.19108%2019%209V15C19%2017.8089%2019%2019.2134%2018.3259%2020.2223C18.034%2020.659%2017.659%2021.034%2017.2223%2021.3259C16.2134%2022%2014.8089%2022%2012%2022C9.19108%2022%207.78661%2022%206.77772%2021.3259C6.34096%2021.034%205.96596%2020.659%205.67412%2020.2223C5%2019.2134%205%2017.8089%205%2015V9Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%2015.5C15%2017.1569%2013.6569%2018.5%2012%2018.5C10.3431%2018.5%209%2017.1569%209%2015.5C9%2013.8431%2010.3431%2012.5%2012%2012.5C13.6569%2012.5%2015%2013.8431%2015%2015.5Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M9%205.5H15%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%209H9.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15%209H15.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%209H12.0001%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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