device message icon

device-message from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
device-message
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

More newicons icons from Reicon

Use the device message icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M20 12.2v1.7c0 3.15-1.8 4.5-4.5 4.5h-9c-2.7 0-4.5-1.35-4.5-4.5V8.5C2 5.35 3.8 4 6.5 4h2.7c-.13.38-.2.8-.2 1.25v3.9c0 .97.32 1.79.89 2.36s1.39.89 2.36.89v1.39c0 .51.58.82 1.01.54l2.89-1.93h2.6c.45 0 .87-.07 1.25-.2"/><path stroke-miterlimit="10" d="M22 5.25v3.9c0 1.49-.76 2.61-2 3.05c-.38.13-.8.2-1.25.2h-2.6l-2.89 1.93c-.43.28-1.01-.03-1.01-.54V12.4c-.97 0-1.79-.32-2.36-.89S9 10.12 9 9.15v-3.9c0-.45.07-.87.2-1.25c.44-1.24 1.56-2 3.05-2h6.5C20.7 2 22 3.3 22 5.25M7.4 22h7.2M11 18.4V22"/><path d="M18.496 7.25h.009m-2.809 0h.009m-2.81 0h.01"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconDeviceMessage(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path strokeMiterlimit="10" d="M20 12.2v1.7c0 3.15-1.8 4.5-4.5 4.5h-9c-2.7 0-4.5-1.35-4.5-4.5V8.5C2 5.35 3.8 4 6.5 4h2.7c-.13.38-.2.8-.2 1.25v3.9c0 .97.32 1.79.89 2.36s1.39.89 2.36.89v1.39c0 .51.58.82 1.01.54l2.89-1.93h2.6c.45 0 .87-.07 1.25-.2"/><path strokeMiterlimit="10" d="M22 5.25v3.9c0 1.49-.76 2.61-2 3.05c-.38.13-.8.2-1.25.2h-2.6l-2.89 1.93c-.43.28-1.01-.03-1.01-.54V12.4c-.97 0-1.79-.32-2.36-.89S9 10.12 9 9.15v-3.9c0-.45.07-.87.2-1.25c.44-1.24 1.56-2 3.05-2h6.5C20.7 2 22 3.3 22 5.25M7.4 22h7.2M11 18.4V22"/><path d="M18.496 7.25h.009m-2.809 0h.009m-2.81 0h.01"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path stroke-miterlimit="10" d="M20 12.2v1.7c0 3.15-1.8 4.5-4.5 4.5h-9c-2.7 0-4.5-1.35-4.5-4.5V8.5C2 5.35 3.8 4 6.5 4h2.7c-.13.38-.2.8-.2 1.25v3.9c0 .97.32 1.79.89 2.36s1.39.89 2.36.89v1.39c0 .51.58.82 1.01.54l2.89-1.93h2.6c.45 0 .87-.07 1.25-.2"/><path stroke-miterlimit="10" d="M22 5.25v3.9c0 1.49-.76 2.61-2 3.05c-.38.13-.8.2-1.25.2h-2.6l-2.89 1.93c-.43.28-1.01-.03-1.01-.54V12.4c-.97 0-1.79-.32-2.36-.89S9 10.12 9 9.15v-3.9c0-.45.07-.87.2-1.25c.44-1.24 1.56-2 3.05-2h6.5C20.7 2 22 3.3 22 5.25M7.4 22h7.2M11 18.4V22"/><path d="M18.496 7.25h.009m-2.809 0h.009m-2.81 0h.01"/></g></svg>
</template>

CSS

.icon-device-message {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M20%2012.2v1.7c0%203.15-1.8%204.5-4.5%204.5h-9c-2.7%200-4.5-1.35-4.5-4.5V8.5C2%205.35%203.8%204%206.5%204h2.7c-.13.38-.2.8-.2%201.25v3.9c0%20.97.32%201.79.89%202.36s1.39.89%202.36.89v1.39c0%20.51.58.82%201.01.54l2.89-1.93h2.6c.45%200%20.87-.07%201.25-.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%205.25v3.9c0%201.49-.76%202.61-2%203.05c-.38.13-.8.2-1.25.2h-2.6l-2.89%201.93c-.43.28-1.01-.03-1.01-.54V12.4c-.97%200-1.79-.32-2.36-.89S9%2010.12%209%209.15v-3.9c0-.45.07-.87.2-1.25c.44-1.24%201.56-2%203.05-2h6.5C20.7%202%2022%203.3%2022%205.25M7.4%2022h7.2M11%2018.4V22%22%2F%3E%3Cpath%20d%3D%22M18.496%207.25h.009m-2.809%200h.009m-2.81%200h.01%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M20%2012.2v1.7c0%203.15-1.8%204.5-4.5%204.5h-9c-2.7%200-4.5-1.35-4.5-4.5V8.5C2%205.35%203.8%204%206.5%204h2.7c-.13.38-.2.8-.2%201.25v3.9c0%20.97.32%201.79.89%202.36s1.39.89%202.36.89v1.39c0%20.51.58.82%201.01.54l2.89-1.93h2.6c.45%200%20.87-.07%201.25-.2%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M22%205.25v3.9c0%201.49-.76%202.61-2%203.05c-.38.13-.8.2-1.25.2h-2.6l-2.89%201.93c-.43.28-1.01-.03-1.01-.54V12.4c-.97%200-1.79-.32-2.36-.89S9%2010.12%209%209.15v-3.9c0-.45.07-.87.2-1.25c.44-1.24%201.56-2%203.05-2h6.5C20.7%202%2022%203.3%2022%205.25M7.4%2022h7.2M11%2018.4V22%22%2F%3E%3Cpath%20d%3D%22M18.496%207.25h.009m-2.809%200h.009m-2.81%200h.01%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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