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

Name
mobile-outline
Set
Health Icons
Style
Outline
Category
Devices
Viewbox
48×48
License
MIT
Aliases
mobile2x-outline

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" fill-rule="evenodd" clip-rule="evenodd"><path d="m31.964 6.339l-16 .013a1 1 0 0 0-1 1l.028 34a1 1 0 0 0 1.001 1l16-.013a1 1 0 0 0 1-1.001l-.029-34a1 1 0 0 0-1-1M15.962 4.352a3 3 0 0 0-2.998 3.002l.028 34a3 3 0 0 0 3.003 2.998l16-.013a3 3 0 0 0 2.997-3.003l-.028-34a3 3 0 0 0-3.002-2.997z"/><path d="M16.964 7.351a1 1 0 0 0-.999 1l.022 27a1 1 0 0 0 1.001 1l14-.011a1 1 0 0 0 1-1.001l-.023-27a1 1 0 0 0-1-1zm6.228 20.189l.79.656l.788-.652l.016-.014c1.58-1.315 2.878-2.396 3.785-3.413s1.406-1.952 1.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025 0-2.01.439-2.652 1.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23 1.303-3.228 2.959c0 1.018.5 1.952 1.41 2.967c.911 1.018 2.217 2.1 3.806 3.416m.8 13.805a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsMobileOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="m31.964 6.339l-16 .013a1 1 0 0 0-1 1l.028 34a1 1 0 0 0 1.001 1l16-.013a1 1 0 0 0 1-1.001l-.029-34a1 1 0 0 0-1-1M15.962 4.352a3 3 0 0 0-2.998 3.002l.028 34a3 3 0 0 0 3.003 2.998l16-.013a3 3 0 0 0 2.997-3.003l-.028-34a3 3 0 0 0-3.002-2.997z"/><path d="M16.964 7.351a1 1 0 0 0-.999 1l.022 27a1 1 0 0 0 1.001 1l14-.011a1 1 0 0 0 1-1.001l-.023-27a1 1 0 0 0-1-1zm6.228 20.189l.79.656l.788-.652l.016-.014c1.58-1.315 2.878-2.396 3.785-3.413s1.406-1.952 1.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025 0-2.01.439-2.652 1.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23 1.303-3.228 2.959c0 1.018.5 1.952 1.41 2.967c.911 1.018 2.217 2.1 3.806 3.416m.8 13.805a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="m31.964 6.339l-16 .013a1 1 0 0 0-1 1l.028 34a1 1 0 0 0 1.001 1l16-.013a1 1 0 0 0 1-1.001l-.029-34a1 1 0 0 0-1-1M15.962 4.352a3 3 0 0 0-2.998 3.002l.028 34a3 3 0 0 0 3.003 2.998l16-.013a3 3 0 0 0 2.997-3.003l-.028-34a3 3 0 0 0-3.002-2.997z"/><path d="M16.964 7.351a1 1 0 0 0-.999 1l.022 27a1 1 0 0 0 1.001 1l14-.011a1 1 0 0 0 1-1.001l-.023-27a1 1 0 0 0-1-1zm6.228 20.189l.79.656l.788-.652l.016-.014c1.58-1.315 2.878-2.396 3.785-3.413s1.406-1.952 1.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025 0-2.01.439-2.652 1.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23 1.303-3.228 2.959c0 1.018.5 1.952 1.41 2.967c.911 1.018 2.217 2.1 3.806 3.416m.8 13.805a2 2 0 1 0-.003-4a2 2 0 0 0 .003 4"/></g></svg>
</template>

CSS

.icon-mobile-outline {
  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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m31.964%206.339l-16%20.013a1%201%200%200%200-1%201l.028%2034a1%201%200%200%200%201.001%201l16-.013a1%201%200%200%200%201-1.001l-.029-34a1%201%200%200%200-1-1M15.962%204.352a3%203%200%200%200-2.998%203.002l.028%2034a3%203%200%200%200%203.003%202.998l16-.013a3%203%200%200%200%202.997-3.003l-.028-34a3%203%200%200%200-3.002-2.997z%22%2F%3E%3Cpath%20d%3D%22M16.964%207.351a1%201%200%200%200-.999%201l.022%2027a1%201%200%200%200%201.001%201l14-.011a1%201%200%200%200%201-1.001l-.023-27a1%201%200%200%200-1-1zm6.228%2020.189l.79.656l.788-.652l.016-.014c1.58-1.315%202.878-2.396%203.785-3.413s1.406-1.952%201.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025%200-2.01.439-2.652%201.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23%201.303-3.228%202.959c0%201.018.5%201.952%201.41%202.967c.911%201.018%202.217%202.1%203.806%203.416m.8%2013.805a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m31.964%206.339l-16%20.013a1%201%200%200%200-1%201l.028%2034a1%201%200%200%200%201.001%201l16-.013a1%201%200%200%200%201-1.001l-.029-34a1%201%200%200%200-1-1M15.962%204.352a3%203%200%200%200-2.998%203.002l.028%2034a3%203%200%200%200%203.003%202.998l16-.013a3%203%200%200%200%202.997-3.003l-.028-34a3%203%200%200%200-3.002-2.997z%22%2F%3E%3Cpath%20d%3D%22M16.964%207.351a1%201%200%200%200-.999%201l.022%2027a1%201%200%200%200%201.001%201l14-.011a1%201%200%200%200%201-1.001l-.023-27a1%201%200%200%200-1-1zm6.228%2020.189l.79.656l.788-.652l.016-.014c1.58-1.315%202.878-2.396%203.785-3.413s1.406-1.952%201.405-2.97c-.002-1.656-1.423-2.954-3.233-2.953c-1.025%200-2.01.439-2.652%201.13l-.117.125l-.117-.126c-.643-.69-1.629-1.125-2.653-1.125c-1.81.002-3.23%201.303-3.228%202.959c0%201.018.5%201.952%201.41%202.967c.911%201.018%202.217%202.1%203.806%203.416m.8%2013.805a2%202%200%201%200-.003-4a2%202%200%200%200%20.003%204%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-outline.svg?color=%231a73e8&size=48