square rounded chevron up icon
square-rounded-chevron-up-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- square-rounded-chevron-up-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
Related icons in Tabler Icons
square-0-filledsquare-1-filledsquare-2-filledsquare-3-filledsquare-4-filledsquare-5-filledsquare-6-filledsquare-7-filledsquare-8-filledsquare-9-filledsquare-arrow-downsquare-arrow-leftsquare-arrow-rightsquare-arrow-upsquare-asterisksquare-checksquare-chevron-downsquare-chevron-leftsquare-chevron-rightsquare-chevron-upsquare-chevrons-downsquare-chevrons-leftsquare-chevrons-rightsquare-chevrons-up
Use the square rounded chevron up icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2q-.327 0-.642.005l-.616.017l-.299.013l-.579.034l-.553.046c-4.785.464-6.732 2.411-7.196 7.196l-.046.553l-.034.579q-.008.147-.013.299l-.017.616l-.004.318L2 12q0 .327.005.642l.017.616l.013.299l.034.579l.046.553c.464 4.785 2.411 6.732 7.196 7.196l.553.046l.579.034q.147.008.299.013l.616.017L12 22l.642-.005l.616-.017l.299-.013l.579-.034l.553-.046c4.785-.464 6.732-2.411 7.196-7.196l.046-.553l.034-.579q.008-.147.013-.299l.017-.616L22 12l-.005-.642l-.017-.616l-.013-.299l-.034-.579l-.046-.553c-.464-4.785-2.411-6.732-7.196-7.196l-.553-.046l-.579-.034l-.299-.013l-.616-.017l-.318-.004zm-.707 7.293a1 1 0 0 1 1.32-.083l.094.083l3 3a1 1 0 0 1-1.32 1.497l-.094-.083L12 11.415l-2.293 2.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.094z"/></svg>
React
import type { SVGProps } from "react";
export function TablerSquareRoundedChevronUpFilled(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="M12 2q-.327 0-.642.005l-.616.017l-.299.013l-.579.034l-.553.046c-4.785.464-6.732 2.411-7.196 7.196l-.046.553l-.034.579q-.008.147-.013.299l-.017.616l-.004.318L2 12q0 .327.005.642l.017.616l.013.299l.034.579l.046.553c.464 4.785 2.411 6.732 7.196 7.196l.553.046l.579.034q.147.008.299.013l.616.017L12 22l.642-.005l.616-.017l.299-.013l.579-.034l.553-.046c4.785-.464 6.732-2.411 7.196-7.196l.046-.553l.034-.579q.008-.147.013-.299l.017-.616L22 12l-.005-.642l-.017-.616l-.013-.299l-.034-.579l-.046-.553c-.464-4.785-2.411-6.732-7.196-7.196l-.553-.046l-.579-.034l-.299-.013l-.616-.017l-.318-.004zm-.707 7.293a1 1 0 0 1 1.32-.083l.094.083l3 3a1 1 0 0 1-1.32 1.497l-.094-.083L12 11.415l-2.293 2.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.094z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2q-.327 0-.642.005l-.616.017l-.299.013l-.579.034l-.553.046c-4.785.464-6.732 2.411-7.196 7.196l-.046.553l-.034.579q-.008.147-.013.299l-.017.616l-.004.318L2 12q0 .327.005.642l.017.616l.013.299l.034.579l.046.553c.464 4.785 2.411 6.732 7.196 7.196l.553.046l.579.034q.147.008.299.013l.616.017L12 22l.642-.005l.616-.017l.299-.013l.579-.034l.553-.046c4.785-.464 6.732-2.411 7.196-7.196l.046-.553l.034-.579q.008-.147.013-.299l.017-.616L22 12l-.005-.642l-.017-.616l-.013-.299l-.034-.579l-.046-.553c-.464-4.785-2.411-6.732-7.196-7.196l-.553-.046l-.579-.034l-.299-.013l-.616-.017l-.318-.004zm-.707 7.293a1 1 0 0 1 1.32-.083l.094.083l3 3a1 1 0 0 1-1.32 1.497l-.094-.083L12 11.415l-2.293 2.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.094z"/></svg> </template>
CSS
.icon-square-rounded-chevron-up-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%22M12%202q-.327%200-.642.005l-.616.017l-.299.013l-.579.034l-.553.046c-4.785.464-6.732%202.411-7.196%207.196l-.046.553l-.034.579q-.008.147-.013.299l-.017.616l-.004.318L2%2012q0%20.327.005.642l.017.616l.013.299l.034.579l.046.553c.464%204.785%202.411%206.732%207.196%207.196l.553.046l.579.034q.147.008.299.013l.616.017L12%2022l.642-.005l.616-.017l.299-.013l.579-.034l.553-.046c4.785-.464%206.732-2.411%207.196-7.196l.046-.553l.034-.579q.008-.147.013-.299l.017-.616L22%2012l-.005-.642l-.017-.616l-.013-.299l-.034-.579l-.046-.553c-.464-4.785-2.411-6.732-7.196-7.196l-.553-.046l-.579-.034l-.299-.013l-.616-.017l-.318-.004zm-.707%207.293a1%201%200%200%201%201.32-.083l.094.083l3%203a1%201%200%200%201-1.32%201.497l-.094-.083L12%2011.415l-2.293%202.292a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201-.083-1.32l.083-.094z%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%22M12%202q-.327%200-.642.005l-.616.017l-.299.013l-.579.034l-.553.046c-4.785.464-6.732%202.411-7.196%207.196l-.046.553l-.034.579q-.008.147-.013.299l-.017.616l-.004.318L2%2012q0%20.327.005.642l.017.616l.013.299l.034.579l.046.553c.464%204.785%202.411%206.732%207.196%207.196l.553.046l.579.034q.147.008.299.013l.616.017L12%2022l.642-.005l.616-.017l.299-.013l.579-.034l.553-.046c4.785-.464%206.732-2.411%207.196-7.196l.046-.553l.034-.579q.008-.147.013-.299l.017-.616L22%2012l-.005-.642l-.017-.616l-.013-.299l-.034-.579l-.046-.553c-.464-4.785-2.411-6.732-7.196-7.196l-.553-.046l-.579-.034l-.299-.013l-.616-.017l-.318-.004zm-.707%207.293a1%201%200%200%201%201.32-.083l.094.083l3%203a1%201%200%200%201-1.32%201.497l-.094-.083L12%2011.415l-2.293%202.292a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201-.083-1.32l.083-.094z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/square-rounded-chevron-up-filled.svg?color=%231a73e8&size=48