smartphone cast icon

smartphone-cast-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
smartphone-cast-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

Related icons in Keyline Icons

Use the smartphone cast 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-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M6 10.1678L6 6C6 3.7909 7.7909 2 10 2L16 2C18.2091 2 20 3.7909 20 6L20 18C20 20.2091 18.2091 22 16 22M11.5 6L14.5 6"/><path d="M4 18C6.2091 18 8 19.7909 8 22M4 14C8.4183 14 12 17.5817 12 22"/><path fill="currentColor" d="M5 22C5 22.5523 4.5523 23 4 23C3.4477 23 3 22.5523 3 22C3 21.4477 3.4477 21 4 21C4.5523 21 5 21.4477 5 22Z" stroke="none"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSmartphoneCastDuotone(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path strokeOpacity=".4" d="M6 10.1678L6 6C6 3.7909 7.7909 2 10 2L16 2C18.2091 2 20 3.7909 20 6L20 18C20 20.2091 18.2091 22 16 22M11.5 6L14.5 6"/><path d="M4 18C6.2091 18 8 19.7909 8 22M4 14C8.4183 14 12 17.5817 12 22"/><path fill="currentColor" d="M5 22C5 22.5523 4.5523 23 4 23C3.4477 23 3 22.5523 3 22C3 21.4477 3.4477 21 4 21C4.5523 21 5 21.4477 5 22Z" stroke="none"/></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-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-opacity=".4" d="M6 10.1678L6 6C6 3.7909 7.7909 2 10 2L16 2C18.2091 2 20 3.7909 20 6L20 18C20 20.2091 18.2091 22 16 22M11.5 6L14.5 6"/><path d="M4 18C6.2091 18 8 19.7909 8 22M4 14C8.4183 14 12 17.5817 12 22"/><path fill="currentColor" d="M5 22C5 22.5523 4.5523 23 4 23C3.4477 23 3 22.5523 3 22C3 21.4477 3.4477 21 4 21C4.5523 21 5 21.4477 5 22Z" stroke="none"/></g></svg>
</template>

CSS

.icon-smartphone-cast-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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M6%2010.1678L6%206C6%203.7909%207.7909%202%2010%202L16%202C18.2091%202%2020%203.7909%2020%206L20%2018C20%2020.2091%2018.2091%2022%2016%2022M11.5%206L14.5%206%22%2F%3E%3Cpath%20d%3D%22M4%2018C6.2091%2018%208%2019.7909%208%2022M4%2014C8.4183%2014%2012%2017.5817%2012%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2022C5%2022.5523%204.5523%2023%204%2023C3.4477%2023%203%2022.5523%203%2022C3%2021.4477%203.4477%2021%204%2021C4.5523%2021%205%2021.4477%205%2022Z%22%20stroke%3D%22none%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M6%2010.1678L6%206C6%203.7909%207.7909%202%2010%202L16%202C18.2091%202%2020%203.7909%2020%206L20%2018C20%2020.2091%2018.2091%2022%2016%2022M11.5%206L14.5%206%22%2F%3E%3Cpath%20d%3D%22M4%2018C6.2091%2018%208%2019.7909%208%2022M4%2014C8.4183%2014%2012%2017.5817%2012%2022%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%2022C5%2022.5523%204.5523%2023%204%2023C3.4477%2023%203%2022.5523%203%2022C3%2021.4477%203.4477%2021%204%2021C4.5523%2021%205%2021.4477%205%2022Z%22%20stroke%3D%22none%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/smartphone-cast-duotone.svg?color=%231a73e8&size=48