devices3 icon
devices3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- devices3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the devices3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.72 9.69a5.25 5.25 0 0 0-7.44 0a5.25 5.25 0 0 0 0 7.44a5.25 5.25 0 0 0 7.44 0a5.25 5.25 0 0 0 0-7.44m-3.19 4.25l-1.59 1.59c-.15.15-.34.22-.53.22s-.39-.07-.53-.22a.767.767 0 0 1 0-1.07l1.59-1.59c.29-.29.77-.29 1.07 0c.29.3.29.78-.01 1.07m7.068-8.131c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33a1.14 1.14 0 0 0 0 1.62c.22.22.5.34.81.34s.59-.12.81-.33c.22-.22.34-.5.34-.81s-.12-.6-.34-.81M6.019 19.39c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.59.34.81a1.15 1.15 0 0 0 1.62-.01c.44-.43.44-1.16 0-1.6m16.391-6.788c-.21-.22-.5-.33-.81-.34c-.31 0-.59.12-.81.34a1.14 1.14 0 0 0 .81 1.95a1.14 1.14 0 0 0 .81-1.95M3.211 12.6a1.15 1.15 0 0 0-1.62 0a1.14 1.14 0 0 0 .81 1.95c.29 0 .59-.11.81-.33c.44-.45.44-1.18 0-1.62m16.387 6.788a1.14 1.14 0 0 0-1.62 0a1.14 1.14 0 0 0 .81 1.95a1.144 1.144 0 0 0 1.15-1.14c0-.31-.12-.6-.34-.81M6.019 5.809c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.6.34.81c.22.22.5.34.81.34s.59-.12.81-.33c.44-.45.44-1.18 0-1.62m6.793-2.807q0-.015 0 0a1.14 1.14 0 0 0-1.62 0a1.144 1.144 0 0 0-.01 1.62c.22.22.5.34.81.34s.59-.12.81-.34c.46-.45.46-1.18.01-1.62"/></svg>
React
import type { SVGProps } from "react";
export function ReiconDevices3Filled(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="M15.72 9.69a5.25 5.25 0 0 0-7.44 0a5.25 5.25 0 0 0 0 7.44a5.25 5.25 0 0 0 7.44 0a5.25 5.25 0 0 0 0-7.44m-3.19 4.25l-1.59 1.59c-.15.15-.34.22-.53.22s-.39-.07-.53-.22a.767.767 0 0 1 0-1.07l1.59-1.59c.29-.29.77-.29 1.07 0c.29.3.29.78-.01 1.07m7.068-8.131c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33a1.14 1.14 0 0 0 0 1.62c.22.22.5.34.81.34s.59-.12.81-.33c.22-.22.34-.5.34-.81s-.12-.6-.34-.81M6.019 19.39c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.59.34.81a1.15 1.15 0 0 0 1.62-.01c.44-.43.44-1.16 0-1.6m16.391-6.788c-.21-.22-.5-.33-.81-.34c-.31 0-.59.12-.81.34a1.14 1.14 0 0 0 .81 1.95a1.14 1.14 0 0 0 .81-1.95M3.211 12.6a1.15 1.15 0 0 0-1.62 0a1.14 1.14 0 0 0 .81 1.95c.29 0 .59-.11.81-.33c.44-.45.44-1.18 0-1.62m16.387 6.788a1.14 1.14 0 0 0-1.62 0a1.14 1.14 0 0 0 .81 1.95a1.144 1.144 0 0 0 1.15-1.14c0-.31-.12-.6-.34-.81M6.019 5.809c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.6.34.81c.22.22.5.34.81.34s.59-.12.81-.33c.44-.45.44-1.18 0-1.62m6.793-2.807q0-.015 0 0a1.14 1.14 0 0 0-1.62 0a1.144 1.144 0 0 0-.01 1.62c.22.22.5.34.81.34s.59-.12.81-.34c.46-.45.46-1.18.01-1.62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.72 9.69a5.25 5.25 0 0 0-7.44 0a5.25 5.25 0 0 0 0 7.44a5.25 5.25 0 0 0 7.44 0a5.25 5.25 0 0 0 0-7.44m-3.19 4.25l-1.59 1.59c-.15.15-.34.22-.53.22s-.39-.07-.53-.22a.767.767 0 0 1 0-1.07l1.59-1.59c.29-.29.77-.29 1.07 0c.29.3.29.78-.01 1.07m7.068-8.131c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33a1.14 1.14 0 0 0 0 1.62c.22.22.5.34.81.34s.59-.12.81-.33c.22-.22.34-.5.34-.81s-.12-.6-.34-.81M6.019 19.39c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.59.34.81a1.15 1.15 0 0 0 1.62-.01c.44-.43.44-1.16 0-1.6m16.391-6.788c-.21-.22-.5-.33-.81-.34c-.31 0-.59.12-.81.34a1.14 1.14 0 0 0 .81 1.95a1.14 1.14 0 0 0 .81-1.95M3.211 12.6a1.15 1.15 0 0 0-1.62 0a1.14 1.14 0 0 0 .81 1.95c.29 0 .59-.11.81-.33c.44-.45.44-1.18 0-1.62m16.387 6.788a1.14 1.14 0 0 0-1.62 0a1.14 1.14 0 0 0 .81 1.95a1.144 1.144 0 0 0 1.15-1.14c0-.31-.12-.6-.34-.81M6.019 5.809c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.6.34.81c.22.22.5.34.81.34s.59-.12.81-.33c.44-.45.44-1.18 0-1.62m6.793-2.807q0-.015 0 0a1.14 1.14 0 0 0-1.62 0a1.144 1.144 0 0 0-.01 1.62c.22.22.5.34.81.34s.59-.12.81-.34c.46-.45.46-1.18.01-1.62"/></svg> </template>
CSS
.icon-devices3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.72%209.69a5.25%205.25%200%200%200-7.44%200a5.25%205.25%200%200%200%200%207.44a5.25%205.25%200%200%200%207.44%200a5.25%205.25%200%200%200%200-7.44m-3.19%204.25l-1.59%201.59c-.15.15-.34.22-.53.22s-.39-.07-.53-.22a.767.767%200%200%201%200-1.07l1.59-1.59c.29-.29.77-.29%201.07%200c.29.3.29.78-.01%201.07m7.068-8.131c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33a1.14%201.14%200%200%200%200%201.62c.22.22.5.34.81.34s.59-.12.81-.33c.22-.22.34-.5.34-.81s-.12-.6-.34-.81M6.019%2019.39c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.59.34.81a1.15%201.15%200%200%200%201.62-.01c.44-.43.44-1.16%200-1.6m16.391-6.788c-.21-.22-.5-.33-.81-.34c-.31%200-.59.12-.81.34a1.14%201.14%200%200%200%20.81%201.95a1.14%201.14%200%200%200%20.81-1.95M3.211%2012.6a1.15%201.15%200%200%200-1.62%200a1.14%201.14%200%200%200%20.81%201.95c.29%200%20.59-.11.81-.33c.44-.45.44-1.18%200-1.62m16.387%206.788a1.14%201.14%200%200%200-1.62%200a1.14%201.14%200%200%200%20.81%201.95a1.144%201.144%200%200%200%201.15-1.14c0-.31-.12-.6-.34-.81M6.019%205.809c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.6.34.81c.22.22.5.34.81.34s.59-.12.81-.33c.44-.45.44-1.18%200-1.62m6.793-2.807q0-.015%200%200a1.14%201.14%200%200%200-1.62%200a1.144%201.144%200%200%200-.01%201.62c.22.22.5.34.81.34s.59-.12.81-.34c.46-.45.46-1.18.01-1.62%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%22M15.72%209.69a5.25%205.25%200%200%200-7.44%200a5.25%205.25%200%200%200%200%207.44a5.25%205.25%200%200%200%207.44%200a5.25%205.25%200%200%200%200-7.44m-3.19%204.25l-1.59%201.59c-.15.15-.34.22-.53.22s-.39-.07-.53-.22a.767.767%200%200%201%200-1.07l1.59-1.59c.29-.29.77-.29%201.07%200c.29.3.29.78-.01%201.07m7.068-8.131c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33a1.14%201.14%200%200%200%200%201.62c.22.22.5.34.81.34s.59-.12.81-.33c.22-.22.34-.5.34-.81s-.12-.6-.34-.81M6.019%2019.39c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.59.34.81a1.15%201.15%200%200%200%201.62-.01c.44-.43.44-1.16%200-1.6m16.391-6.788c-.21-.22-.5-.33-.81-.34c-.31%200-.59.12-.81.34a1.14%201.14%200%200%200%20.81%201.95a1.14%201.14%200%200%200%20.81-1.95M3.211%2012.6a1.15%201.15%200%200%200-1.62%200a1.14%201.14%200%200%200%20.81%201.95c.29%200%20.59-.11.81-.33c.44-.45.44-1.18%200-1.62m16.387%206.788a1.14%201.14%200%200%200-1.62%200a1.14%201.14%200%200%200%20.81%201.95a1.144%201.144%200%200%200%201.15-1.14c0-.31-.12-.6-.34-.81M6.019%205.809c-.22-.22-.5-.34-.81-.34s-.59.12-.81.33c-.22.22-.34.5-.34.81s.12.6.34.81c.22.22.5.34.81.34s.59-.12.81-.33c.44-.45.44-1.18%200-1.62m6.793-2.807q0-.015%200%200a1.14%201.14%200%200%200-1.62%200a1.144%201.144%200%200%200-.01%201.62c.22.22.5.34.81.34s.59-.12.81-.34c.46-.45.46-1.18.01-1.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/devices3-filled.svg?color=%231a73e8&size=48