square dotted arrow bottom right icon
square-dotted-arrow-bottom-right-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- square-dotted-arrow-bottom-right-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the square dotted arrow bottom right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="3.667" cy="12" r="1"/><circle cx="12" cy="3.667" r="1"/><circle cx="3.667" cy="3.667" r="1"/><circle cx="3.667" cy="7.833" r="1"/><circle cx="3.667" cy="16.167" r="1"/><circle cx="3.667" cy="20.333" r="1"/><circle cx="20.333" cy="3.667" r="1"/><circle cx="20.333" cy="7.833" r="1"/><circle cx="16.167" cy="3.667" r="1"/><circle cx="7.833" cy="3.667" r="1"/><circle cx="7.833" cy="20.333" r="1"/><path d="M21.333 12.333a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 2 0v-5.585l6.294 6.293a1 1 0 0 0 1.413 0a1 1 0 0 0 0-1.414l-6.293-6.294h5.585a1 1 0 0 0 1-1Z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSquareDottedArrowBottomRightFilled(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"><circle cx="3.667" cy="12" r="1"/><circle cx="12" cy="3.667" r="1"/><circle cx="3.667" cy="3.667" r="1"/><circle cx="3.667" cy="7.833" r="1"/><circle cx="3.667" cy="16.167" r="1"/><circle cx="3.667" cy="20.333" r="1"/><circle cx="20.333" cy="3.667" r="1"/><circle cx="20.333" cy="7.833" r="1"/><circle cx="16.167" cy="3.667" r="1"/><circle cx="7.833" cy="3.667" r="1"/><circle cx="7.833" cy="20.333" r="1"/><path d="M21.333 12.333a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 2 0v-5.585l6.294 6.293a1 1 0 0 0 1.413 0a1 1 0 0 0 0-1.414l-6.293-6.294h5.585a1 1 0 0 0 1-1Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><circle cx="3.667" cy="12" r="1"/><circle cx="12" cy="3.667" r="1"/><circle cx="3.667" cy="3.667" r="1"/><circle cx="3.667" cy="7.833" r="1"/><circle cx="3.667" cy="16.167" r="1"/><circle cx="3.667" cy="20.333" r="1"/><circle cx="20.333" cy="3.667" r="1"/><circle cx="20.333" cy="7.833" r="1"/><circle cx="16.167" cy="3.667" r="1"/><circle cx="7.833" cy="3.667" r="1"/><circle cx="7.833" cy="20.333" r="1"/><path d="M21.333 12.333a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v8a1 1 0 0 0 2 0v-5.585l6.294 6.293a1 1 0 0 0 1.413 0a1 1 0 0 0 0-1.414l-6.293-6.294h5.585a1 1 0 0 0 1-1Z"/></g></svg> </template>
CSS
.icon-square-dotted-arrow-bottom-right-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%3Ccircle%20cx%3D%223.667%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%227.833%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%2216.167%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%2220.333%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2220.333%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2220.333%22%20cy%3D%227.833%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2216.167%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.833%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.833%22%20cy%3D%2220.333%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M21.333%2012.333a1%201%200%200%200-1-1h-8a1%201%200%200%200-1%201v8a1%201%200%200%200%202%200v-5.585l6.294%206.293a1%201%200%200%200%201.413%200a1%201%200%200%200%200-1.414l-6.293-6.294h5.585a1%201%200%200%200%201-1Z%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%3Ccircle%20cx%3D%223.667%22%20cy%3D%2212%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%227.833%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%2216.167%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%223.667%22%20cy%3D%2220.333%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2220.333%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2220.333%22%20cy%3D%227.833%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%2216.167%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.833%22%20cy%3D%223.667%22%20r%3D%221%22%2F%3E%3Ccircle%20cx%3D%227.833%22%20cy%3D%2220.333%22%20r%3D%221%22%2F%3E%3Cpath%20d%3D%22M21.333%2012.333a1%201%200%200%200-1-1h-8a1%201%200%200%200-1%201v8a1%201%200%200%200%202%200v-5.585l6.294%206.293a1%201%200%200%200%201.413%200a1%201%200%200%200%200-1.414l-6.293-6.294h5.585a1%201%200%200%200%201-1Z%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/square-dotted-arrow-bottom-right-filled.svg?color=%231a73e8&size=48