square bottom up icon

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

Name
square-bottom-up-broken
Set
Solar
Style
Broken
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="M21.9999 12C21.9999 16.714 21.9999 19.0711 20.5354 20.5355C19.1784 21.8926 17.055 21.9921 12.9999 21.9994M2.00049 11C2.00779 6.94493 2.10734 4.8215 3.46438 3.46447C4.92884 2 7.28587 2 11.9999 2C16.714 2 19.071 2 20.5354 3.46447C21.5092 4.43821 21.8355 5.80655 21.9448 8"/><path stroke-linejoin="round" d="M3 21L11 13M11 19V13H5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarSquareBottomUpBroken(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="M21.9999 12C21.9999 16.714 21.9999 19.0711 20.5354 20.5355C19.1784 21.8926 17.055 21.9921 12.9999 21.9994M2.00049 11C2.00779 6.94493 2.10734 4.8215 3.46438 3.46447C4.92884 2 7.28587 2 11.9999 2C16.714 2 19.071 2 20.5354 3.46447C21.5092 4.43821 21.8355 5.80655 21.9448 8"/><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="M21.9999 12C21.9999 16.714 21.9999 19.0711 20.5354 20.5355C19.1784 21.8926 17.055 21.9921 12.9999 21.9994M2.00049 11C2.00779 6.94493 2.10734 4.8215 3.46438 3.46447C4.92884 2 7.28587 2 11.9999 2C16.714 2 19.071 2 20.5354 3.46447C21.5092 4.43821 21.8355 5.80655 21.9448 8"/><path stroke-linejoin="round" d="M3 21L11 13M11 19V13H5"/></g></svg>
</template>

CSS

.icon-square-bottom-up-broken {
  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%22M21.9999%2012C21.9999%2016.714%2021.9999%2019.0711%2020.5354%2020.5355C19.1784%2021.8926%2017.055%2021.9921%2012.9999%2021.9994M2.00049%2011C2.00779%206.94493%202.10734%204.8215%203.46438%203.46447C4.92884%202%207.28587%202%2011.9999%202C16.714%202%2019.071%202%2020.5354%203.46447C21.5092%204.43821%2021.8355%205.80655%2021.9448%208%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%22M21.9999%2012C21.9999%2016.714%2021.9999%2019.0711%2020.5354%2020.5355C19.1784%2021.8926%2017.055%2021.9921%2012.9999%2021.9994M2.00049%2011C2.00779%206.94493%202.10734%204.8215%203.46438%203.46447C4.92884%202%207.28587%202%2011.9999%202C16.714%202%2019.071%202%2020.5354%203.46447C21.5092%204.43821%2021.8355%205.80655%2021.9448%208%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-broken.svg?color=%231a73e8&size=48