monitor phone icon
monitor-phone from Reicon by REICON · Outline · Devices · MIT Free for personal and commercial use.
- Name
- monitor-phone
- Set
- Reicon
- Style
- Outline
- Category
- Devices
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More devices icons from Reicon
Use the monitor phone 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="M9.944 1.25h5.59c1.139 0 2.04 0 2.766.062c.743.063 1.37.195 1.94.499a4.75 4.75 0 0 1 1.95 1.95c.303.569.435 1.196.498 1.939c.062.725.062 1.627.062 2.766V8.5a.75.75 0 0 1-1.5 0c0-1.18 0-2.018-.056-2.673c-.055-.646-.16-1.044-.328-1.359a3.25 3.25 0 0 0-1.334-1.334c-.315-.168-.713-.273-1.359-.328c-.655-.055-1.493-.056-2.673-.056H10c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29v1q-.001.687.004 1.25H11a.75.75 0 0 1 0 1.5H2.807q.018.234.046.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h3a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-.75.75H8a.75.75 0 0 1 0-1.5h2.25v-3.5H7.945c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75 0 0 1-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m8.004 9h.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.344.08 2.242v3.104c0 .899 0 1.648-.08 2.242c-.084.628-.27 1.195-.726 1.65c-.455.456-1.022.642-1.65.726c-.594.08-1.343.08-2.242.08h-.104c-.899 0-1.648 0-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.104c0-.899 0-1.648.08-2.242c.084-.628.27-1.195.726-1.65c.455-.456 1.022-.642 1.65-.726c.594-.08 1.343-.08 2.242-.08m-2.043 1.566c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.064.482-.066 1.13-.066 2.094v3c0 .964.002 1.612.066 2.095c.063.461.17.659.3.789s.328.237.79.3c.482.064 1.13.066 2.094.066s1.612-.002 2.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.064-.483.066-1.131.066-2.095v-3c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066s-1.612.002-2.095.066M16.25 20a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMonitorPhone(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="M9.944 1.25h5.59c1.139 0 2.04 0 2.766.062c.743.063 1.37.195 1.94.499a4.75 4.75 0 0 1 1.95 1.95c.303.569.435 1.196.498 1.939c.062.725.062 1.627.062 2.766V8.5a.75.75 0 0 1-1.5 0c0-1.18 0-2.018-.056-2.673c-.055-.646-.16-1.044-.328-1.359a3.25 3.25 0 0 0-1.334-1.334c-.315-.168-.713-.273-1.359-.328c-.655-.055-1.493-.056-2.673-.056H10c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29v1q-.001.687.004 1.25H11a.75.75 0 0 1 0 1.5H2.807q.018.234.046.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h3a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-.75.75H8a.75.75 0 0 1 0-1.5h2.25v-3.5H7.945c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75 0 0 1-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m8.004 9h.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.344.08 2.242v3.104c0 .899 0 1.648-.08 2.242c-.084.628-.27 1.195-.726 1.65c-.455.456-1.022.642-1.65.726c-.594.08-1.343.08-2.242.08h-.104c-.899 0-1.648 0-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.104c0-.899 0-1.648.08-2.242c.084-.628.27-1.195.726-1.65c.455-.456 1.022-.642 1.65-.726c.594-.08 1.343-.08 2.242-.08m-2.043 1.566c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.064.482-.066 1.13-.066 2.094v3c0 .964.002 1.612.066 2.095c.063.461.17.659.3.789s.328.237.79.3c.482.064 1.13.066 2.094.066s1.612-.002 2.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.064-.483.066-1.131.066-2.095v-3c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066s-1.612.002-2.095.066M16.25 20a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" 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="M9.944 1.25h5.59c1.139 0 2.04 0 2.766.062c.743.063 1.37.195 1.94.499a4.75 4.75 0 0 1 1.95 1.95c.303.569.435 1.196.498 1.939c.062.725.062 1.627.062 2.766V8.5a.75.75 0 0 1-1.5 0c0-1.18 0-2.018-.056-2.673c-.055-.646-.16-1.044-.328-1.359a3.25 3.25 0 0 0-1.334-1.334c-.315-.168-.713-.273-1.359-.328c-.655-.055-1.493-.056-2.673-.056H10c-1.907 0-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025 4.705 2.89 5.71c-.138 1.029-.14 2.383-.14 4.29v1q-.001.687.004 1.25H11a.75.75 0 0 1 0 1.5H2.807q.018.234.046.442c.099.734.28 1.122.556 1.399c.277.277.665.457 1.4.556c.754.101 1.756.103 3.191.103h3a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-.75.75H8a.75.75 0 0 1 0-1.5h2.25v-3.5H7.945c-1.367 0-2.47 0-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75 0 0 1-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.944c0-1.838 0-3.294.153-4.433c.158-1.172.49-2.121 1.238-2.87c.749-.748 1.698-1.08 2.87-1.238c1.14-.153 2.595-.153 4.433-.153m8.004 9h.104c.899 0 1.648 0 2.242.08c.628.084 1.195.27 1.65.726c.456.455.642 1.022.726 1.65c.08.594.08 1.344.08 2.242v3.104c0 .899 0 1.648-.08 2.242c-.084.628-.27 1.195-.726 1.65c-.455.456-1.022.642-1.65.726c-.594.08-1.343.08-2.242.08h-.104c-.899 0-1.648 0-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.104c0-.899 0-1.648.08-2.242c.084-.628.27-1.195.726-1.65c.455-.456 1.022-.642 1.65-.726c.594-.08 1.343-.08 2.242-.08m-2.043 1.566c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.064.482-.066 1.13-.066 2.094v3c0 .964.002 1.612.066 2.095c.063.461.17.659.3.789s.328.237.79.3c.482.064 1.13.066 2.094.066s1.612-.002 2.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.064-.483.066-1.131.066-2.095v-3c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066s-1.612.002-2.095.066M16.25 20a.75.75 0 0 1 .75-.75h2a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1-.75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-monitor-phone {
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%22M9.944%201.25h5.59c1.139%200%202.04%200%202.766.062c.743.063%201.37.195%201.94.499a4.75%204.75%200%200%201%201.95%201.95c.303.569.435%201.196.498%201.939c.062.725.062%201.627.062%202.766V8.5a.75.75%200%200%201-1.5%200c0-1.18%200-2.018-.056-2.673c-.055-.646-.16-1.044-.328-1.359a3.25%203.25%200%200%200-1.334-1.334c-.315-.168-.713-.273-1.359-.328c-.655-.055-1.493-.056-2.673-.056H10c-1.907%200-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025%204.705%202.89%205.71c-.138%201.029-.14%202.383-.14%204.29v1q-.001.687.004%201.25H11a.75.75%200%200%201%200%201.5H2.807q.018.234.046.442c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h3a.75.75%200%200%201%20.75.75v5a.75.75%200%200%201-.75.75H8a.75.75%200%200%201%200-1.5h2.25v-3.5H7.945c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75%200%200%201-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m8.004%209h.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.08.594.08%201.344.08%202.242v3.104c0%20.899%200%201.648-.08%202.242c-.084.628-.27%201.195-.726%201.65c-.455.456-1.022.642-1.65.726c-.594.08-1.343.08-2.242.08h-.104c-.899%200-1.648%200-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.104c0-.899%200-1.648.08-2.242c.084-.628.27-1.195.726-1.65c.455-.456%201.022-.642%201.65-.726c.594-.08%201.343-.08%202.242-.08m-2.043%201.566c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.064.482-.066%201.13-.066%202.094v3c0%20.964.002%201.612.066%202.095c.063.461.17.659.3.789s.328.237.79.3c.482.064%201.13.066%202.094.066s1.612-.002%202.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.064-.483.066-1.131.066-2.095v-3c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066s-1.612.002-2.095.066M16.25%2020a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75%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%22M9.944%201.25h5.59c1.139%200%202.04%200%202.766.062c.743.063%201.37.195%201.94.499a4.75%204.75%200%200%201%201.95%201.95c.303.569.435%201.196.498%201.939c.062.725.062%201.627.062%202.766V8.5a.75.75%200%200%201-1.5%200c0-1.18%200-2.018-.056-2.673c-.055-.646-.16-1.044-.328-1.359a3.25%203.25%200%200%200-1.334-1.334c-.315-.168-.713-.273-1.359-.328c-.655-.055-1.493-.056-2.673-.056H10c-1.907%200-3.261.002-4.29.14c-1.005.135-1.585.389-2.008.812S3.025%204.705%202.89%205.71c-.138%201.029-.14%202.383-.14%204.29v1q-.001.687.004%201.25H11a.75.75%200%200%201%200%201.5H2.807q.018.234.046.442c.099.734.28%201.122.556%201.399c.277.277.665.457%201.4.556c.754.101%201.756.103%203.191.103h3a.75.75%200%200%201%20.75.75v5a.75.75%200%200%201-.75.75H8a.75.75%200%200%201%200-1.5h2.25v-3.5H7.945c-1.367%200-2.47%200-3.337-.116c-.9-.122-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.049-.36-.077-.762-.094-1.206a.75.75%200%200%201-.01-.327c-.013-.541-.013-1.142-.013-1.804V9.944c0-1.838%200-3.294.153-4.433c.158-1.172.49-2.121%201.238-2.87c.749-.748%201.698-1.08%202.87-1.238c1.14-.153%202.595-.153%204.433-.153m8.004%209h.104c.899%200%201.648%200%202.242.08c.628.084%201.195.27%201.65.726c.456.455.642%201.022.726%201.65c.08.594.08%201.344.08%202.242v3.104c0%20.899%200%201.648-.08%202.242c-.084.628-.27%201.195-.726%201.65c-.455.456-1.022.642-1.65.726c-.594.08-1.343.08-2.242.08h-.104c-.899%200-1.648%200-2.242-.08c-.628-.084-1.195-.27-1.65-.726c-.456-.455-.642-1.022-.726-1.65c-.08-.594-.08-1.343-.08-2.242v-3.104c0-.899%200-1.648.08-2.242c.084-.628.27-1.195.726-1.65c.455-.456%201.022-.642%201.65-.726c.594-.08%201.343-.08%202.242-.08m-2.043%201.566c-.461.063-.659.17-.789.3s-.237.328-.3.79c-.064.482-.066%201.13-.066%202.094v3c0%20.964.002%201.612.066%202.095c.063.461.17.659.3.789s.328.237.79.3c.482.064%201.13.066%202.094.066s1.612-.002%202.095-.067c.461-.062.659-.169.789-.3s.237-.327.3-.788c.064-.483.066-1.131.066-2.095v-3c0-.964-.002-1.612-.067-2.095c-.062-.461-.169-.659-.3-.789s-.327-.237-.788-.3c-.483-.064-1.131-.066-2.095-.066s-1.612.002-2.095.066M16.25%2020a.75.75%200%200%201%20.75-.75h2a.75.75%200%200%201%200%201.5h-2a.75.75%200%200%201-.75-.75%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/monitor-phone.svg?color=%231a73e8&size=48