remote controller minimalistic icon
remote-controller-minimalistic-line-duotone from Solar by 480 Design · Line Duotone · Home · CC-BY-4.0 Attribution required.
- Name
- remote-controller-minimalistic-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
armchair-2-boldarmchair-boldbar-chair-boldbath-boldbed-boldbedside-table-2-boldbedside-table-3-boldbedside-table-4-boldbedside-table-boldchair-2-boldchair-boldchandelier-boldcloset-2-boldcloset-boldconditioner-2-boldconditioner-boldfloor-lamp-boldfloor-lamp-minimalistic-boldfridge-boldlamp-boldmirror-boldremote-controller-2-boldremote-controller-boldsmart-vacuum-cleaner-2-bold
Use the remote controller minimalistic 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 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 17H12.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5H12.0001"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarRemoteControllerMinimalisticLineDuotone(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 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 17H12.0001"/><path strokeLinecap="round" strokeLinejoin="round" d="M12 5H12.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 11C15 12.6569 13.6569 14 12 14C10.3431 14 9 12.6569 9 11C9 9.34315 10.3431 8 12 8C13.6569 8 15 9.34315 15 11Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 17H12.0001"/><path stroke-linecap="round" stroke-linejoin="round" d="M12 5H12.0001"/></g></svg> </template>
CSS
.icon-remote-controller-minimalistic-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%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011C9%209.34315%2010.3431%208%2012%208C13.6569%208%2015%209.34315%2015%2011Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2017H12.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205H12.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%2011C15%2012.6569%2013.6569%2014%2012%2014C10.3431%2014%209%2012.6569%209%2011C9%209.34315%2010.3431%208%2012%208C13.6569%208%2015%209.34315%2015%2011Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2017H12.0001%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M12%205H12.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-minimalistic-line-duotone.svg?color=%231a73e8&size=48