device message icon
device-message-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- device-message-filled
- Set
- Reicon
- Style
- Filled
- 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="currentColor"><path d="M18.75 13.9h-1.846a1 1 0 0 0-.556.169L14.09 15.58c-.36.24-.78.35-1.19.35c-.35 0-.7-.08-1.02-.26c-.482-.255-.836-.723-1.01-1.247c-.139-.42-.416-.81-.816-.999a4.4 4.4 0 0 1-1.224-.854c-.86-.86-1.33-2.07-1.33-3.42V5a1 1 0 0 0-1-1C3.8 4 2 5.35 2 8.5v5.4c0 3.15 1.8 4.5 4.5 4.5h3.75v2.85H7.4c-.41 0-.75.34-.75.75s.34.75.75.75h7.2c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.85V18.4h3.75c2.395 0 4.082-1.063 4.433-3.502c.078-.547-.38-.998-.933-.998z"/><path d="M18.75 2h-6.5c-1.49 0-2.61.76-3.05 2c-.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-.2c1.24-.44 2-1.56 2-3.05v-3.9C22 3.3 20.7 2 18.75 2m-6.13 6a.749.749 0 1 1 0-1.5a.749.749 0 1 1 0 1.5m2.82 0a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 15.44 8m2.81 0a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 18.25 8"/><path 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.25"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDeviceMessageFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.75 13.9h-1.846a1 1 0 0 0-.556.169L14.09 15.58c-.36.24-.78.35-1.19.35c-.35 0-.7-.08-1.02-.26c-.482-.255-.836-.723-1.01-1.247c-.139-.42-.416-.81-.816-.999a4.4 4.4 0 0 1-1.224-.854c-.86-.86-1.33-2.07-1.33-3.42V5a1 1 0 0 0-1-1C3.8 4 2 5.35 2 8.5v5.4c0 3.15 1.8 4.5 4.5 4.5h3.75v2.85H7.4c-.41 0-.75.34-.75.75s.34.75.75.75h7.2c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.85V18.4h3.75c2.395 0 4.082-1.063 4.433-3.502c.078-.547-.38-.998-.933-.998z"/><path d="M18.75 2h-6.5c-1.49 0-2.61.76-3.05 2c-.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-.2c1.24-.44 2-1.56 2-3.05v-3.9C22 3.3 20.7 2 18.75 2m-6.13 6a.749.749 0 1 1 0-1.5a.749.749 0 1 1 0 1.5m2.82 0a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 15.44 8m2.81 0a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 18.25 8"/><path 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.25"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.75 13.9h-1.846a1 1 0 0 0-.556.169L14.09 15.58c-.36.24-.78.35-1.19.35c-.35 0-.7-.08-1.02-.26c-.482-.255-.836-.723-1.01-1.247c-.139-.42-.416-.81-.816-.999a4.4 4.4 0 0 1-1.224-.854c-.86-.86-1.33-2.07-1.33-3.42V5a1 1 0 0 0-1-1C3.8 4 2 5.35 2 8.5v5.4c0 3.15 1.8 4.5 4.5 4.5h3.75v2.85H7.4c-.41 0-.75.34-.75.75s.34.75.75.75h7.2c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.85V18.4h3.75c2.395 0 4.082-1.063 4.433-3.502c.078-.547-.38-.998-.933-.998z"/><path d="M18.75 2h-6.5c-1.49 0-2.61.76-3.05 2c-.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-.2c1.24-.44 2-1.56 2-3.05v-3.9C22 3.3 20.7 2 18.75 2m-6.13 6a.749.749 0 1 1 0-1.5a.749.749 0 1 1 0 1.5m2.82 0a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 15.44 8m2.81 0a.749.749 0 1 1-.002-1.498A.749.749 0 0 1 18.25 8"/><path 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.25"/></g></svg> </template>
CSS
.icon-device-message-filled {
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%22currentColor%22%3E%3Cpath%20d%3D%22M18.75%2013.9h-1.846a1%201%200%200%200-.556.169L14.09%2015.58c-.36.24-.78.35-1.19.35c-.35%200-.7-.08-1.02-.26c-.482-.255-.836-.723-1.01-1.247c-.139-.42-.416-.81-.816-.999a4.4%204.4%200%200%201-1.224-.854c-.86-.86-1.33-2.07-1.33-3.42V5a1%201%200%200%200-1-1C3.8%204%202%205.35%202%208.5v5.4c0%203.15%201.8%204.5%204.5%204.5h3.75v2.85H7.4c-.41%200-.75.34-.75.75s.34.75.75.75h7.2c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-2.85V18.4h3.75c2.395%200%204.082-1.063%204.433-3.502c.078-.547-.38-.998-.933-.998z%22%2F%3E%3Cpath%20d%3D%22M18.75%202h-6.5c-1.49%200-2.61.76-3.05%202c-.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-.2c1.24-.44%202-1.56%202-3.05v-3.9C22%203.3%2020.7%202%2018.75%202m-6.13%206a.749.749%200%201%201%200-1.5a.749.749%200%201%201%200%201.5m2.82%200a.749.749%200%201%201-.002-1.498A.749.749%200%200%201%2015.44%208m2.81%200a.749.749%200%201%201-.002-1.498A.749.749%200%200%201%2018.25%208%22%2F%3E%3Cpath%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.25%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%22currentColor%22%3E%3Cpath%20d%3D%22M18.75%2013.9h-1.846a1%201%200%200%200-.556.169L14.09%2015.58c-.36.24-.78.35-1.19.35c-.35%200-.7-.08-1.02-.26c-.482-.255-.836-.723-1.01-1.247c-.139-.42-.416-.81-.816-.999a4.4%204.4%200%200%201-1.224-.854c-.86-.86-1.33-2.07-1.33-3.42V5a1%201%200%200%200-1-1C3.8%204%202%205.35%202%208.5v5.4c0%203.15%201.8%204.5%204.5%204.5h3.75v2.85H7.4c-.41%200-.75.34-.75.75s.34.75.75.75h7.2c.41%200%20.75-.34.75-.75s-.34-.75-.75-.75h-2.85V18.4h3.75c2.395%200%204.082-1.063%204.433-3.502c.078-.547-.38-.998-.933-.998z%22%2F%3E%3Cpath%20d%3D%22M18.75%202h-6.5c-1.49%200-2.61.76-3.05%202c-.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-.2c1.24-.44%202-1.56%202-3.05v-3.9C22%203.3%2020.7%202%2018.75%202m-6.13%206a.749.749%200%201%201%200-1.5a.749.749%200%201%201%200%201.5m2.82%200a.749.749%200%201%201-.002-1.498A.749.749%200%200%201%2015.44%208m2.81%200a.749.749%200%201%201-.002-1.498A.749.749%200%200%201%2018.25%208%22%2F%3E%3Cpath%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.25%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-filled.svg?color=%231a73e8&size=48