mobile-block-sharp from Material Symbols Light by Google · Sharp · Hardware · Apache-2.0 Free for personal and commercial use.

Name
mobile-block-sharp
Set
Material Symbols Light
Style
Sharp
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
app-blocking-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

Use the mobile block icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.039 15.692q1.534 0 2.613-1.078q1.079-1.08 1.079-2.614t-1.079-2.613t-2.613-1.08q-1.535 0-2.614 1.08Q8.346 10.466 8.346 12t1.079 2.614t2.614 1.078m0-.884q-1.166 0-1.987-.822q-.821-.82-.821-1.986q0-.454.133-.857q.132-.403.397-.793l3.928 3.927q-.391.265-.794.398t-.856.133m2.277-1.158l-3.927-3.927q.39-.265.793-.398t.857-.133q1.165 0 1.986.822q.821.82.821 1.986q0 .454-.113.847q-.114.394-.417.803M6 22V2h12.077v4.83H19v3.686h-.923V22z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightMobileBlockSharp(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" d="M12.039 15.692q1.534 0 2.613-1.078q1.079-1.08 1.079-2.614t-1.079-2.613t-2.613-1.08q-1.535 0-2.614 1.08Q8.346 10.466 8.346 12t1.079 2.614t2.614 1.078m0-.884q-1.166 0-1.987-.822q-.821-.82-.821-1.986q0-.454.133-.857q.132-.403.397-.793l3.928 3.927q-.391.265-.794.398t-.856.133m2.277-1.158l-3.927-3.927q.39-.265.793-.398t.857-.133q1.165 0 1.986.822q.821.82.821 1.986q0 .454-.113.847q-.114.394-.417.803M6 22V2h12.077v4.83H19v3.686h-.923V22z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.039 15.692q1.534 0 2.613-1.078q1.079-1.08 1.079-2.614t-1.079-2.613t-2.613-1.08q-1.535 0-2.614 1.08Q8.346 10.466 8.346 12t1.079 2.614t2.614 1.078m0-.884q-1.166 0-1.987-.822q-.821-.82-.821-1.986q0-.454.133-.857q.132-.403.397-.793l3.928 3.927q-.391.265-.794.398t-.856.133m2.277-1.158l-3.927-3.927q.39-.265.793-.398t.857-.133q1.165 0 1.986.822q.821.82.821 1.986q0 .454-.113.847q-.114.394-.417.803M6 22V2h12.077v4.83H19v3.686h-.923V22z"/></svg>
</template>

CSS

.icon-mobile-block-sharp {
  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%20d%3D%22M12.039%2015.692q1.534%200%202.613-1.078q1.079-1.08%201.079-2.614t-1.079-2.613t-2.613-1.08q-1.535%200-2.614%201.08Q8.346%2010.466%208.346%2012t1.079%202.614t2.614%201.078m0-.884q-1.166%200-1.987-.822q-.821-.82-.821-1.986q0-.454.133-.857q.132-.403.397-.793l3.928%203.927q-.391.265-.794.398t-.856.133m2.277-1.158l-3.927-3.927q.39-.265.793-.398t.857-.133q1.165%200%201.986.822q.821.82.821%201.986q0%20.454-.113.847q-.114.394-.417.803M6%2022V2h12.077v4.83H19v3.686h-.923V22z%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%20d%3D%22M12.039%2015.692q1.534%200%202.613-1.078q1.079-1.08%201.079-2.614t-1.079-2.613t-2.613-1.08q-1.535%200-2.614%201.08Q8.346%2010.466%208.346%2012t1.079%202.614t2.614%201.078m0-.884q-1.166%200-1.987-.822q-.821-.82-.821-1.986q0-.454.133-.857q.132-.403.397-.793l3.928%203.927q-.391.265-.794.398t-.856.133m2.277-1.158l-3.927-3.927q.39-.265.793-.398t.857-.133q1.165%200%201.986.822q.821.82.821%201.986q0%20.454-.113.847q-.114.394-.417.803M6%2022V2h12.077v4.83H19v3.686h-.923V22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mobile-block-sharp.svg?color=%231a73e8&size=48