mobile icon

mobile-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
mobile-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All mobile icons →

More devices icons from Reicon

Use the mobile 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="M10.168.933h3.664c.883 0 1.591 0 2.164.046c.588.048 1.099.15 1.57.39a4 4 0 0 1 1.748 1.748c.24.47.341.982.39 1.57c.046.573.046 1.28.046 2.163v9.665c0 .883 0 1.59-.047 2.163c-.048.589-.149 1.1-.389 1.57a4 4 0 0 1-1.748 1.749c-.471.24-.982.34-1.57.389c-.573.047-1.281.047-2.164.047h-3.664c-.883 0-1.591 0-2.164-.047c-.588-.048-1.099-.15-1.57-.39a4 4 0 0 1-1.748-1.747c-.24-.471-.341-.982-.39-1.57c-.046-.573-.046-1.281-.046-2.164V6.85c0-.882 0-1.59.047-2.163c.048-.588.149-1.1.389-1.57a4 4 0 0 1 1.748-1.748c.471-.24.982-.342 1.57-.39c.573-.046 1.281-.046 2.164-.046m-.418 3.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m1.25 13.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMobileFilled(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="M10.168.933h3.664c.883 0 1.591 0 2.164.046c.588.048 1.099.15 1.57.39a4 4 0 0 1 1.748 1.748c.24.47.341.982.39 1.57c.046.573.046 1.28.046 2.163v9.665c0 .883 0 1.59-.047 2.163c-.048.589-.149 1.1-.389 1.57a4 4 0 0 1-1.748 1.749c-.471.24-.982.34-1.57.389c-.573.047-1.281.047-2.164.047h-3.664c-.883 0-1.591 0-2.164-.047c-.588-.048-1.099-.15-1.57-.39a4 4 0 0 1-1.748-1.747c-.24-.471-.341-.982-.39-1.57c-.046-.573-.046-1.281-.046-2.164V6.85c0-.882 0-1.59.047-2.163c.048-.588.149-1.1.389-1.57a4 4 0 0 1 1.748-1.748c.471-.24.982-.342 1.57-.39c.573-.046 1.281-.046 2.164-.046m-.418 3.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m1.25 13.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" 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="M10.168.933h3.664c.883 0 1.591 0 2.164.046c.588.048 1.099.15 1.57.39a4 4 0 0 1 1.748 1.748c.24.47.341.982.39 1.57c.046.573.046 1.28.046 2.163v9.665c0 .883 0 1.59-.047 2.163c-.048.589-.149 1.1-.389 1.57a4 4 0 0 1-1.748 1.749c-.471.24-.982.34-1.57.389c-.573.047-1.281.047-2.164.047h-3.664c-.883 0-1.591 0-2.164-.047c-.588-.048-1.099-.15-1.57-.39a4 4 0 0 1-1.748-1.747c-.24-.471-.341-.982-.39-1.57c-.046-.573-.046-1.281-.046-2.164V6.85c0-.882 0-1.59.047-2.163c.048-.588.149-1.1.389-1.57a4 4 0 0 1 1.748-1.748c.471-.24.982-.342 1.57-.39c.573-.046 1.281-.046 2.164-.046m-.418 3.75a.75.75 0 0 1 .75-.75h3a.75.75 0 0 1 0 1.5h-3a.75.75 0 0 1-.75-.75m1.25 13.5a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-mobile-filled {
  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%22M10.168.933h3.664c.883%200%201.591%200%202.164.046c.588.048%201.099.15%201.57.39a4%204%200%200%201%201.748%201.748c.24.47.341.982.39%201.57c.046.573.046%201.28.046%202.163v9.665c0%20.883%200%201.59-.047%202.163c-.048.589-.149%201.1-.389%201.57a4%204%200%200%201-1.748%201.749c-.471.24-.982.34-1.57.389c-.573.047-1.281.047-2.164.047h-3.664c-.883%200-1.591%200-2.164-.047c-.588-.048-1.099-.15-1.57-.39a4%204%200%200%201-1.748-1.747c-.24-.471-.341-.982-.39-1.57c-.046-.573-.046-1.281-.046-2.164V6.85c0-.882%200-1.59.047-2.163c.048-.588.149-1.1.389-1.57a4%204%200%200%201%201.748-1.748c.471-.24.982-.342%201.57-.39c.573-.046%201.281-.046%202.164-.046m-.418%203.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75m1.25%2013.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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%22M10.168.933h3.664c.883%200%201.591%200%202.164.046c.588.048%201.099.15%201.57.39a4%204%200%200%201%201.748%201.748c.24.47.341.982.39%201.57c.046.573.046%201.28.046%202.163v9.665c0%20.883%200%201.59-.047%202.163c-.048.589-.149%201.1-.389%201.57a4%204%200%200%201-1.748%201.749c-.471.24-.982.34-1.57.389c-.573.047-1.281.047-2.164.047h-3.664c-.883%200-1.591%200-2.164-.047c-.588-.048-1.099-.15-1.57-.39a4%204%200%200%201-1.748-1.747c-.24-.471-.341-.982-.39-1.57c-.046-.573-.046-1.281-.046-2.164V6.85c0-.882%200-1.59.047-2.163c.048-.588.149-1.1.389-1.57a4%204%200%200%201%201.748-1.748c.471-.24.982-.342%201.57-.39c.573-.046%201.281-.046%202.164-.046m-.418%203.75a.75.75%200%200%201%20.75-.75h3a.75.75%200%200%201%200%201.5h-3a.75.75%200%200%201-.75-.75m1.25%2013.5a1%201%200%201%201%202%200a1%201%200%200%201-2%200%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/reicon/mobile-filled.svg?color=%231a73e8&size=48