smartphone 2 icon

smartphone-2-bold from Solar by 480 Design · Bold · Devices · CC-BY-4.0 Attribution required.

Name
smartphone-2-bold
Set
Solar
Style
Bold
Category
Devices
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More devices icons from Solar

Use the smartphone 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22C15.7712 22 17.6569 22 18.8284 20.8284C20 19.6569 20 17.7712 20 14V10C20 6.22876 20 4.34315 18.8284 3.17157C17.6569 2 15.7712 2 12 2C8.22876 2 6.34315 2 5.17157 3.17157ZM9 4.25C8.58579 4.25 8.25 4.58579 8.25 5C8.25 5.41421 8.58579 5.75 9 5.75H15C15.4142 5.75 15.75 5.41421 15.75 5C15.75 4.58579 15.4142 4.25 15 4.25H9ZM12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function SolarSmartphone2Bold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22C15.7712 22 17.6569 22 18.8284 20.8284C20 19.6569 20 17.7712 20 14V10C20 6.22876 20 4.34315 18.8284 3.17157C17.6569 2 15.7712 2 12 2C8.22876 2 6.34315 2 5.17157 3.17157ZM9 4.25C8.58579 4.25 8.25 4.58579 8.25 5C8.25 5.41421 8.58579 5.75 9 5.75H15C15.4142 5.75 15.75 5.41421 15.75 5C15.75 4.58579 15.4142 4.25 15 4.25H9ZM12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.17157 3.17157C4 4.34315 4 6.22876 4 10V14C4 17.7712 4 19.6569 5.17157 20.8284C6.34315 22 8.22876 22 12 22C15.7712 22 17.6569 22 18.8284 20.8284C20 19.6569 20 17.7712 20 14V10C20 6.22876 20 4.34315 18.8284 3.17157C17.6569 2 15.7712 2 12 2C8.22876 2 6.34315 2 5.17157 3.17157ZM9 4.25C8.58579 4.25 8.25 4.58579 8.25 5C8.25 5.41421 8.58579 5.75 9 5.75H15C15.4142 5.75 15.75 5.41421 15.75 5C15.75 4.58579 15.4142 4.25 15 4.25H9ZM12 19C13.1046 19 14 18.1046 14 17C14 15.8954 13.1046 15 12 15C10.8954 15 10 15.8954 10 17C10 18.1046 10.8954 19 12 19Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-smartphone-2-bold {
  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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.17157%203.17157C4%204.34315%204%206.22876%204%2010V14C4%2017.7712%204%2019.6569%205.17157%2020.8284C6.34315%2022%208.22876%2022%2012%2022C15.7712%2022%2017.6569%2022%2018.8284%2020.8284C20%2019.6569%2020%2017.7712%2020%2014V10C20%206.22876%2020%204.34315%2018.8284%203.17157C17.6569%202%2015.7712%202%2012%202C8.22876%202%206.34315%202%205.17157%203.17157ZM9%204.25C8.58579%204.25%208.25%204.58579%208.25%205C8.25%205.41421%208.58579%205.75%209%205.75H15C15.4142%205.75%2015.75%205.41421%2015.75%205C15.75%204.58579%2015.4142%204.25%2015%204.25H9ZM12%2019C13.1046%2019%2014%2018.1046%2014%2017C14%2015.8954%2013.1046%2015%2012%2015C10.8954%2015%2010%2015.8954%2010%2017C10%2018.1046%2010.8954%2019%2012%2019Z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M5.17157%203.17157C4%204.34315%204%206.22876%204%2010V14C4%2017.7712%204%2019.6569%205.17157%2020.8284C6.34315%2022%208.22876%2022%2012%2022C15.7712%2022%2017.6569%2022%2018.8284%2020.8284C20%2019.6569%2020%2017.7712%2020%2014V10C20%206.22876%2020%204.34315%2018.8284%203.17157C17.6569%202%2015.7712%202%2012%202C8.22876%202%206.34315%202%205.17157%203.17157ZM9%204.25C8.58579%204.25%208.25%204.58579%208.25%205C8.25%205.41421%208.58579%205.75%209%205.75H15C15.4142%205.75%2015.75%205.41421%2015.75%205C15.75%204.58579%2015.4142%204.25%2015%204.25H9ZM12%2019C13.1046%2019%2014%2018.1046%2014%2017C14%2015.8954%2013.1046%2015%2012%2015C10.8954%2015%2010%2015.8954%2010%2017C10%2018.1046%2010.8954%2019%2012%2019Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/smartphone-2-bold.svg?color=%231a73e8&size=48