bring to front icon
bring-to-front from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- bring-to-front
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the bring to front icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.598 8.5C17 9.196 17 10.13 17 12s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C14.804 17 13.87 17 12 17s-2.804 0-3.5-.402A3 3 0 0 1 7.402 15.5C7 14.804 7 13.87 7 12s0-2.804.402-3.5A3 3 0 0 1 8.5 7.402C9.196 7 10.13 7 12 7s2.804 0 3.5.402A3 3 0 0 1 16.598 8.5M8 4.004c-.02-.502-.075-.832-.23-1.102a1.8 1.8 0 0 0-.66-.66C6.69 2 6.128 2 5.004 2s-1.685 0-2.103.242a1.8 1.8 0 0 0-.66.66C2 3.32 2 3.882 2 5.005s0 1.686.242 2.104c.158.274.385.502.66.66c.27.156.6.211 1.102.231M16 19.996c.02.503.075.832.23 1.102c.16.274.387.502.66.66c.42.242.981.242 2.105.242c1.123 0 1.685 0 2.103-.242c.274-.158.502-.386.66-.66c.242-.418.242-.98.242-2.103s0-1.686-.242-2.104a1.8 1.8 0 0 0-.66-.66c-.27-.156-.6-.211-1.102-.231"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBringToFront(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.598 8.5C17 9.196 17 10.13 17 12s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C14.804 17 13.87 17 12 17s-2.804 0-3.5-.402A3 3 0 0 1 7.402 15.5C7 14.804 7 13.87 7 12s0-2.804.402-3.5A3 3 0 0 1 8.5 7.402C9.196 7 10.13 7 12 7s2.804 0 3.5.402A3 3 0 0 1 16.598 8.5M8 4.004c-.02-.502-.075-.832-.23-1.102a1.8 1.8 0 0 0-.66-.66C6.69 2 6.128 2 5.004 2s-1.685 0-2.103.242a1.8 1.8 0 0 0-.66.66C2 3.32 2 3.882 2 5.005s0 1.686.242 2.104c.158.274.385.502.66.66c.27.156.6.211 1.102.231M16 19.996c.02.503.075.832.23 1.102c.16.274.387.502.66.66c.42.242.981.242 2.105.242c1.123 0 1.685 0 2.103-.242c.274-.158.502-.386.66-.66c.242-.418.242-.98.242-2.103s0-1.686-.242-2.104a1.8 1.8 0 0 0-.66-.66c-.27-.156-.6-.211-1.102-.231"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.598 8.5C17 9.196 17 10.13 17 12s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C14.804 17 13.87 17 12 17s-2.804 0-3.5-.402A3 3 0 0 1 7.402 15.5C7 14.804 7 13.87 7 12s0-2.804.402-3.5A3 3 0 0 1 8.5 7.402C9.196 7 10.13 7 12 7s2.804 0 3.5.402A3 3 0 0 1 16.598 8.5M8 4.004c-.02-.502-.075-.832-.23-1.102a1.8 1.8 0 0 0-.66-.66C6.69 2 6.128 2 5.004 2s-1.685 0-2.103.242a1.8 1.8 0 0 0-.66.66C2 3.32 2 3.882 2 5.005s0 1.686.242 2.104c.158.274.385.502.66.66c.27.156.6.211 1.102.231M16 19.996c.02.503.075.832.23 1.102c.16.274.387.502.66.66c.42.242.981.242 2.105.242c1.123 0 1.685 0 2.103-.242c.274-.158.502-.386.66-.66c.242-.418.242-.98.242-2.103s0-1.686-.242-2.104a1.8 1.8 0 0 0-.66-.66c-.27-.156-.6-.211-1.102-.231"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.598%208.5C17%209.196%2017%2010.13%2017%2012s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C14.804%2017%2013.87%2017%2012%2017s-2.804%200-3.5-.402A3%203%200%200%201%207.402%2015.5C7%2014.804%207%2013.87%207%2012s0-2.804.402-3.5A3%203%200%200%201%208.5%207.402C9.196%207%2010.13%207%2012%207s2.804%200%203.5.402A3%203%200%200%201%2016.598%208.5M8%204.004c-.02-.502-.075-.832-.23-1.102a1.8%201.8%200%200%200-.66-.66C6.69%202%206.128%202%205.004%202s-1.685%200-2.103.242a1.8%201.8%200%200%200-.66.66C2%203.32%202%203.882%202%205.005s0%201.686.242%202.104c.158.274.385.502.66.66c.27.156.6.211%201.102.231M16%2019.996c.02.503.075.832.23%201.102c.16.274.387.502.66.66c.42.242.981.242%202.105.242c1.123%200%201.685%200%202.103-.242c.274-.158.502-.386.66-.66c.242-.418.242-.98.242-2.103s0-1.686-.242-2.104a1.8%201.8%200%200%200-.66-.66c-.27-.156-.6-.211-1.102-.231%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.598%208.5C17%209.196%2017%2010.13%2017%2012s0%202.804-.402%203.5a3%203%200%200%201-1.098%201.098C14.804%2017%2013.87%2017%2012%2017s-2.804%200-3.5-.402A3%203%200%200%201%207.402%2015.5C7%2014.804%207%2013.87%207%2012s0-2.804.402-3.5A3%203%200%200%201%208.5%207.402C9.196%207%2010.13%207%2012%207s2.804%200%203.5.402A3%203%200%200%201%2016.598%208.5M8%204.004c-.02-.502-.075-.832-.23-1.102a1.8%201.8%200%200%200-.66-.66C6.69%202%206.128%202%205.004%202s-1.685%200-2.103.242a1.8%201.8%200%200%200-.66.66C2%203.32%202%203.882%202%205.005s0%201.686.242%202.104c.158.274.385.502.66.66c.27.156.6.211%201.102.231M16%2019.996c.02.503.075.832.23%201.102c.16.274.387.502.66.66c.42.242.981.242%202.105.242c1.123%200%201.685%200%202.103-.242c.274-.158.502-.386.66-.66c.242-.418.242-.98.242-2.103s0-1.686-.242-2.104a1.8%201.8%200%200%200-.66-.66c-.27-.156-.6-.211-1.102-.231%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/bring-to-front.svg?color=%231a73e8&size=48