bring bottom icon

bring-bottom from Unicons by Iconscout · Line · Design Tools · Apache-2.0 Free for personal and commercial use.

Name
bring-bottom
Set
Unicons
Style
Line
Category
Design Tools
Viewbox
24×24
License
Apache 2.0

More design tools icons from Unicons

Use the bring bottom icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-2a1 1 0 1 0 0 2h1v4H4v-4h7a1 1 0 0 0 0-2h-1V9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1M4 10h4v4H4Zm8.71-3.3L14 5.41V17a1 1 0 1 0 2 0V5.41l1.29 1.29A1 1 0 0 0 18 7a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-3-3a1 1 0 0 0-1.42 0l-3 3a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42-.01"/></svg>

React

import type { SVGProps } from "react";

export function UilBringBottom(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-2a1 1 0 1 0 0 2h1v4H4v-4h7a1 1 0 0 0 0-2h-1V9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1M4 10h4v4H4Zm8.71-3.3L14 5.41V17a1 1 0 1 0 2 0V5.41l1.29 1.29A1 1 0 0 0 18 7a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-3-3a1 1 0 0 0-1.42 0l-3 3a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42-.01"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 14h-2a1 1 0 1 0 0 2h1v4H4v-4h7a1 1 0 0 0 0-2h-1V9a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1M4 10h4v4H4Zm8.71-3.3L14 5.41V17a1 1 0 1 0 2 0V5.41l1.29 1.29A1 1 0 0 0 18 7a1 1 0 0 0 .71-.29a1 1 0 0 0 0-1.41l-3-3a1 1 0 0 0-1.42 0l-3 3a1 1 0 0 0 0 1.41a1 1 0 0 0 1.42-.01"/></svg>
</template>

CSS

.icon-bring-bottom {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2014h-2a1%201%200%201%200%200%202h1v4H4v-4h7a1%201%200%200%200%200-2h-1V9a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h18a1%201%200%200%200%201-1v-6a1%201%200%200%200-1-1M4%2010h4v4H4Zm8.71-3.3L14%205.41V17a1%201%200%201%200%202%200V5.41l1.29%201.29A1%201%200%200%200%2018%207a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-3-3a1%201%200%200%200-1.42%200l-3%203a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42-.01%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%2014h-2a1%201%200%201%200%200%202h1v4H4v-4h7a1%201%200%200%200%200-2h-1V9a1%201%200%200%200-1-1H3a1%201%200%200%200-1%201v12a1%201%200%200%200%201%201h18a1%201%200%200%200%201-1v-6a1%201%200%200%200-1-1M4%2010h4v4H4Zm8.71-3.3L14%205.41V17a1%201%200%201%200%202%200V5.41l1.29%201.29A1%201%200%200%200%2018%207a1%201%200%200%200%20.71-.29a1%201%200%200%200%200-1.41l-3-3a1%201%200%200%200-1.42%200l-3%203a1%201%200%200%200%200%201.41a1%201%200%200%200%201.42-.01%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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