bring to front icon

bring-to-front from IconPark by ByteDance · Color · Edit · Apache-2.0 Free for personal and commercial use.

Name
bring-to-front
Set
IconPark
Style
Color
Category
Edit
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More edit icons from IconPark

Use the bring to front icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M41 18H19C18.4477 18 18 18.4477 18 19V41C18 41.5523 18.4477 42 19 42H41C41.5523 42 42 41.5523 42 41V19C42 18.4477 41.5523 18 41 18Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.96906 6H6V10.0336"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.99705 30H6V26.012"/><path stroke-linecap="round" stroke-linejoin="round" d="M26.0023 6H30V10.0152"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.0283 6H20.0083"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 16C6 18.6536 6 19.9869 6 20"/><path stroke-linecap="round" stroke-linejoin="round" d="M30 16C30 18.6765 30 19.3456 30 18.0074"/><path stroke-linecap="round" d="M15.9922 30H17.9996"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkBringToFront(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeWidth="4"><path fill="#2F88FF" strokeLinejoin="round" d="M41 18H19C18.4477 18 18 18.4477 18 19V41C18 41.5523 18.4477 42 19 42H41C41.5523 42 42 41.5523 42 41V19C42 18.4477 41.5523 18 41 18Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M9.96906 6H6V10.0336"/><path strokeLinecap="round" strokeLinejoin="round" d="M9.99705 30H6V26.012"/><path strokeLinecap="round" strokeLinejoin="round" d="M26.0023 6H30V10.0152"/><path strokeLinecap="round" strokeLinejoin="round" d="M16.0283 6H20.0083"/><path strokeLinecap="round" strokeLinejoin="round" d="M6 16C6 18.6536 6 19.9869 6 20"/><path strokeLinecap="round" strokeLinejoin="round" d="M30 16C30 18.6765 30 19.3456 30 18.0074"/><path strokeLinecap="round" d="M15.9922 30H17.9996"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-width="4"><path fill="#2F88FF" stroke-linejoin="round" d="M41 18H19C18.4477 18 18 18.4477 18 19V41C18 41.5523 18.4477 42 19 42H41C41.5523 42 42 41.5523 42 41V19C42 18.4477 41.5523 18 41 18Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.96906 6H6V10.0336"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.99705 30H6V26.012"/><path stroke-linecap="round" stroke-linejoin="round" d="M26.0023 6H30V10.0152"/><path stroke-linecap="round" stroke-linejoin="round" d="M16.0283 6H20.0083"/><path stroke-linecap="round" stroke-linejoin="round" d="M6 16C6 18.6536 6 19.9869 6 20"/><path stroke-linecap="round" stroke-linejoin="round" d="M30 16C30 18.6765 30 19.3456 30 18.0074"/><path stroke-linecap="round" d="M15.9922 30H17.9996"/></g></svg>
</template>

CSS

.icon-bring-to-front {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2018H19C18.4477%2018%2018%2018.4477%2018%2019V41C18%2041.5523%2018.4477%2042%2019%2042H41C41.5523%2042%2042%2041.5523%2042%2041V19C42%2018.4477%2041.5523%2018%2041%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.96906%206H6V10.0336%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.99705%2030H6V26.012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26.0023%206H30V10.0152%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.0283%206H20.0083%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2016C6%2018.6536%206%2019.9869%206%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2016C30%2018.6765%2030%2019.3456%2030%2018.0074%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.9922%2030H17.9996%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke-linejoin%3D%22round%22%20d%3D%22M41%2018H19C18.4477%2018%2018%2018.4477%2018%2019V41C18%2041.5523%2018.4477%2042%2019%2042H41C41.5523%2042%2042%2041.5523%2042%2041V19C42%2018.4477%2041.5523%2018%2041%2018Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.96906%206H6V10.0336%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.99705%2030H6V26.012%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M26.0023%206H30V10.0152%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M16.0283%206H20.0083%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M6%2016C6%2018.6536%206%2019.9869%206%2020%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30%2016C30%2018.6765%2030%2019.3456%2030%2018.0074%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M15.9922%2030H17.9996%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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