arrow up square settings icon
arrow-up-square-settings-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- arrow-up-square-settings-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-circle-up-sparkle-20-filled
Use the arrow up square settings icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.278 14.976a2 2 0 0 1-1.441 2.496l-.584.144a5.7 5.7 0 0 0 .006 1.808l.54.13a2 2 0 0 1 1.45 2.51l-.187.631c.44.386.94.699 1.484.922l.494-.519a2 2 0 0 1 2.899 0l.498.525a5.3 5.3 0 0 0 1.483-.913l-.198-.686a2 2 0 0 1 1.441-2.496l.584-.144a5.7 5.7 0 0 0-.006-1.808l-.54-.13a2 2 0 0 1-1.45-2.51l.187-.63a5.3 5.3 0 0 0-1.484-.922l-.493.518a2 2 0 0 1-2.9 0l-.498-.525a5.3 5.3 0 0 0-1.483.912zM18.5 20c-.8 0-1.45-.672-1.45-1.5S17.7 17 18.5 17s1.45.672 1.45 1.5S19.3 20 18.5 20M6.25 21h6.248a6.5 6.5 0 0 1-.32-4.021A.8.8 0 0 1 12 17l-.102-.007a.75.75 0 0 1-.648-.743V9.558L8.53 12.28l-.085.073a.75.75 0 0 1-.976-1.133l4-4.002l.084-.072a.75.75 0 0 1 .976.072l4.001 4.001l.073.084a.75.75 0 0 1-.073.977l-.044.038A6.5 6.5 0 0 1 18.5 12c.886 0 1.73.177 2.5.498V6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21m6.5-11.44v5.906a6.53 6.53 0 0 1 3.247-2.967a.75.75 0 0 1-.527-.22z"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowUpSquareSettings24Filled(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="M15.278 14.976a2 2 0 0 1-1.441 2.496l-.584.144a5.7 5.7 0 0 0 .006 1.808l.54.13a2 2 0 0 1 1.45 2.51l-.187.631c.44.386.94.699 1.484.922l.494-.519a2 2 0 0 1 2.899 0l.498.525a5.3 5.3 0 0 0 1.483-.913l-.198-.686a2 2 0 0 1 1.441-2.496l.584-.144a5.7 5.7 0 0 0-.006-1.808l-.54-.13a2 2 0 0 1-1.45-2.51l.187-.63a5.3 5.3 0 0 0-1.484-.922l-.493.518a2 2 0 0 1-2.9 0l-.498-.525a5.3 5.3 0 0 0-1.483.912zM18.5 20c-.8 0-1.45-.672-1.45-1.5S17.7 17 18.5 17s1.45.672 1.45 1.5S19.3 20 18.5 20M6.25 21h6.248a6.5 6.5 0 0 1-.32-4.021A.8.8 0 0 1 12 17l-.102-.007a.75.75 0 0 1-.648-.743V9.558L8.53 12.28l-.085.073a.75.75 0 0 1-.976-1.133l4-4.002l.084-.072a.75.75 0 0 1 .976.072l4.001 4.001l.073.084a.75.75 0 0 1-.073.977l-.044.038A6.5 6.5 0 0 1 18.5 12c.886 0 1.73.177 2.5.498V6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21m6.5-11.44v5.906a6.53 6.53 0 0 1 3.247-2.967a.75.75 0 0 1-.527-.22z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.278 14.976a2 2 0 0 1-1.441 2.496l-.584.144a5.7 5.7 0 0 0 .006 1.808l.54.13a2 2 0 0 1 1.45 2.51l-.187.631c.44.386.94.699 1.484.922l.494-.519a2 2 0 0 1 2.899 0l.498.525a5.3 5.3 0 0 0 1.483-.913l-.198-.686a2 2 0 0 1 1.441-2.496l.584-.144a5.7 5.7 0 0 0-.006-1.808l-.54-.13a2 2 0 0 1-1.45-2.51l.187-.63a5.3 5.3 0 0 0-1.484-.922l-.493.518a2 2 0 0 1-2.9 0l-.498-.525a5.3 5.3 0 0 0-1.483.912zM18.5 20c-.8 0-1.45-.672-1.45-1.5S17.7 17 18.5 17s1.45.672 1.45 1.5S19.3 20 18.5 20M6.25 21h6.248a6.5 6.5 0 0 1-.32-4.021A.8.8 0 0 1 12 17l-.102-.007a.75.75 0 0 1-.648-.743V9.558L8.53 12.28l-.085.073a.75.75 0 0 1-.976-1.133l4-4.002l.084-.072a.75.75 0 0 1 .976.072l4.001 4.001l.073.084a.75.75 0 0 1-.073.977l-.044.038A6.5 6.5 0 0 1 18.5 12c.886 0 1.73.177 2.5.498V6.25A3.25 3.25 0 0 0 17.75 3H6.25A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21m6.5-11.44v5.906a6.53 6.53 0 0 1 3.247-2.967a.75.75 0 0 1-.527-.22z"/></svg> </template>
CSS
.icon-arrow-up-square-settings-24-filled {
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%22M15.278%2014.976a2%202%200%200%201-1.441%202.496l-.584.144a5.7%205.7%200%200%200%20.006%201.808l.54.13a2%202%200%200%201%201.45%202.51l-.187.631c.44.386.94.699%201.484.922l.494-.519a2%202%200%200%201%202.899%200l.498.525a5.3%205.3%200%200%200%201.483-.913l-.198-.686a2%202%200%200%201%201.441-2.496l.584-.144a5.7%205.7%200%200%200-.006-1.808l-.54-.13a2%202%200%200%201-1.45-2.51l.187-.63a5.3%205.3%200%200%200-1.484-.922l-.493.518a2%202%200%200%201-2.9%200l-.498-.525a5.3%205.3%200%200%200-1.483.912zM18.5%2020c-.8%200-1.45-.672-1.45-1.5S17.7%2017%2018.5%2017s1.45.672%201.45%201.5S19.3%2020%2018.5%2020M6.25%2021h6.248a6.5%206.5%200%200%201-.32-4.021A.8.8%200%200%201%2012%2017l-.102-.007a.75.75%200%200%201-.648-.743V9.558L8.53%2012.28l-.085.073a.75.75%200%200%201-.976-1.133l4-4.002l.084-.072a.75.75%200%200%201%20.976.072l4.001%204.001l.073.084a.75.75%200%200%201-.073.977l-.044.038A6.5%206.5%200%200%201%2018.5%2012c.886%200%201.73.177%202.5.498V6.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021m6.5-11.44v5.906a6.53%206.53%200%200%201%203.247-2.967a.75.75%200%200%201-.527-.22z%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%22M15.278%2014.976a2%202%200%200%201-1.441%202.496l-.584.144a5.7%205.7%200%200%200%20.006%201.808l.54.13a2%202%200%200%201%201.45%202.51l-.187.631c.44.386.94.699%201.484.922l.494-.519a2%202%200%200%201%202.899%200l.498.525a5.3%205.3%200%200%200%201.483-.913l-.198-.686a2%202%200%200%201%201.441-2.496l.584-.144a5.7%205.7%200%200%200-.006-1.808l-.54-.13a2%202%200%200%201-1.45-2.51l.187-.63a5.3%205.3%200%200%200-1.484-.922l-.493.518a2%202%200%200%201-2.9%200l-.498-.525a5.3%205.3%200%200%200-1.483.912zM18.5%2020c-.8%200-1.45-.672-1.45-1.5S17.7%2017%2018.5%2017s1.45.672%201.45%201.5S19.3%2020%2018.5%2020M6.25%2021h6.248a6.5%206.5%200%200%201-.32-4.021A.8.8%200%200%201%2012%2017l-.102-.007a.75.75%200%200%201-.648-.743V9.558L8.53%2012.28l-.085.073a.75.75%200%200%201-.976-1.133l4-4.002l.084-.072a.75.75%200%200%201%20.976.072l4.001%204.001l.073.084a.75.75%200%200%201-.073.977l-.044.038A6.5%206.5%200%200%201%2018.5%2012c.886%200%201.73.177%202.5.498V6.25A3.25%203.25%200%200%200%2017.75%203H6.25A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021m6.5-11.44v5.906a6.53%206.53%200%200%201%203.247-2.967a.75.75%200%200%201-.527-.22z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-up-square-settings-24-filled.svg?color=%231a73e8&size=48