arrow-cool-down-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
arrow-cool-down-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0
Aliases
arrow-cool-down-outline-rounded

1 other variant in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

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.702 20.864q-.136-.056-.267-.187l-5.427-5.421q-.14-.14-.15-.344t.13-.35q.146-.166.357-.156q.21.01.357.156l4.798 4.784V12.73q0-.213.144-.356t.357-.144t.356.144t.143.356v6.637l4.823-4.804q.136-.14.339-.14t.353.145q.137.134.137.341t-.14.348l-5.446 5.421q-.132.13-.27.187t-.298.055t-.296-.055m-.059-10.779q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2.019q0 .205-.144.343t-.357.138t-.356-.144m0-5q-.143-.144-.143-.356v-1q0-.213.144-.357t.357-.143t.356.143t.143.357v1.019q0 .204-.144.342t-.357.139t-.356-.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightArrowCoolDownRounded(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.702 20.864q-.136-.056-.267-.187l-5.427-5.421q-.14-.14-.15-.344t.13-.35q.146-.166.357-.156q.21.01.357.156l4.798 4.784V12.73q0-.213.144-.356t.357-.144t.356.144t.143.356v6.637l4.823-4.804q.136-.14.339-.14t.353.145q.137.134.137.341t-.14.348l-5.446 5.421q-.132.13-.27.187t-.298.055t-.296-.055m-.059-10.779q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2.019q0 .205-.144.343t-.357.138t-.356-.144m0-5q-.143-.144-.143-.356v-1q0-.213.144-.357t.357-.143t.356.143t.143.357v1.019q0 .204-.144.342t-.357.139t-.356-.144"/></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.702 20.864q-.136-.056-.267-.187l-5.427-5.421q-.14-.14-.15-.344t.13-.35q.146-.166.357-.156q.21.01.357.156l4.798 4.784V12.73q0-.213.144-.356t.357-.144t.356.144t.143.356v6.637l4.823-4.804q.136-.14.339-.14t.353.145q.137.134.137.341t-.14.348l-5.446 5.421q-.132.13-.27.187t-.298.055t-.296-.055m-.059-10.779q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2.019q0 .205-.144.343t-.357.138t-.356-.144m0-5q-.143-.144-.143-.356v-1q0-.213.144-.357t.357-.143t.356.143t.143.357v1.019q0 .204-.144.342t-.357.139t-.356-.144"/></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.702%2020.864q-.136-.056-.267-.187l-5.427-5.421q-.14-.14-.15-.344t.13-.35q.146-.166.357-.156q.21.01.357.156l4.798%204.784V12.73q0-.213.144-.356t.357-.144t.356.144t.143.356v6.637l4.823-4.804q.136-.14.339-.14t.353.145q.137.134.137.341t-.14.348l-5.446%205.421q-.132.13-.27.187t-.298.055t-.296-.055m-.059-10.779q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2.019q0%20.205-.144.343t-.357.138t-.356-.144m0-5q-.143-.144-.143-.356v-1q0-.213.144-.357t.357-.143t.356.143t.143.357v1.019q0%20.204-.144.342t-.357.139t-.356-.144%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.702%2020.864q-.136-.056-.267-.187l-5.427-5.421q-.14-.14-.15-.344t.13-.35q.146-.166.357-.156q.21.01.357.156l4.798%204.784V12.73q0-.213.144-.356t.357-.144t.356.144t.143.356v6.637l4.823-4.804q.136-.14.339-.14t.353.145q.137.134.137.341t-.14.348l-5.446%205.421q-.132.13-.27.187t-.298.055t-.296-.055m-.059-10.779q-.143-.144-.143-.356v-2q0-.213.144-.356t.357-.144t.356.144t.143.356v2.019q0%20.205-.144.343t-.357.138t-.356-.144m0-5q-.143-.144-.143-.356v-1q0-.213.144-.357t.357-.143t.356.143t.143.357v1.019q0%20.204-.144.342t-.357.139t-.356-.144%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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