devices icon

devices-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.

Name
devices-line-duotone
Set
Solar
Style
Line Duotone
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More devices icons from Solar

Use the devices 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="M6.00879 8C6.04466 5.52043 6.22859 4.11466 7.17167 3.17157C8.34324 2 10.2289 2 14.0001 2C17.7713 2 19.657 2 20.8285 3.17157C22.0001 4.34315 22.0001 6.22876 22.0001 10V14C22.0001 17.7712 22.0001 19.6569 20.8285 20.8284C19.657 22 17.7713 22 14.0001 22H12"/><path d="M2 14.5C2 13.0955 2 12.3933 2.33706 11.8889C2.48298 11.6705 2.67048 11.483 2.88886 11.3371C3.39331 11 4.09554 11 5.5 11C6.90446 11 7.60669 11 8.11114 11.3371C8.32952 11.483 8.51702 11.6705 8.66294 11.8889C9 12.3933 9 13.0955 9 14.5V18.5C9 19.9045 9 20.6067 8.66294 21.1111C8.51702 21.3295 8.32952 21.517 8.11114 21.6629C7.60669 22 6.90446 22 5.5 22C4.09554 22 3.39331 22 2.88886 21.6629C2.67048 21.517 2.48298 21.3295 2.33706 21.1111C2 20.6067 2 19.9045 2 18.5V14.5Z" opacity=".5"/><path stroke-linecap="round" d="M17 19H12" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarDevicesLineDuotone(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="M6.00879 8C6.04466 5.52043 6.22859 4.11466 7.17167 3.17157C8.34324 2 10.2289 2 14.0001 2C17.7713 2 19.657 2 20.8285 3.17157C22.0001 4.34315 22.0001 6.22876 22.0001 10V14C22.0001 17.7712 22.0001 19.6569 20.8285 20.8284C19.657 22 17.7713 22 14.0001 22H12"/><path d="M2 14.5C2 13.0955 2 12.3933 2.33706 11.8889C2.48298 11.6705 2.67048 11.483 2.88886 11.3371C3.39331 11 4.09554 11 5.5 11C6.90446 11 7.60669 11 8.11114 11.3371C8.32952 11.483 8.51702 11.6705 8.66294 11.8889C9 12.3933 9 13.0955 9 14.5V18.5C9 19.9045 9 20.6067 8.66294 21.1111C8.51702 21.3295 8.32952 21.517 8.11114 21.6629C7.60669 22 6.90446 22 5.5 22C4.09554 22 3.39331 22 2.88886 21.6629C2.67048 21.517 2.48298 21.3295 2.33706 21.1111C2 20.6067 2 19.9045 2 18.5V14.5Z" opacity=".5"/><path strokeLinecap="round" d="M17 19H12" opacity=".5"/></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="M6.00879 8C6.04466 5.52043 6.22859 4.11466 7.17167 3.17157C8.34324 2 10.2289 2 14.0001 2C17.7713 2 19.657 2 20.8285 3.17157C22.0001 4.34315 22.0001 6.22876 22.0001 10V14C22.0001 17.7712 22.0001 19.6569 20.8285 20.8284C19.657 22 17.7713 22 14.0001 22H12"/><path d="M2 14.5C2 13.0955 2 12.3933 2.33706 11.8889C2.48298 11.6705 2.67048 11.483 2.88886 11.3371C3.39331 11 4.09554 11 5.5 11C6.90446 11 7.60669 11 8.11114 11.3371C8.32952 11.483 8.51702 11.6705 8.66294 11.8889C9 12.3933 9 13.0955 9 14.5V18.5C9 19.9045 9 20.6067 8.66294 21.1111C8.51702 21.3295 8.32952 21.517 8.11114 21.6629C7.60669 22 6.90446 22 5.5 22C4.09554 22 3.39331 22 2.88886 21.6629C2.67048 21.517 2.48298 21.3295 2.33706 21.1111C2 20.6067 2 19.9045 2 18.5V14.5Z" opacity=".5"/><path stroke-linecap="round" d="M17 19H12" opacity=".5"/></g></svg>
</template>

CSS

.icon-devices-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%20stroke-linecap%3D%22round%22%20d%3D%22M6.00879%208C6.04466%205.52043%206.22859%204.11466%207.17167%203.17157C8.34324%202%2010.2289%202%2014.0001%202C17.7713%202%2019.657%202%2020.8285%203.17157C22.0001%204.34315%2022.0001%206.22876%2022.0001%2010V14C22.0001%2017.7712%2022.0001%2019.6569%2020.8285%2020.8284C19.657%2022%2017.7713%2022%2014.0001%2022H12%22%2F%3E%3Cpath%20d%3D%22M2%2014.5C2%2013.0955%202%2012.3933%202.33706%2011.8889C2.48298%2011.6705%202.67048%2011.483%202.88886%2011.3371C3.39331%2011%204.09554%2011%205.5%2011C6.90446%2011%207.60669%2011%208.11114%2011.3371C8.32952%2011.483%208.51702%2011.6705%208.66294%2011.8889C9%2012.3933%209%2013.0955%209%2014.5V18.5C9%2019.9045%209%2020.6067%208.66294%2021.1111C8.51702%2021.3295%208.32952%2021.517%208.11114%2021.6629C7.60669%2022%206.90446%2022%205.5%2022C4.09554%2022%203.39331%2022%202.88886%2021.6629C2.67048%2021.517%202.48298%2021.3295%202.33706%2021.1111C2%2020.6067%202%2019.9045%202%2018.5V14.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2019H12%22%20opacity%3D%22.5%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%22M6.00879%208C6.04466%205.52043%206.22859%204.11466%207.17167%203.17157C8.34324%202%2010.2289%202%2014.0001%202C17.7713%202%2019.657%202%2020.8285%203.17157C22.0001%204.34315%2022.0001%206.22876%2022.0001%2010V14C22.0001%2017.7712%2022.0001%2019.6569%2020.8285%2020.8284C19.657%2022%2017.7713%2022%2014.0001%2022H12%22%2F%3E%3Cpath%20d%3D%22M2%2014.5C2%2013.0955%202%2012.3933%202.33706%2011.8889C2.48298%2011.6705%202.67048%2011.483%202.88886%2011.3371C3.39331%2011%204.09554%2011%205.5%2011C6.90446%2011%207.60669%2011%208.11114%2011.3371C8.32952%2011.483%208.51702%2011.6705%208.66294%2011.8889C9%2012.3933%209%2013.0955%209%2014.5V18.5C9%2019.9045%209%2020.6067%208.66294%2021.1111C8.51702%2021.3295%208.32952%2021.517%208.11114%2021.6629C7.60669%2022%206.90446%2022%205.5%2022C4.09554%2022%203.39331%2022%202.88886%2021.6629C2.67048%2021.517%202.48298%2021.3295%202.33706%2021.1111C2%2020.6067%202%2019.9045%202%2018.5V14.5Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M17%2019H12%22%20opacity%3D%22.5%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/devices-line-duotone.svg?color=%231a73e8&size=48