square bottom up icon

square-bottom-up-linear from Solar by 480 Design · Linear · Arrows Action · CC-BY-4.0 Attribution required.

Name
square-bottom-up-linear
Set
Solar
Style
Linear
Category
Arrows Action
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More arrows action icons from Solar

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="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.9999 21.9994C17.055 21.9921 19.1784 21.8926 20.5354 20.5355C21.9999 19.0711 21.9999 16.714 21.9999 12C21.9999 7.28595 21.9999 4.92893 20.5354 3.46447C19.071 2 16.714 2 11.9999 2C7.28587 2 4.92884 2 3.46438 3.46447C2.10734 4.8215 2.00779 6.94493 2.00049 11"/><path stroke-linejoin="round" d="M3 21L11 13M11 19V13H5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSquareBottomUpLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path d="M12.9999 21.9994C17.055 21.9921 19.1784 21.8926 20.5354 20.5355C21.9999 19.0711 21.9999 16.714 21.9999 12C21.9999 7.28595 21.9999 4.92893 20.5354 3.46447C19.071 2 16.714 2 11.9999 2C7.28587 2 4.92884 2 3.46438 3.46447C2.10734 4.8215 2.00779 6.94493 2.00049 11"/><path strokeLinejoin="round" d="M3 21L11 13M11 19V13H5"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path d="M12.9999 21.9994C17.055 21.9921 19.1784 21.8926 20.5354 20.5355C21.9999 19.0711 21.9999 16.714 21.9999 12C21.9999 7.28595 21.9999 4.92893 20.5354 3.46447C19.071 2 16.714 2 11.9999 2C7.28587 2 4.92884 2 3.46438 3.46447C2.10734 4.8215 2.00779 6.94493 2.00049 11"/><path stroke-linejoin="round" d="M3 21L11 13M11 19V13H5"/></g></svg>
</template>

CSS

.icon-square-bottom-up-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.9999%2021.9994C17.055%2021.9921%2019.1784%2021.8926%2020.5354%2020.5355C21.9999%2019.0711%2021.9999%2016.714%2021.9999%2012C21.9999%207.28595%2021.9999%204.92893%2020.5354%203.46447C19.071%202%2016.714%202%2011.9999%202C7.28587%202%204.92884%202%203.46438%203.46447C2.10734%204.8215%202.00779%206.94493%202.00049%2011%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2021L11%2013M11%2019V13H5%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M12.9999%2021.9994C17.055%2021.9921%2019.1784%2021.8926%2020.5354%2020.5355C21.9999%2019.0711%2021.9999%2016.714%2021.9999%2012C21.9999%207.28595%2021.9999%204.92893%2020.5354%203.46447C19.071%202%2016.714%202%2011.9999%202C7.28587%202%204.92884%202%203.46438%203.46447C2.10734%204.8215%202.00779%206.94493%202.00049%2011%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M3%2021L11%2013M11%2019V13H5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/square-bottom-up-linear.svg?color=%231a73e8&size=48