swipe-up-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
swipe-up-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the swipe up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.852 3.011l.058-.007L12 3l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3 3a1 1 0 1 1-1.414 1.414L13 6.415l.001 4.685A5.002 5.002 0 0 1 12 21a5 5 0 0 1-5-5l.005-.217A5 5 0 0 1 11 11.1V6.415L9.707 7.707a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035z"/></svg>

React

import type { SVGProps } from "react";

export function TablerSwipeUpFilled(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="m11.852 3.011l.058-.007L12 3l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3 3a1 1 0 1 1-1.414 1.414L13 6.415l.001 4.685A5.002 5.002 0 0 1 12 21a5 5 0 0 1-5-5l.005-.217A5 5 0 0 1 11 11.1V6.415L9.707 7.707a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.852 3.011l.058-.007L12 3l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3 3a1 1 0 1 1-1.414 1.414L13 6.415l.001 4.685A5.002 5.002 0 0 1 12 21a5 5 0 0 1-5-5l.005-.217A5 5 0 0 1 11 11.1V6.415L9.707 7.707a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1 0-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035z"/></svg>
</template>

CSS

.icon-swipe-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%22m11.852%203.011l.058-.007L12%203l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3%203a1%201%200%201%201-1.414%201.414L13%206.415l.001%204.685A5.002%205.002%200%200%201%2012%2021a5%205%200%200%201-5-5l.005-.217A5%205%200%200%201%2011%2011.1V6.415L9.707%207.707a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201%200-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035z%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%22m11.852%203.011l.058-.007L12%203l.075.003l.126.017l.111.03l.111.044l.098.052l.104.074l.082.073l3%203a1%201%200%201%201-1.414%201.414L13%206.415l.001%204.685A5.002%205.002%200%200%201%2012%2021a5%205%200%200%201-5-5l.005-.217A5%205%200%200%201%2011%2011.1V6.415L9.707%207.707a1%201%200%200%201-1.32.083l-.094-.083a1%201%200%200%201%200-1.414l3-3q.053-.054.112-.097l.11-.071l.114-.054l.105-.035z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/swipe-up-filled.svg?color=%231a73e8&size=48