arrow-outlined from WeUI Icon by WeUI · Outlined · MIT Free for personal and commercial use.

Name
arrow-outlined
Set
WeUI Icon
Style
Outlined
Viewbox
12×24
License
MIT

The same icon in other sets

Related icons in WeUI Icon

Use the arrow icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 24"><defs><path id="SVG1pzpbdYY" fill="currentColor" d="m7.588 12.43l-1.061 1.06L.748 7.713a.996.996 0 0 1 0-1.413L6.527.52l1.06 1.06l-5.424 5.425z"/></defs><use fill-rule="evenodd" href="#SVG1pzpbdYY" transform="rotate(-180 5.02 9.505)"/></svg>

React

import type { SVGProps } from "react";

export function WeuiArrowOutlined(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 24"><defs><path id="SVG1pzpbdYY" fill="currentColor" d="m7.588 12.43l-1.061 1.06L.748 7.713a.996.996 0 0 1 0-1.413L6.527.52l1.06 1.06l-5.424 5.425z"/></defs><use fillRule="evenodd" href="#SVG1pzpbdYY" transform="rotate(-180 5.02 9.505)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 24"><defs><path id="SVG1pzpbdYY" fill="currentColor" d="m7.588 12.43l-1.061 1.06L.748 7.713a.996.996 0 0 1 0-1.413L6.527.52l1.06 1.06l-5.424 5.425z"/></defs><use fill-rule="evenodd" href="#SVG1pzpbdYY" transform="rotate(-180 5.02 9.505)"/></svg>
</template>

CSS

.icon-arrow-outlined {
  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%2012%2024%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG1pzpbdYY%22%20fill%3D%22currentColor%22%20d%3D%22m7.588%2012.43l-1.061%201.06L.748%207.713a.996.996%200%200%201%200-1.413L6.527.52l1.06%201.06l-5.424%205.425z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill-rule%3D%22evenodd%22%20href%3D%22%23SVG1pzpbdYY%22%20transform%3D%22rotate(-180%205.02%209.505)%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%2012%2024%22%3E%3Cdefs%3E%3Cpath%20id%3D%22SVG1pzpbdYY%22%20fill%3D%22currentColor%22%20d%3D%22m7.588%2012.43l-1.061%201.06L.748%207.713a.996.996%200%200%201%200-1.413L6.527.52l1.06%201.06l-5.424%205.425z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill-rule%3D%22evenodd%22%20href%3D%22%23SVG1pzpbdYY%22%20transform%3D%22rotate(-180%205.02%209.505)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/weui/arrow-outlined.svg?color=%231a73e8&size=48