swipe left icon
swipe-left-outline-rounded from Material Symbols by Google · Outline Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-left-outline-rounded
- Set
- Material Symbols
- Style
- Outline Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the swipe left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.1 5.5h2.15q.325 0 .538.213T7 6.25t-.213.538T6.25 7H3q-.425 0-.712-.288T2 6V2.75q0-.325.213-.537T2.75 2t.538.213t.212.537v1.275q1.8-1.475 3.975-2.25T12 1q3.35 0 6 1.425t3.7 3.75q.125.3-.025.563t-.45.262q-.375 0-.687-.2t-.513-.525Q18.9 4.5 16.8 3.5t-4.8-1q-2.2 0-4.225.775T4.1 5.5M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.287-.687t.262-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v9.5q0 .5-.4.8t-.875.175l-1.15-.325l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zm1.888-11.712Q14 10.575 14 11v3q0 .425-.288.713T13 15t-.712-.288T12 14v-3q0-.425.288-.712T13 10t.713.288m3 1Q17 11.575 17 12v2q0 .425-.288.713T16 15t-.712-.288T15 14v-2q0-.425.288-.712T16 11t.713.288M14.274 17"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwipeLeftOutlineRounded(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="M4.1 5.5h2.15q.325 0 .538.213T7 6.25t-.213.538T6.25 7H3q-.425 0-.712-.288T2 6V2.75q0-.325.213-.537T2.75 2t.538.213t.212.537v1.275q1.8-1.475 3.975-2.25T12 1q3.35 0 6 1.425t3.7 3.75q.125.3-.025.563t-.45.262q-.375 0-.687-.2t-.513-.525Q18.9 4.5 16.8 3.5t-4.8-1q-2.2 0-4.225.775T4.1 5.5M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.287-.687t.262-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v9.5q0 .5-.4.8t-.875.175l-1.15-.325l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zm1.888-11.712Q14 10.575 14 11v3q0 .425-.288.713T13 15t-.712-.288T12 14v-3q0-.425.288-.712T13 10t.713.288m3 1Q17 11.575 17 12v2q0 .425-.288.713T16 15t-.712-.288T15 14v-2q0-.425.288-.712T16 11t.713.288M14.274 17"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.1 5.5h2.15q.325 0 .538.213T7 6.25t-.213.538T6.25 7H3q-.425 0-.712-.288T2 6V2.75q0-.325.213-.537T2.75 2t.538.213t.212.537v1.275q1.8-1.475 3.975-2.25T12 1q3.35 0 6 1.425t3.7 3.75q.125.3-.025.563t-.45.262q-.375 0-.687-.2t-.513-.525Q18.9 4.5 16.8 3.5t-4.8-1q-2.2 0-4.225.775T4.1 5.5M11.825 22q-.6 0-1.15-.225t-.975-.65L5.3 16.7q-.275-.275-.287-.687t.262-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10 6t.713.288T11 7v9.5q0 .5-.4.8t-.875.175l-1.15-.325l2.55 2.55q.125.125.313.213t.387.087H16q.825 0 1.413-.587T18 18v-4q0-.425.288-.712T19 13t.713.288T20 14v4q0 1.65-1.175 2.825T16 22zm1.888-11.712Q14 10.575 14 11v3q0 .425-.288.713T13 15t-.712-.288T12 14v-3q0-.425.288-.712T13 10t.713.288m3 1Q17 11.575 17 12v2q0 .425-.288.713T16 15t-.712-.288T15 14v-2q0-.425.288-.712T16 11t.713.288M14.274 17"/></svg> </template>
CSS
.icon-swipe-left-outline-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%22M4.1%205.5h2.15q.325%200%20.538.213T7%206.25t-.213.538T6.25%207H3q-.425%200-.712-.288T2%206V2.75q0-.325.213-.537T2.75%202t.538.213t.212.537v1.275q1.8-1.475%203.975-2.25T12%201q3.35%200%206%201.425t3.7%203.75q.125.3-.025.563t-.45.262q-.375%200-.687-.2t-.513-.525Q18.9%204.5%2016.8%203.5t-4.8-1q-2.2%200-4.225.775T4.1%205.5M11.825%2022q-.6%200-1.15-.225t-.975-.65L5.3%2016.7q-.275-.275-.287-.687t.262-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10%206t.713.288T11%207v9.5q0%20.5-.4.8t-.875.175l-1.15-.325l2.55%202.55q.125.125.313.213t.387.087H16q.825%200%201.413-.587T18%2018v-4q0-.425.288-.712T19%2013t.713.288T20%2014v4q0%201.65-1.175%202.825T16%2022zm1.888-11.712Q14%2010.575%2014%2011v3q0%20.425-.288.713T13%2015t-.712-.288T12%2014v-3q0-.425.288-.712T13%2010t.713.288m3%201Q17%2011.575%2017%2012v2q0%20.425-.288.713T16%2015t-.712-.288T15%2014v-2q0-.425.288-.712T16%2011t.713.288M14.274%2017%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%22M4.1%205.5h2.15q.325%200%20.538.213T7%206.25t-.213.538T6.25%207H3q-.425%200-.712-.288T2%206V2.75q0-.325.213-.537T2.75%202t.538.213t.212.537v1.275q1.8-1.475%203.975-2.25T12%201q3.35%200%206%201.425t3.7%203.75q.125.3-.025.563t-.45.262q-.375%200-.687-.2t-.513-.525Q18.9%204.5%2016.8%203.5t-4.8-1q-2.2%200-4.225.775T4.1%205.5M11.825%2022q-.6%200-1.15-.225t-.975-.65L5.3%2016.7q-.275-.275-.287-.687t.262-.713l.075-.075q.4-.4.938-.537t1.062.012l1.65.475V7q0-.425.288-.712T10%206t.713.288T11%207v9.5q0%20.5-.4.8t-.875.175l-1.15-.325l2.55%202.55q.125.125.313.213t.387.087H16q.825%200%201.413-.587T18%2018v-4q0-.425.288-.712T19%2013t.713.288T20%2014v4q0%201.65-1.175%202.825T16%2022zm1.888-11.712Q14%2010.575%2014%2011v3q0%20.425-.288.713T13%2015t-.712-.288T12%2014v-3q0-.425.288-.712T13%2010t.713.288m3%201Q17%2011.575%2017%2012v2q0%20.425-.288.713T16%2015t-.712-.288T15%2014v-2q0-.425.288-.712T16%2011t.713.288M14.274%2017%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/swipe-left-outline-rounded.svg?color=%231a73e8&size=48