mobile from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
mobile
Set
Health Icons
Style
Filled
Category
Devices
Viewbox
48×48
License
MIT

3 other variants in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the mobile icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M12.967 7.005A3 3 0 0 1 15.96 4l15.973-.026a3 3 0 0 1 3.005 2.995l.055 33.987A3 3 0 0 1 32 43.96l-15.972.026a3 3 0 0 1-3.005-2.995zm1.999.997a2 2 0 0 1 1.996-2.004l13.978-.022a2 2 0 0 1 2.003 1.996l.044 26.99a2 2 0 0 1-1.997 2.003l-13.977.023a2 2 0 0 1-2.003-1.996zm9.044 33.973a1.998 1.998 0 1 0-.008-3.997a1.998 1.998 0 0 0 .008 3.996" clip-rule="evenodd"/><path d="M23.192 27.54c-1.589-1.316-2.895-2.398-3.806-3.416c-.91-1.015-1.41-1.95-1.41-2.967c-.002-1.656 1.418-2.957 3.228-2.959c1.024 0 2.01.436 2.653 1.125l.117.126l.117-.126c.642-.69 1.627-1.128 2.652-1.129c1.81-.002 3.231 1.297 3.233 2.953c0 1.018-.497 1.953-1.405 2.97c-.907 1.017-2.206 2.098-3.785 3.413l-.016.014l-.788.652z"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMobile(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M12.967 7.005A3 3 0 0 1 15.96 4l15.973-.026a3 3 0 0 1 3.005 2.995l.055 33.987A3 3 0 0 1 32 43.96l-15.972.026a3 3 0 0 1-3.005-2.995zm1.999.997a2 2 0 0 1 1.996-2.004l13.978-.022a2 2 0 0 1 2.003 1.996l.044 26.99a2 2 0 0 1-1.997 2.003l-13.977.023a2 2 0 0 1-2.003-1.996zm9.044 33.973a1.998 1.998 0 1 0-.008-3.997a1.998 1.998 0 0 0 .008 3.996" clipRule="evenodd"/><path d="M23.192 27.54c-1.589-1.316-2.895-2.398-3.806-3.416c-.91-1.015-1.41-1.95-1.41-2.967c-.002-1.656 1.418-2.957 3.228-2.959c1.024 0 2.01.436 2.653 1.125l.117.126l.117-.126c.642-.69 1.627-1.128 2.652-1.129c1.81-.002 3.231 1.297 3.233 2.953c0 1.018-.497 1.953-1.405 2.97c-.907 1.017-2.206 2.098-3.785 3.413l-.016.014l-.788.652z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M12.967 7.005A3 3 0 0 1 15.96 4l15.973-.026a3 3 0 0 1 3.005 2.995l.055 33.987A3 3 0 0 1 32 43.96l-15.972.026a3 3 0 0 1-3.005-2.995zm1.999.997a2 2 0 0 1 1.996-2.004l13.978-.022a2 2 0 0 1 2.003 1.996l.044 26.99a2 2 0 0 1-1.997 2.003l-13.977.023a2 2 0 0 1-2.003-1.996zm9.044 33.973a1.998 1.998 0 1 0-.008-3.997a1.998 1.998 0 0 0 .008 3.996" clip-rule="evenodd"/><path d="M23.192 27.54c-1.589-1.316-2.895-2.398-3.806-3.416c-.91-1.015-1.41-1.95-1.41-2.967c-.002-1.656 1.418-2.957 3.228-2.959c1.024 0 2.01.436 2.653 1.125l.117.126l.117-.126c.642-.69 1.627-1.128 2.652-1.129c1.81-.002 3.231 1.297 3.233 2.953c0 1.018-.497 1.953-1.405 2.97c-.907 1.017-2.206 2.098-3.785 3.413l-.016.014l-.788.652z"/></g></svg>
</template>

CSS

.icon-mobile {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.967%207.005A3%203%200%200%201%2015.96%204l15.973-.026a3%203%200%200%201%203.005%202.995l.055%2033.987A3%203%200%200%201%2032%2043.96l-15.972.026a3%203%200%200%201-3.005-2.995zm1.999.997a2%202%200%200%201%201.996-2.004l13.978-.022a2%202%200%200%201%202.003%201.996l.044%2026.99a2%202%200%200%201-1.997%202.003l-13.977.023a2%202%200%200%201-2.003-1.996zm9.044%2033.973a1.998%201.998%200%201%200-.008-3.997a1.998%201.998%200%200%200%20.008%203.996%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.192%2027.54c-1.589-1.316-2.895-2.398-3.806-3.416c-.91-1.015-1.41-1.95-1.41-2.967c-.002-1.656%201.418-2.957%203.228-2.959c1.024%200%202.01.436%202.653%201.125l.117.126l.117-.126c.642-.69%201.627-1.128%202.652-1.129c1.81-.002%203.231%201.297%203.233%202.953c0%201.018-.497%201.953-1.405%202.97c-.907%201.017-2.206%202.098-3.785%203.413l-.016.014l-.788.652z%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M12.967%207.005A3%203%200%200%201%2015.96%204l15.973-.026a3%203%200%200%201%203.005%202.995l.055%2033.987A3%203%200%200%201%2032%2043.96l-15.972.026a3%203%200%200%201-3.005-2.995zm1.999.997a2%202%200%200%201%201.996-2.004l13.978-.022a2%202%200%200%201%202.003%201.996l.044%2026.99a2%202%200%200%201-1.997%202.003l-13.977.023a2%202%200%200%201-2.003-1.996zm9.044%2033.973a1.998%201.998%200%201%200-.008-3.997a1.998%201.998%200%200%200%20.008%203.996%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M23.192%2027.54c-1.589-1.316-2.895-2.398-3.806-3.416c-.91-1.015-1.41-1.95-1.41-2.967c-.002-1.656%201.418-2.957%203.228-2.959c1.024%200%202.01.436%202.653%201.125l.117.126l.117-.126c.642-.69%201.627-1.128%202.652-1.129c1.81-.002%203.231%201.297%203.233%202.953c0%201.018-.497%201.953-1.405%202.97c-.907%201.017-2.206%202.098-3.785%203.413l-.016.014l-.788.652z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/mobile.svg?color=%231a73e8&size=48