swipe-left-alt-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
swipe-left-alt-rounded
Set
Material Symbols Light
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More ui actions icons from Material Symbols Light

Use the swipe left alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 16.5q-1.748 0-3.005-1.137T10.023 12.5H4.921l1.746 1.746q.14.14.15.341q.01.202-.155.367q-.16.16-.354.16t-.354-.16l-2.388-2.388q-.131-.132-.184-.268T3.329 12t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.15t.367.15q.165.166.165.357t-.165.357l-1.74 1.74h5.101q.216-1.725 1.472-2.863T14.5 7.5q1.864 0 3.182 1.318T19 12t-1.318 3.182T14.5 16.5"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSwipeLeftAltRounded(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="M14.5 16.5q-1.748 0-3.005-1.137T10.023 12.5H4.921l1.746 1.746q.14.14.15.341q.01.202-.155.367q-.16.16-.354.16t-.354-.16l-2.388-2.388q-.131-.132-.184-.268T3.329 12t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.15t.367.15q.165.166.165.357t-.165.357l-1.74 1.74h5.101q.216-1.725 1.472-2.863T14.5 7.5q1.864 0 3.182 1.318T19 12t-1.318 3.182T14.5 16.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 16.5q-1.748 0-3.005-1.137T10.023 12.5H4.921l1.746 1.746q.14.14.15.341q.01.202-.155.367q-.16.16-.354.16t-.354-.16l-2.388-2.388q-.131-.132-.184-.268T3.329 12t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.15t.367.15q.165.166.165.357t-.165.357l-1.74 1.74h5.101q.216-1.725 1.472-2.863T14.5 7.5q1.864 0 3.182 1.318T19 12t-1.318 3.182T14.5 16.5"/></svg>
</template>

CSS

.icon-swipe-left-alt-rounded {
  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%22M14.5%2016.5q-1.748%200-3.005-1.137T10.023%2012.5H4.921l1.746%201.746q.14.14.15.341q.01.202-.155.367q-.16.16-.354.16t-.354-.16l-2.388-2.388q-.131-.132-.184-.268T3.329%2012t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.15t.367.15q.165.166.165.357t-.165.357l-1.74%201.74h5.101q.216-1.725%201.472-2.863T14.5%207.5q1.864%200%203.182%201.318T19%2012t-1.318%203.182T14.5%2016.5%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%22M14.5%2016.5q-1.748%200-3.005-1.137T10.023%2012.5H4.921l1.746%201.746q.14.14.15.341q.01.202-.155.367q-.16.16-.354.16t-.354-.16l-2.388-2.388q-.131-.132-.184-.268T3.329%2012t.053-.298t.184-.267l2.388-2.389q.14-.14.341-.15t.367.15q.165.166.165.357t-.165.357l-1.74%201.74h5.101q.216-1.725%201.472-2.863T14.5%207.5q1.864%200%203.182%201.318T19%2012t-1.318%203.182T14.5%2016.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/swipe-left-alt-rounded.svg?color=%231a73e8&size=48