round-swipe-up from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-swipe-up
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="M8.83 19.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76 0-1.64.76-1.98s1.64 0 1.98.76l2.43 5.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2 2 0 0 1 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95 0 0 1-.54-.52m-2.08-5.72c.26-.26.29-.66.09-.95a10.44 10.44 0 0 1-1.52-8.49l1.09 1.09c.3.3.79.29 1.08-.02c.28-.3.25-.78-.04-1.07L5.21 1.71a.996.996 0 0 0-1.41 0L1.53 3.97c-.3.3-.29.79.02 1.08c.3.28.78.25 1.07-.04L3.8 3.82c-.2.86-.3 1.76-.3 2.68c0 2.51.77 4.85 2.09 6.77c.27.39.82.45 1.16.11"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundSwipeUp(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="M8.83 19.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76 0-1.64.76-1.98s1.64 0 1.98.76l2.43 5.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2 2 0 0 1 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95 0 0 1-.54-.52m-2.08-5.72c.26-.26.29-.66.09-.95a10.44 10.44 0 0 1-1.52-8.49l1.09 1.09c.3.3.79.29 1.08-.02c.28-.3.25-.78-.04-1.07L5.21 1.71a.996.996 0 0 0-1.41 0L1.53 3.97c-.3.3-.29.79.02 1.08c.3.28.78.25 1.07-.04L3.8 3.82c-.2.86-.3 1.76-.3 2.68c0 2.51.77 4.85 2.09 6.77c.27.39.82.45 1.16.11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.83 19.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76 0-1.64.76-1.98s1.64 0 1.98.76l2.43 5.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2 2 0 0 1 1.83 1.45l1.23 4.33c.27.96-.2 1.97-1.11 2.37l-5.63 2.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95 0 0 1-.54-.52m-2.08-5.72c.26-.26.29-.66.09-.95a10.44 10.44 0 0 1-1.52-8.49l1.09 1.09c.3.3.79.29 1.08-.02c.28-.3.25-.78-.04-1.07L5.21 1.71a.996.996 0 0 0-1.41 0L1.53 3.97c-.3.3-.29.79.02 1.08c.3.28.78.25 1.07-.04L3.8 3.82c-.2.86-.3 1.76-.3 2.68c0 2.51.77 4.85 2.09 6.77c.27.39.82.45 1.16.11"/></svg>
</template>

CSS

.icon-round-swipe-up {
  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%22M8.83%2019.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76%200-1.64.76-1.98s1.64%200%201.98.76l2.43%205.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2%202%200%200%201%201.83%201.45l1.23%204.33c.27.96-.2%201.97-1.11%202.37l-5.63%202.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95%200%200%201-.54-.52m-2.08-5.72c.26-.26.29-.66.09-.95a10.44%2010.44%200%200%201-1.52-8.49l1.09%201.09c.3.3.79.29%201.08-.02c.28-.3.25-.78-.04-1.07L5.21%201.71a.996.996%200%200%200-1.41%200L1.53%203.97c-.3.3-.29.79.02%201.08c.3.28.78.25%201.07-.04L3.8%203.82c-.2.86-.3%201.76-.3%202.68c0%202.51.77%204.85%202.09%206.77c.27.39.82.45%201.16.11%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%22M8.83%2019.1c-.26-.6.09-1.28.73-1.41l3.58-.71l-4.35-9.81c-.34-.76%200-1.64.76-1.98s1.64%200%201.98.76l2.43%205.49l.84-.37c.28-.13.59-.18.9-.17l4.56.21a2%202%200%200%201%201.83%201.45l1.23%204.33c.27.96-.2%201.97-1.11%202.37l-5.63%202.49c-.48.21-1.26.33-1.76.14l-5.45-2.27a.95.95%200%200%201-.54-.52m-2.08-5.72c.26-.26.29-.66.09-.95a10.44%2010.44%200%200%201-1.52-8.49l1.09%201.09c.3.3.79.29%201.08-.02c.28-.3.25-.78-.04-1.07L5.21%201.71a.996.996%200%200%200-1.41%200L1.53%203.97c-.3.3-.29.79.02%201.08c.3.28.78.25%201.07-.04L3.8%203.82c-.2.86-.3%201.76-.3%202.68c0%202.51.77%204.85%202.09%206.77c.27.39.82.45%201.16.11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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