arrow cool down icon
arrow-cool-down-rounded from Material Symbols by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-cool-down-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Activities
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrow-cool-down-outline-rounded
1 other variant in Material Symbols
The same icon in other sets
More activities icons from Material Symbols
Use the arrow cool down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.625 21.825q-.175-.075-.325-.225l-5.6-5.575q-.275-.275-.275-.7T5.7 14.6q.3-.3.713-.3t.712.3L11 18.5v-6.175q0-.425.288-.712t.712-.288t.713.288t.287.712V18.5l3.9-3.9q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7L12.7 21.6q-.15.15-.325.225T12 21.9t-.375-.075m-.337-12.787Q11 8.75 11 8.325v-1q0-.425.288-.712T12 6.325t.713.288t.287.712v1q0 .425-.288.713T12 9.325t-.712-.287m0-5Q11 3.75 11 3.325t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsArrowCoolDownRounded(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="M11.625 21.825q-.175-.075-.325-.225l-5.6-5.575q-.275-.275-.275-.7T5.7 14.6q.3-.3.713-.3t.712.3L11 18.5v-6.175q0-.425.288-.712t.712-.288t.713.288t.287.712V18.5l3.9-3.9q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7L12.7 21.6q-.15.15-.325.225T12 21.9t-.375-.075m-.337-12.787Q11 8.75 11 8.325v-1q0-.425.288-.712T12 6.325t.713.288t.287.712v1q0 .425-.288.713T12 9.325t-.712-.287m0-5Q11 3.75 11 3.325t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.625 21.825q-.175-.075-.325-.225l-5.6-5.575q-.275-.275-.275-.7T5.7 14.6q.3-.3.713-.3t.712.3L11 18.5v-6.175q0-.425.288-.712t.712-.288t.713.288t.287.712V18.5l3.9-3.9q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7L12.7 21.6q-.15.15-.325.225T12 21.9t-.375-.075m-.337-12.787Q11 8.75 11 8.325v-1q0-.425.288-.712T12 6.325t.713.288t.287.712v1q0 .425-.288.713T12 9.325t-.712-.287m0-5Q11 3.75 11 3.325t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288"/></svg> </template>
CSS
.icon-arrow-cool-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%22M11.625%2021.825q-.175-.075-.325-.225l-5.6-5.575q-.275-.275-.275-.7T5.7%2014.6q.3-.3.713-.3t.712.3L11%2018.5v-6.175q0-.425.288-.712t.712-.288t.713.288t.287.712V18.5l3.9-3.9q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7L12.7%2021.6q-.15.15-.325.225T12%2021.9t-.375-.075m-.337-12.787Q11%208.75%2011%208.325v-1q0-.425.288-.712T12%206.325t.713.288t.287.712v1q0%20.425-.288.713T12%209.325t-.712-.287m0-5Q11%203.75%2011%203.325t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288%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%22M11.625%2021.825q-.175-.075-.325-.225l-5.6-5.575q-.275-.275-.275-.7T5.7%2014.6q.3-.3.713-.3t.712.3L11%2018.5v-6.175q0-.425.288-.712t.712-.288t.713.288t.287.712V18.5l3.9-3.9q.275-.275.688-.275t.712.3q.275.275.275.7t-.275.7L12.7%2021.6q-.15.15-.325.225T12%2021.9t-.375-.075m-.337-12.787Q11%208.75%2011%208.325v-1q0-.425.288-.712T12%206.325t.713.288t.287.712v1q0%20.425-.288.713T12%209.325t-.712-.287m0-5Q11%203.75%2011%203.325t.288-.712t.712-.288t.713.288t.287.712t-.288.713t-.712.287t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/arrow-cool-down-rounded.svg?color=%231a73e8&size=48