trending down icon
trending-down-rounded from Material Symbols by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.
- Name
- trending-down-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Business
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- trending-down-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
trending-downBoxIcons v2trending-down-fillEva Iconstrending-downFeather Iconstrending-downcss.ggtrending-downHuge Iconstrending-downHumbleiconstrending-downIconParktrending-downIconPark Outlinetrending-downIonIconstrending-downLucidetrending-downMajesticonstrending-downMaterial Symbols Lighttrending-downMaterial Design Iconstrending-down-fillMingCute Icontrending-downMyna UI Iconstrending-downPixelarticonstrending-downTabler Iconstrending-downTDesign Icons
More business icons from Material Symbols
Use the trending down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.6 16l-5.2-5.15l-2.575 2.575Q10.25 14 9.4 14t-1.425-.575L2.7 8.1q-.275-.275-.288-.687T2.7 6.7q.275-.275.7-.275t.7.275L9.4 12l2.575-2.575q.575-.575 1.425-.575t1.425.575L20 14.6V13q0-.425.288-.712T21 12t.713.288T22 13v4q0 .425-.288.713T21 18h-4q-.425 0-.712-.288T16 17t.288-.712T17 16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsTrendingDownRounded(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="m18.6 16l-5.2-5.15l-2.575 2.575Q10.25 14 9.4 14t-1.425-.575L2.7 8.1q-.275-.275-.288-.687T2.7 6.7q.275-.275.7-.275t.7.275L9.4 12l2.575-2.575q.575-.575 1.425-.575t1.425.575L20 14.6V13q0-.425.288-.712T21 12t.713.288T22 13v4q0 .425-.288.713T21 18h-4q-.425 0-.712-.288T16 17t.288-.712T17 16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.6 16l-5.2-5.15l-2.575 2.575Q10.25 14 9.4 14t-1.425-.575L2.7 8.1q-.275-.275-.288-.687T2.7 6.7q.275-.275.7-.275t.7.275L9.4 12l2.575-2.575q.575-.575 1.425-.575t1.425.575L20 14.6V13q0-.425.288-.712T21 12t.713.288T22 13v4q0 .425-.288.713T21 18h-4q-.425 0-.712-.288T16 17t.288-.712T17 16z"/></svg> </template>
CSS
.icon-trending-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%22m18.6%2016l-5.2-5.15l-2.575%202.575Q10.25%2014%209.4%2014t-1.425-.575L2.7%208.1q-.275-.275-.288-.687T2.7%206.7q.275-.275.7-.275t.7.275L9.4%2012l2.575-2.575q.575-.575%201.425-.575t1.425.575L20%2014.6V13q0-.425.288-.712T21%2012t.713.288T22%2013v4q0%20.425-.288.713T21%2018h-4q-.425%200-.712-.288T16%2017t.288-.712T17%2016z%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%22m18.6%2016l-5.2-5.15l-2.575%202.575Q10.25%2014%209.4%2014t-1.425-.575L2.7%208.1q-.275-.275-.288-.687T2.7%206.7q.275-.275.7-.275t.7.275L9.4%2012l2.575-2.575q.575-.575%201.425-.575t1.425.575L20%2014.6V13q0-.425.288-.712T21%2012t.713.288T22%2013v4q0%20.425-.288.713T21%2018h-4q-.425%200-.712-.288T16%2017t.288-.712T17%2016z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/trending-down-rounded.svg?color=%231a73e8&size=48