remote controller minimalistic icon
remote-controller-minimalistic-broken from Solar by 480 Design · Broken · Home · CC-BY-4.0 Attribution required.
- Name
- remote-controller-minimalistic-broken
- Set
- Solar
- Style
- Broken
- 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 stroke-linecap="round" d="M19 15V9C19 6.19108 19 4.78661 18.3259 3.77772C18.034 3.34096 17.659 2.96596 17.2223 2.67412C16.2134 2 14.8089 2 12 2C9.19108 2 7.78661 2 6.77772 2.67412C6.34096 2.96596 5.96596 3.34096 5.67412 3.77772C5.08522 4.65907 5.01077 5.8423 5.00136 8M18.8096 19C18.7098 19.4816 18.5577 19.8753 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 15V12"/><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 SolarRemoteControllerMinimalisticBroken(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="M19 15V9C19 6.19108 19 4.78661 18.3259 3.77772C18.034 3.34096 17.659 2.96596 17.2223 2.67412C16.2134 2 14.8089 2 12 2C9.19108 2 7.78661 2 6.77772 2.67412C6.34096 2.96596 5.96596 3.34096 5.67412 3.77772C5.08522 4.65907 5.01077 5.8423 5.00136 8M18.8096 19C18.7098 19.4816 18.5577 19.8753 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 15V12"/><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 stroke-linecap="round" d="M19 15V9C19 6.19108 19 4.78661 18.3259 3.77772C18.034 3.34096 17.659 2.96596 17.2223 2.67412C16.2134 2 14.8089 2 12 2C9.19108 2 7.78661 2 6.77772 2.67412C6.34096 2.96596 5.96596 3.34096 5.67412 3.77772C5.08522 4.65907 5.01077 5.8423 5.00136 8M18.8096 19C18.7098 19.4816 18.5577 19.8753 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 15V12"/><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-broken {
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%22M19%2015V9C19%206.19108%2019%204.78661%2018.3259%203.77772C18.034%203.34096%2017.659%202.96596%2017.2223%202.67412C16.2134%202%2014.8089%202%2012%202C9.19108%202%207.78661%202%206.77772%202.67412C6.34096%202.96596%205.96596%203.34096%205.67412%203.77772C5.08522%204.65907%205.01077%205.8423%205.00136%208M18.8096%2019C18.7098%2019.4816%2018.5577%2019.8753%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%2015V12%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%20stroke-linecap%3D%22round%22%20d%3D%22M19%2015V9C19%206.19108%2019%204.78661%2018.3259%203.77772C18.034%203.34096%2017.659%202.96596%2017.2223%202.67412C16.2134%202%2014.8089%202%2012%202C9.19108%202%207.78661%202%206.77772%202.67412C6.34096%202.96596%205.96596%203.34096%205.67412%203.77772C5.08522%204.65907%205.01077%205.8423%205.00136%208M18.8096%2019C18.7098%2019.4816%2018.5577%2019.8753%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%2015V12%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-broken.svg?color=%231a73e8&size=48