mobile3 icon
mobile3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- mobile3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the mobile3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.24 2H7.76C5 2 4 3 4 5.81v12.38C4 21 5 22 7.76 22h8.47C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2M12 19.3c-.96 0-1.75-.79-1.75-1.75s.79-1.75 1.75-1.75s1.75.79 1.75 1.75s-.79 1.75-1.75 1.75m2-13.05h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMobile3Filled(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="M16.24 2H7.76C5 2 4 3 4 5.81v12.38C4 21 5 22 7.76 22h8.47C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2M12 19.3c-.96 0-1.75-.79-1.75-1.75s.79-1.75 1.75-1.75s1.75.79 1.75 1.75s-.79 1.75-1.75 1.75m2-13.05h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.24 2H7.76C5 2 4 3 4 5.81v12.38C4 21 5 22 7.76 22h8.47C19 22 20 21 20 18.19V5.81C20 3 19 2 16.24 2M12 19.3c-.96 0-1.75-.79-1.75-1.75s.79-1.75 1.75-1.75s1.75.79 1.75 1.75s-.79 1.75-1.75 1.75m2-13.05h-4c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h4c.41 0 .75.34.75.75s-.34.75-.75.75"/></svg> </template>
CSS
.icon-mobile3-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%22M16.24%202H7.76C5%202%204%203%204%205.81v12.38C4%2021%205%2022%207.76%2022h8.47C19%2022%2020%2021%2020%2018.19V5.81C20%203%2019%202%2016.24%202M12%2019.3c-.96%200-1.75-.79-1.75-1.75s.79-1.75%201.75-1.75s1.75.79%201.75%201.75s-.79%201.75-1.75%201.75m2-13.05h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M16.24%202H7.76C5%202%204%203%204%205.81v12.38C4%2021%205%2022%207.76%2022h8.47C19%2022%2020%2021%2020%2018.19V5.81C20%203%2019%202%2016.24%202M12%2019.3c-.96%200-1.75-.79-1.75-1.75s.79-1.75%201.75-1.75s1.75.79%201.75%201.75s-.79%201.75-1.75%201.75m2-13.05h-4c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h4c.41%200%20.75.34.75.75s-.34.75-.75.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/mobile3-filled.svg?color=%231a73e8&size=48