forward from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
forward
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Related icons in Myna UI Icons

Use the forward icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.985 9.419C11.328 10.515 12 11.063 12 12s-.672 1.485-2.015 2.582c-.371.302-.74.587-1.077.824a18 18 0 0 1-.98.635c-1.341.816-2.011 1.223-2.612.772c-.602-.451-.656-1.396-.766-3.285A27 27 0 0 1 4.5 12c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.766-3.285c.6-.451 1.27-.044 2.611.771c.348.212.684.427.98.636c.339.237.707.522 1.078.825m7.5 0C18.828 10.515 19.5 11.063 19.5 12s-.672 1.485-2.015 2.582c-.371.302-.74.587-1.077.824c-.297.209-.633.424-.98.635c-1.341.816-2.011 1.223-2.613.772c-.6-.451-.655-1.396-.764-3.285A27 27 0 0 1 12 12c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.765-3.285c.602-.451 1.272-.044 2.612.771c.348.212.684.427.98.636c.339.237.707.522 1.078.825"/></svg>

React

import type { SVGProps } from "react";

export function MynauiForward(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M9.985 9.419C11.328 10.515 12 11.063 12 12s-.672 1.485-2.015 2.582c-.371.302-.74.587-1.077.824a18 18 0 0 1-.98.635c-1.341.816-2.011 1.223-2.612.772c-.602-.451-.656-1.396-.766-3.285A27 27 0 0 1 4.5 12c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.766-3.285c.6-.451 1.27-.044 2.611.771c.348.212.684.427.98.636c.339.237.707.522 1.078.825m7.5 0C18.828 10.515 19.5 11.063 19.5 12s-.672 1.485-2.015 2.582c-.371.302-.74.587-1.077.824c-.297.209-.633.424-.98.635c-1.341.816-2.011 1.223-2.613.772c-.6-.451-.655-1.396-.764-3.285A27 27 0 0 1 12 12c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.765-3.285c.602-.451 1.272-.044 2.612.771c.348.212.684.427.98.636c.339.237.707.522 1.078.825"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M9.985 9.419C11.328 10.515 12 11.063 12 12s-.672 1.485-2.015 2.582c-.371.302-.74.587-1.077.824a18 18 0 0 1-.98.635c-1.341.816-2.011 1.223-2.612.772c-.602-.451-.656-1.396-.766-3.285A27 27 0 0 1 4.5 12c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.766-3.285c.6-.451 1.27-.044 2.611.771c.348.212.684.427.98.636c.339.237.707.522 1.078.825m7.5 0C18.828 10.515 19.5 11.063 19.5 12s-.672 1.485-2.015 2.582c-.371.302-.74.587-1.077.824c-.297.209-.633.424-.98.635c-1.341.816-2.011 1.223-2.613.772c-.6-.451-.655-1.396-.764-3.285A27 27 0 0 1 12 12c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.765-3.285c.602-.451 1.272-.044 2.612.771c.348.212.684.427.98.636c.339.237.707.522 1.078.825"/></svg>
</template>

CSS

.icon-forward {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.985%209.419C11.328%2010.515%2012%2011.063%2012%2012s-.672%201.485-2.015%202.582c-.371.302-.74.587-1.077.824a18%2018%200%200%201-.98.635c-1.341.816-2.011%201.223-2.612.772c-.602-.451-.656-1.396-.766-3.285A27%2027%200%200%201%204.5%2012c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.766-3.285c.6-.451%201.27-.044%202.611.771c.348.212.684.427.98.636c.339.237.707.522%201.078.825m7.5%200C18.828%2010.515%2019.5%2011.063%2019.5%2012s-.672%201.485-2.015%202.582c-.371.302-.74.587-1.077.824c-.297.209-.633.424-.98.635c-1.341.816-2.011%201.223-2.613.772c-.6-.451-.655-1.396-.764-3.285A27%2027%200%200%201%2012%2012c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.765-3.285c.602-.451%201.272-.044%202.612.771c.348.212.684.427.98.636c.339.237.707.522%201.078.825%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M9.985%209.419C11.328%2010.515%2012%2011.063%2012%2012s-.672%201.485-2.015%202.582c-.371.302-.74.587-1.077.824a18%2018%200%200%201-.98.635c-1.341.816-2.011%201.223-2.612.772c-.602-.451-.656-1.396-.766-3.285A27%2027%200%200%201%204.5%2012c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.766-3.285c.6-.451%201.27-.044%202.611.771c.348.212.684.427.98.636c.339.237.707.522%201.078.825m7.5%200C18.828%2010.515%2019.5%2011.063%2019.5%2012s-.672%201.485-2.015%202.582c-.371.302-.74.587-1.077.824c-.297.209-.633.424-.98.635c-1.341.816-2.011%201.223-2.613.772c-.6-.451-.655-1.396-.764-3.285A27%2027%200%200%201%2012%2012c0-.47.02-.993.05-1.528c.11-1.89.164-2.834.765-3.285c.602-.451%201.272-.044%202.612.771c.348.212.684.427.98.636c.339.237.707.522%201.078.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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