mobile programming icon
mobile-programming-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- mobile-programming-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the mobile programming 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 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0c.25.25.25.66 0 .92L15.89 18zm4.32-.81l-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L20.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"/><path d="M21 7v4.47c0 .35-.34.59-.66.47a6.5 6.5 0 0 0-3.65-.31c-2.6.52-4.67 2.65-5.1 5.27c-.26 1.6.06 3.11.79 4.34a.5.5 0 0 1-.43.76H8c-3.5 0-5-2-5-5V7c0-2.66 1.18-4.53 3.89-4.92c.29-.04.55.19.56.49l.03 1.01c.03 1.6 1.38 2.92 3 2.92h3.02c1.65 0 3-1.35 3-3v-.93c0-.3.26-.54.55-.5C19.8 2.44 21 4.32 21 7"/><path d="M15 3v.5c0 .82-.68 1.5-1.5 1.5h-3.03c-.81 0-1.48-.65-1.5-1.46l-.01-.51a.99.99 0 0 1 1-1.03H14c.55 0 1 .45 1 1"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMobileProgrammingFilled(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 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0c.25.25.25.66 0 .92L15.89 18zm4.32-.81l-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L20.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"/><path d="M21 7v4.47c0 .35-.34.59-.66.47a6.5 6.5 0 0 0-3.65-.31c-2.6.52-4.67 2.65-5.1 5.27c-.26 1.6.06 3.11.79 4.34a.5.5 0 0 1-.43.76H8c-3.5 0-5-2-5-5V7c0-2.66 1.18-4.53 3.89-4.92c.29-.04.55.19.56.49l.03 1.01c.03 1.6 1.38 2.92 3 2.92h3.02c1.65 0 3-1.35 3-3v-.93c0-.3.26-.54.55-.5C19.8 2.44 21 4.32 21 7"/><path d="M15 3v.5c0 .82-.68 1.5-1.5 1.5h-3.03c-.81 0-1.48-.65-1.5-1.46l-.01-.51a.99.99 0 0 1 1-1.03H14c.55 0 1 .45 1 1"/></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 13c-2.76 0-5 2.24-5 5s2.24 5 5 5s5-2.24 5-5s-2.24-5-5-5m-.84 6.27c.25.25.25.66 0 .92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66 0 0 1 0-.92l1.73-1.73c.25-.25.66-.25.92 0c.25.25.25.66 0 .92L15.89 18zm4.32-.81l-1.73 1.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66 0 0 1 0-.92L20.11 18l-1.27-1.27a.66.66 0 0 1 0-.92c.25-.25.66-.25.92 0l1.73 1.73c.24.26.24.66-.01.92"/><path d="M21 7v4.47c0 .35-.34.59-.66.47a6.5 6.5 0 0 0-3.65-.31c-2.6.52-4.67 2.65-5.1 5.27c-.26 1.6.06 3.11.79 4.34a.5.5 0 0 1-.43.76H8c-3.5 0-5-2-5-5V7c0-2.66 1.18-4.53 3.89-4.92c.29-.04.55.19.56.49l.03 1.01c.03 1.6 1.38 2.92 3 2.92h3.02c1.65 0 3-1.35 3-3v-.93c0-.3.26-.54.55-.5C19.8 2.44 21 4.32 21 7"/><path d="M15 3v.5c0 .82-.68 1.5-1.5 1.5h-3.03c-.81 0-1.48-.65-1.5-1.46l-.01-.51a.99.99 0 0 1 1-1.03H14c.55 0 1 .45 1 1"/></g></svg> </template>
CSS
.icon-mobile-programming-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%2013c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m-.84%206.27c.25.25.25.66%200%20.92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66%200%200%201%200-.92l1.73-1.73c.25-.25.66-.25.92%200c.25.25.25.66%200%20.92L15.89%2018zm4.32-.81l-1.73%201.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66%200%200%201%200-.92L20.11%2018l-1.27-1.27a.66.66%200%200%201%200-.92c.25-.25.66-.25.92%200l1.73%201.73c.24.26.24.66-.01.92%22%2F%3E%3Cpath%20d%3D%22M21%207v4.47c0%20.35-.34.59-.66.47a6.5%206.5%200%200%200-3.65-.31c-2.6.52-4.67%202.65-5.1%205.27c-.26%201.6.06%203.11.79%204.34a.5.5%200%200%201-.43.76H8c-3.5%200-5-2-5-5V7c0-2.66%201.18-4.53%203.89-4.92c.29-.04.55.19.56.49l.03%201.01c.03%201.6%201.38%202.92%203%202.92h3.02c1.65%200%203-1.35%203-3v-.93c0-.3.26-.54.55-.5C19.8%202.44%2021%204.32%2021%207%22%2F%3E%3Cpath%20d%3D%22M15%203v.5c0%20.82-.68%201.5-1.5%201.5h-3.03c-.81%200-1.48-.65-1.5-1.46l-.01-.51a.99.99%200%200%201%201-1.03H14c.55%200%201%20.45%201%201%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%2013c-2.76%200-5%202.24-5%205s2.24%205%205%205s5-2.24%205-5s-2.24-5-5-5m-.84%206.27c.25.25.25.66%200%20.92c-.13.13-.29.19-.46.19s-.33-.06-.46-.19l-1.73-1.73a.66.66%200%200%201%200-.92l1.73-1.73c.25-.25.66-.25.92%200c.25.25.25.66%200%20.92L15.89%2018zm4.32-.81l-1.73%201.73c-.13.13-.29.19-.46.19s-.33-.06-.46-.19a.66.66%200%200%201%200-.92L20.11%2018l-1.27-1.27a.66.66%200%200%201%200-.92c.25-.25.66-.25.92%200l1.73%201.73c.24.26.24.66-.01.92%22%2F%3E%3Cpath%20d%3D%22M21%207v4.47c0%20.35-.34.59-.66.47a6.5%206.5%200%200%200-3.65-.31c-2.6.52-4.67%202.65-5.1%205.27c-.26%201.6.06%203.11.79%204.34a.5.5%200%200%201-.43.76H8c-3.5%200-5-2-5-5V7c0-2.66%201.18-4.53%203.89-4.92c.29-.04.55.19.56.49l.03%201.01c.03%201.6%201.38%202.92%203%202.92h3.02c1.65%200%203-1.35%203-3v-.93c0-.3.26-.54.55-.5C19.8%202.44%2021%204.32%2021%207%22%2F%3E%3Cpath%20d%3D%22M15%203v.5c0%20.82-.68%201.5-1.5%201.5h-3.03c-.81%200-1.48-.65-1.5-1.46l-.01-.51a.99.99%200%200%201%201-1.03H14c.55%200%201%20.45%201%201%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/mobile-programming-filled.svg?color=%231a73e8&size=48