square bottom up icon
square-bottom-up from Reicon by REICON · Outline · Arrows-action · MIT Free for personal and commercial use.
- Name
- square-bottom-up
- Set
- Reicon
- Style
- Outline
- Category
- Arrows-action
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More arrows-action icons from Reicon
Use the square bottom up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M11.943 1.25c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.828.829-1.238 1.868-1.448 3.167c-.207 1.276-.232 2.882-.236 4.898a.75.75 0 1 0 1.5.002c.004-2.04.032-3.523.217-4.66c.18-1.117.5-1.818 1.028-2.346c.57-.57 1.34-.897 2.618-1.069c1.3-.174 3.009-.176 5.387-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.067 2.619c.175 1.3.177 3.008.177 5.386s-.002 4.086-.177 5.386c-.171 1.279-.498 2.05-1.068 2.62c-.528.528-1.23.847-2.345 1.027c-1.138.184-2.621.213-4.661.216a.75.75 0 0 0 .002 1.5c2.015-.003 3.621-.028 4.898-.235c1.299-.21 2.338-.62 3.167-1.448c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19z"/><path d="M5 12.25a.75.75 0 0 0 0 1.5h4.19l-6.72 6.72a.75.75 0 1 0 1.06 1.06l6.72-6.72V19a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconSquareBottomUp(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="M11.943 1.25c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.828.829-1.238 1.868-1.448 3.167c-.207 1.276-.232 2.882-.236 4.898a.75.75 0 1 0 1.5.002c.004-2.04.032-3.523.217-4.66c.18-1.117.5-1.818 1.028-2.346c.57-.57 1.34-.897 2.618-1.069c1.3-.174 3.009-.176 5.387-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.067 2.619c.175 1.3.177 3.008.177 5.386s-.002 4.086-.177 5.386c-.171 1.279-.498 2.05-1.068 2.62c-.528.528-1.23.847-2.345 1.027c-1.138.184-2.621.213-4.661.216a.75.75 0 0 0 .002 1.5c2.015-.003 3.621-.028 4.898-.235c1.299-.21 2.338-.62 3.167-1.448c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19z"/><path d="M5 12.25a.75.75 0 0 0 0 1.5h4.19l-6.72 6.72a.75.75 0 1 0 1.06 1.06l6.72-6.72V19a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75z"/></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="M11.943 1.25c-2.309 0-4.118 0-5.53.19c-1.444.194-2.584.6-3.479 1.494c-.828.829-1.238 1.868-1.448 3.167c-.207 1.276-.232 2.882-.236 4.898a.75.75 0 1 0 1.5.002c.004-2.04.032-3.523.217-4.66c.18-1.117.5-1.818 1.028-2.346c.57-.57 1.34-.897 2.618-1.069c1.3-.174 3.009-.176 5.387-.176s4.086.002 5.386.176c1.279.172 2.05.5 2.62 1.069c.569.57.896 1.34 1.067 2.619c.175 1.3.177 3.008.177 5.386s-.002 4.086-.177 5.386c-.171 1.279-.498 2.05-1.068 2.62c-.528.528-1.23.847-2.345 1.027c-1.138.184-2.621.213-4.661.216a.75.75 0 0 0 .002 1.5c2.015-.003 3.621-.028 4.898-.235c1.299-.21 2.338-.62 3.167-1.448c.895-.895 1.3-2.035 1.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309 0-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19z"/><path d="M5 12.25a.75.75 0 0 0 0 1.5h4.19l-6.72 6.72a.75.75 0 1 0 1.06 1.06l6.72-6.72V19a.75.75 0 0 0 1.5 0v-6a.75.75 0 0 0-.75-.75z"/></g></svg> </template>
CSS
.icon-square-bottom-up {
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%22M11.943%201.25c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.828.829-1.238%201.868-1.448%203.167c-.207%201.276-.232%202.882-.236%204.898a.75.75%200%201%200%201.5.002c.004-2.04.032-3.523.217-4.66c.18-1.117.5-1.818%201.028-2.346c.57-.57%201.34-.897%202.618-1.069c1.3-.174%203.009-.176%205.387-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.067%202.619c.175%201.3.177%203.008.177%205.386s-.002%204.086-.177%205.386c-.171%201.279-.498%202.05-1.068%202.62c-.528.528-1.23.847-2.345%201.027c-1.138.184-2.621.213-4.661.216a.75.75%200%200%200%20.002%201.5c2.015-.003%203.621-.028%204.898-.235c1.299-.21%202.338-.62%203.167-1.448c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19z%22%2F%3E%3Cpath%20d%3D%22M5%2012.25a.75.75%200%200%200%200%201.5h4.19l-6.72%206.72a.75.75%200%201%200%201.06%201.06l6.72-6.72V19a.75.75%200%200%200%201.5%200v-6a.75.75%200%200%200-.75-.75z%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%22M11.943%201.25c-2.309%200-4.118%200-5.53.19c-1.444.194-2.584.6-3.479%201.494c-.828.829-1.238%201.868-1.448%203.167c-.207%201.276-.232%202.882-.236%204.898a.75.75%200%201%200%201.5.002c.004-2.04.032-3.523.217-4.66c.18-1.117.5-1.818%201.028-2.346c.57-.57%201.34-.897%202.618-1.069c1.3-.174%203.009-.176%205.387-.176s4.086.002%205.386.176c1.279.172%202.05.5%202.62%201.069c.569.57.896%201.34%201.067%202.619c.175%201.3.177%203.008.177%205.386s-.002%204.086-.177%205.386c-.171%201.279-.498%202.05-1.068%202.62c-.528.528-1.23.847-2.345%201.027c-1.138.184-2.621.213-4.661.216a.75.75%200%200%200%20.002%201.5c2.015-.003%203.621-.028%204.898-.235c1.299-.21%202.338-.62%203.167-1.448c.895-.895%201.3-2.035%201.494-3.48c.19-1.411.19-3.22.19-5.529v-.114c0-2.309%200-4.118-.19-5.53c-.194-1.444-.6-2.584-1.494-3.479c-.895-.895-2.035-1.3-3.48-1.494c-1.411-.19-3.22-.19-5.529-.19z%22%2F%3E%3Cpath%20d%3D%22M5%2012.25a.75.75%200%200%200%200%201.5h4.19l-6.72%206.72a.75.75%200%201%200%201.06%201.06l6.72-6.72V19a.75.75%200%200%200%201.5%200v-6a.75.75%200%200%200-.75-.75z%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-bottom-up.svg?color=%231a73e8&size=48