direct icon
direct-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- direct-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the direct icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7"/><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v3.04c.22-.08.46-.12.7-.12h3.5c1.55 0 2.94.86 3.63 2.25l.75 1.47h2.86l.75-1.48a4.04 4.04 0 0 1 3.63-2.24h3.48c.24 0 .48.04.7.12V7.81C22 4.17 19.83 2 16.19 2m-5.74 3.41h3.1c.38 0 .7.31.7.69c0 .39-.32.7-.7.7h-3.1c-.38 0-.7-.31-.7-.7a.7.7 0 0 1 .7-.69m3.88 4.18H9.67c-.38 0-.69-.31-.69-.69c0-.39.31-.7.69-.7h4.66c.38 0 .69.31.69.7c0 .38-.31.69-.69.69"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconDirectFilled(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="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7"/><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v3.04c.22-.08.46-.12.7-.12h3.5c1.55 0 2.94.86 3.63 2.25l.75 1.47h2.86l.75-1.48a4.04 4.04 0 0 1 3.63-2.24h3.48c.24 0 .48.04.7.12V7.81C22 4.17 19.83 2 16.19 2m-5.74 3.41h3.1c.38 0 .7.31.7.69c0 .39-.32.7-.7.7h-3.1c-.38 0-.7-.31-.7-.7a.7.7 0 0 1 .7-.69m3.88 4.18H9.67c-.38 0-.69-.31-.69-.69c0-.39.31-.7.69-.7h4.66c.38 0 .69.31.69.7c0 .38-.31.69-.69.69"/></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="M21.3 12.23h-3.48c-.98 0-1.85.54-2.29 1.42l-.84 1.66c-.2.4-.6.65-1.04.65h-3.28c-.31 0-.75-.07-1.04-.65l-.84-1.65a2.57 2.57 0 0 0-2.29-1.42H2.7c-.39 0-.7.31-.7.7v3.26C2 19.83 4.18 22 7.82 22h8.38c3.43 0 5.54-1.88 5.8-5.22v-3.85c0-.38-.31-.7-.7-.7"/><path d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81v3.04c.22-.08.46-.12.7-.12h3.5c1.55 0 2.94.86 3.63 2.25l.75 1.47h2.86l.75-1.48a4.04 4.04 0 0 1 3.63-2.24h3.48c.24 0 .48.04.7.12V7.81C22 4.17 19.83 2 16.19 2m-5.74 3.41h3.1c.38 0 .7.31.7.69c0 .39-.32.7-.7.7h-3.1c-.38 0-.7-.31-.7-.7a.7.7 0 0 1 .7-.69m3.88 4.18H9.67c-.38 0-.69-.31-.69-.69c0-.39.31-.7.69-.7h4.66c.38 0 .69.31.69.7c0 .38-.31.69-.69.69"/></g></svg> </template>
CSS
.icon-direct-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%22M21.3%2012.23h-3.48c-.98%200-1.85.54-2.29%201.42l-.84%201.66c-.2.4-.6.65-1.04.65h-3.28c-.31%200-.75-.07-1.04-.65l-.84-1.65a2.57%202.57%200%200%200-2.29-1.42H2.7c-.39%200-.7.31-.7.7v3.26C2%2019.83%204.18%2022%207.82%2022h8.38c3.43%200%205.54-1.88%205.8-5.22v-3.85c0-.38-.31-.7-.7-.7%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.81C4.17%202%202%204.17%202%207.81v3.04c.22-.08.46-.12.7-.12h3.5c1.55%200%202.94.86%203.63%202.25l.75%201.47h2.86l.75-1.48a4.04%204.04%200%200%201%203.63-2.24h3.48c.24%200%20.48.04.7.12V7.81C22%204.17%2019.83%202%2016.19%202m-5.74%203.41h3.1c.38%200%20.7.31.7.69c0%20.39-.32.7-.7.7h-3.1c-.38%200-.7-.31-.7-.7a.7.7%200%200%201%20.7-.69m3.88%204.18H9.67c-.38%200-.69-.31-.69-.69c0-.39.31-.7.69-.7h4.66c.38%200%20.69.31.69.7c0%20.38-.31.69-.69.69%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%22M21.3%2012.23h-3.48c-.98%200-1.85.54-2.29%201.42l-.84%201.66c-.2.4-.6.65-1.04.65h-3.28c-.31%200-.75-.07-1.04-.65l-.84-1.65a2.57%202.57%200%200%200-2.29-1.42H2.7c-.39%200-.7.31-.7.7v3.26C2%2019.83%204.18%2022%207.82%2022h8.38c3.43%200%205.54-1.88%205.8-5.22v-3.85c0-.38-.31-.7-.7-.7%22%2F%3E%3Cpath%20d%3D%22M16.19%202H7.81C4.17%202%202%204.17%202%207.81v3.04c.22-.08.46-.12.7-.12h3.5c1.55%200%202.94.86%203.63%202.25l.75%201.47h2.86l.75-1.48a4.04%204.04%200%200%201%203.63-2.24h3.48c.24%200%20.48.04.7.12V7.81C22%204.17%2019.83%202%2016.19%202m-5.74%203.41h3.1c.38%200%20.7.31.7.69c0%20.39-.32.7-.7.7h-3.1c-.38%200-.7-.31-.7-.7a.7.7%200%200%201%20.7-.69m3.88%204.18H9.67c-.38%200-.69-.31-.69-.69c0-.39.31-.7.69-.7h4.66c.38%200%20.69.31.69.7c0%20.38-.31.69-.69.69%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/direct-filled.svg?color=%231a73e8&size=48