arrow range icon
arrow-range-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- arrow-range-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrow-range-outline-rounded
1 other variant in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the arrow range icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.902 12.52l2.76 2.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.407-3.389q-.131-.13-.184-.267q-.053-.136-.053-.298t.053-.298q.053-.137.184-.267l3.388-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922 11.5h14.157l-2.721-2.721q-.14-.146-.153-.357q-.013-.21.153-.357q.146-.146.353-.136q.208.01.355.155l3.369 3.37q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.389 3.388q-.146.146-.334.146t-.354-.146t-.166-.357t.166-.376l2.72-2.72z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowRangeRounded(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.902 12.52l2.76 2.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.407-3.389q-.131-.13-.184-.267q-.053-.136-.053-.298t.053-.298q.053-.137.184-.267l3.388-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922 11.5h14.157l-2.721-2.721q-.14-.146-.153-.357q-.013-.21.153-.357q.146-.146.353-.136q.208.01.355.155l3.369 3.37q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.389 3.388q-.146.146-.334.146t-.354-.146t-.166-.357t.166-.376l2.72-2.72z"/></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.902 12.52l2.76 2.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.407-3.389q-.131-.13-.184-.267q-.053-.136-.053-.298t.053-.298q.053-.137.184-.267l3.388-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922 11.5h14.157l-2.721-2.721q-.14-.146-.153-.357q-.013-.21.153-.357q.146-.146.353-.136q.208.01.355.155l3.369 3.37q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.389 3.388q-.146.146-.334.146t-.354-.146t-.166-.357t.166-.376l2.72-2.72z"/></svg> </template>
CSS
.icon-arrow-range-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.902%2012.52l2.76%202.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.407-3.389q-.131-.13-.184-.267q-.053-.136-.053-.298t.053-.298q.053-.137.184-.267l3.388-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922%2011.5h14.157l-2.721-2.721q-.14-.146-.153-.357q-.013-.21.153-.357q.146-.146.353-.136q.208.01.355.155l3.369%203.37q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.389%203.388q-.146.146-.334.146t-.354-.146t-.166-.357t.166-.376l2.72-2.72z%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.902%2012.52l2.76%202.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.407-3.389q-.131-.13-.184-.267q-.053-.136-.053-.298t.053-.298q.053-.137.184-.267l3.388-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922%2011.5h14.157l-2.721-2.721q-.14-.146-.153-.357q-.013-.21.153-.357q.146-.146.353-.136q.208.01.355.155l3.369%203.37q.13.13.183.267t.053.298t-.053.298t-.183.268l-3.389%203.388q-.146.146-.334.146t-.354-.146t-.166-.357t.166-.376l2.72-2.72z%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-range-rounded.svg?color=%231a73e8&size=48