swipe down icon
swipe-down-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- swipe-down-rounded
- Set
- Material Symbols
- Style
- 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 down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.8 12.2q-.15-.675-.225-1.35T3.5 9.5q0-1.85.55-3.6t1.6-3.25q.2-.275.5-.312t.525.187t.25.563t-.175.612Q5.875 5 5.438 6.463T5 9.5q0 .65.075 1.288t.25 1.262l1.1-1.075q.225-.2.525-.212t.525.212t.225.525t-.225.525L5.2 14.3q-.3.3-.7.3t-.7-.3l-2.275-2.275Q1.3 11.8 1.3 11.5t.225-.525t.525-.225t.525.225zm12.65 8.625q-.575.2-1.162.188t-1.138-.288L8.5 18.1q-.375-.175-.525-.562T8 16.775l.05-.1q.25-.5.7-.812t1-.363l1.7-.125L8.65 7.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l2.4 6.575l.95-.35l-1.025-2.825q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.025 2.825l.925-.35L16 10.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l.675 1.875l.95-.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l1.375 3.75q.575 1.575-.113 3.063T20.375 19.4z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSwipeDownRounded(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="M3.8 12.2q-.15-.675-.225-1.35T3.5 9.5q0-1.85.55-3.6t1.6-3.25q.2-.275.5-.312t.525.187t.25.563t-.175.612Q5.875 5 5.438 6.463T5 9.5q0 .65.075 1.288t.25 1.262l1.1-1.075q.225-.2.525-.212t.525.212t.225.525t-.225.525L5.2 14.3q-.3.3-.7.3t-.7-.3l-2.275-2.275Q1.3 11.8 1.3 11.5t.225-.525t.525-.225t.525.225zm12.65 8.625q-.575.2-1.162.188t-1.138-.288L8.5 18.1q-.375-.175-.525-.562T8 16.775l.05-.1q.25-.5.7-.812t1-.363l1.7-.125L8.65 7.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l2.4 6.575l.95-.35l-1.025-2.825q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.025 2.825l.925-.35L16 10.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l.675 1.875l.95-.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l1.375 3.75q.575 1.575-.113 3.063T20.375 19.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.8 12.2q-.15-.675-.225-1.35T3.5 9.5q0-1.85.55-3.6t1.6-3.25q.2-.275.5-.312t.525.187t.25.563t-.175.612Q5.875 5 5.438 6.463T5 9.5q0 .65.075 1.288t.25 1.262l1.1-1.075q.225-.2.525-.212t.525.212t.225.525t-.225.525L5.2 14.3q-.3.3-.7.3t-.7-.3l-2.275-2.275Q1.3 11.8 1.3 11.5t.225-.525t.525-.225t.525.225zm12.65 8.625q-.575.2-1.162.188t-1.138-.288L8.5 18.1q-.375-.175-.525-.562T8 16.775l.05-.1q.25-.5.7-.812t1-.363l1.7-.125L8.65 7.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l2.4 6.575l.95-.35l-1.025-2.825q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.025 2.825l.925-.35L16 10.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l.675 1.875l.95-.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l1.375 3.75q.575 1.575-.113 3.063T20.375 19.4z"/></svg> </template>
CSS
.icon-swipe-down-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%22M3.8%2012.2q-.15-.675-.225-1.35T3.5%209.5q0-1.85.55-3.6t1.6-3.25q.2-.275.5-.312t.525.187t.25.563t-.175.612Q5.875%205%205.438%206.463T5%209.5q0%20.65.075%201.288t.25%201.262l1.1-1.075q.225-.2.525-.212t.525.212t.225.525t-.225.525L5.2%2014.3q-.3.3-.7.3t-.7-.3l-2.275-2.275Q1.3%2011.8%201.3%2011.5t.225-.525t.525-.225t.525.225zm12.65%208.625q-.575.2-1.162.188t-1.138-.288L8.5%2018.1q-.375-.175-.525-.562T8%2016.775l.05-.1q.25-.5.7-.812t1-.363l1.7-.125L8.65%207.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l2.4%206.575l.95-.35l-1.025-2.825q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.025%202.825l.925-.35L16%2010.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l.675%201.875l.95-.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l1.375%203.75q.575%201.575-.113%203.063T20.375%2019.4z%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%22M3.8%2012.2q-.15-.675-.225-1.35T3.5%209.5q0-1.85.55-3.6t1.6-3.25q.2-.275.5-.312t.525.187t.25.563t-.175.612Q5.875%205%205.438%206.463T5%209.5q0%20.65.075%201.288t.25%201.262l1.1-1.075q.225-.2.525-.212t.525.212t.225.525t-.225.525L5.2%2014.3q-.3.3-.7.3t-.7-.3l-2.275-2.275Q1.3%2011.8%201.3%2011.5t.225-.525t.525-.225t.525.225zm12.65%208.625q-.575.2-1.162.188t-1.138-.288L8.5%2018.1q-.375-.175-.525-.562T8%2016.775l.05-.1q.25-.5.7-.812t1-.363l1.7-.125L8.65%207.7q-.15-.4.025-.763t.575-.512t.762.025t.513.575l2.4%206.575l.95-.35l-1.025-2.825q-.15-.4.025-.763t.575-.512t.762.025t.513.575l1.025%202.825l.925-.35L16%2010.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l.675%201.875l.95-.35q-.15-.4.025-.762t.575-.513t.762.025t.513.575l1.375%203.75q.575%201.575-.113%203.063T20.375%2019.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/swipe-down-rounded.svg?color=%231a73e8&size=48