arrows outward icon
arrows-outward-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- arrows-outward-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- arrows-outward-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 arrows outward icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.079 12.52H13V11.5h6.079l-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-.376zm-14.177 0l2.76 2.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.408-3.389q-.13-.13-.183-.267q-.053-.136-.053-.298t.053-.298q.052-.137.183-.267l3.389-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922 11.5H11v1.02z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightArrowsOutwardRounded(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="M19.079 12.52H13V11.5h6.079l-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-.376zm-14.177 0l2.76 2.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.408-3.389q-.13-.13-.183-.267q-.053-.136-.053-.298t.053-.298q.052-.137.183-.267l3.389-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922 11.5H11v1.02z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.079 12.52H13V11.5h6.079l-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-.376zm-14.177 0l2.76 2.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.408-3.389q-.13-.13-.183-.267q-.053-.136-.053-.298t.053-.298q.052-.137.183-.267l3.389-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922 11.5H11v1.02z"/></svg> </template>
CSS
.icon-arrows-outward-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%22M19.079%2012.52H13V11.5h6.079l-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-.376zm-14.177%200l2.76%202.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.408-3.389q-.13-.13-.183-.267q-.053-.136-.053-.298t.053-.298q.052-.137.183-.267l3.389-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922%2011.5H11v1.02z%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%22M19.079%2012.52H13V11.5h6.079l-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-.376zm-14.177%200l2.76%202.759q.14.146.133.347t-.153.347t-.334.146t-.335-.146l-3.408-3.389q-.13-.13-.183-.267q-.053-.136-.053-.298t.053-.298q.052-.137.183-.267l3.389-3.389q.146-.146.344-.146t.344.146q.166.146.156.357q-.01.21-.156.357L4.922%2011.5H11v1.02z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/arrows-outward-rounded.svg?color=%231a73e8&size=48