open-run-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
open-run-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
open-run-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the open run icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 19.175l1.425-1.425q.3-.3.7-.3t.7.3t.3.713t-.3.712L12.7 21.3q-.15.15-.325.212t-.375.063t-.375-.063t-.325-.212l-2.125-2.125q-.3-.3-.3-.713t.3-.712t.7-.3t.7.3zM4.825 12l1.425 1.425q.3.3.3.7t-.3.7t-.712.3t-.713-.3L2.7 12.7q-.15-.15-.213-.325T2.425 12t.063-.375t.212-.325l2.125-2.125q.3-.3.713-.3t.712.3t.3.7t-.3.7zm14.35 0l-1.425-1.425q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L21.3 11.3q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.125 2.125q-.3.3-.713.3t-.712-.3t-.3-.7t.3-.7zM12 4.825L10.575 6.25q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.3 2.7q.15-.15.325-.213T12 2.425t.375.062t.325.213l2.125 2.125q.3.3.3.712t-.3.713t-.7.3t-.7-.3z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsOpenRunRounded(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="m12 19.175l1.425-1.425q.3-.3.7-.3t.7.3t.3.713t-.3.712L12.7 21.3q-.15.15-.325.212t-.375.063t-.375-.063t-.325-.212l-2.125-2.125q-.3-.3-.3-.713t.3-.712t.7-.3t.7.3zM4.825 12l1.425 1.425q.3.3.3.7t-.3.7t-.712.3t-.713-.3L2.7 12.7q-.15-.15-.213-.325T2.425 12t.063-.375t.212-.325l2.125-2.125q.3-.3.713-.3t.712.3t.3.7t-.3.7zm14.35 0l-1.425-1.425q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L21.3 11.3q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.125 2.125q-.3.3-.713.3t-.712-.3t-.3-.7t.3-.7zM12 4.825L10.575 6.25q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.3 2.7q.15-.15.325-.213T12 2.425t.375.062t.325.213l2.125 2.125q.3.3.3.712t-.3.713t-.7.3t-.7-.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 19.175l1.425-1.425q.3-.3.7-.3t.7.3t.3.713t-.3.712L12.7 21.3q-.15.15-.325.212t-.375.063t-.375-.063t-.325-.212l-2.125-2.125q-.3-.3-.3-.713t.3-.712t.7-.3t.7.3zM4.825 12l1.425 1.425q.3.3.3.7t-.3.7t-.712.3t-.713-.3L2.7 12.7q-.15-.15-.213-.325T2.425 12t.063-.375t.212-.325l2.125-2.125q.3-.3.713-.3t.712.3t.3.7t-.3.7zm14.35 0l-1.425-1.425q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L21.3 11.3q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.125 2.125q-.3.3-.713.3t-.712-.3t-.3-.7t.3-.7zM12 4.825L10.575 6.25q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.3 2.7q.15-.15.325-.213T12 2.425t.375.062t.325.213l2.125 2.125q.3.3.3.712t-.3.713t-.7.3t-.7-.3z"/></svg>
</template>

CSS

.icon-open-run-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%22m12%2019.175l1.425-1.425q.3-.3.7-.3t.7.3t.3.713t-.3.712L12.7%2021.3q-.15.15-.325.212t-.375.063t-.375-.063t-.325-.212l-2.125-2.125q-.3-.3-.3-.713t.3-.712t.7-.3t.7.3zM4.825%2012l1.425%201.425q.3.3.3.7t-.3.7t-.712.3t-.713-.3L2.7%2012.7q-.15-.15-.213-.325T2.425%2012t.063-.375t.212-.325l2.125-2.125q.3-.3.713-.3t.712.3t.3.7t-.3.7zm14.35%200l-1.425-1.425q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L21.3%2011.3q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.125%202.125q-.3.3-.713.3t-.712-.3t-.3-.7t.3-.7zM12%204.825L10.575%206.25q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.3%202.7q.15-.15.325-.213T12%202.425t.375.062t.325.213l2.125%202.125q.3.3.3.712t-.3.713t-.7.3t-.7-.3z%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%22m12%2019.175l1.425-1.425q.3-.3.7-.3t.7.3t.3.713t-.3.712L12.7%2021.3q-.15.15-.325.212t-.375.063t-.375-.063t-.325-.212l-2.125-2.125q-.3-.3-.3-.713t.3-.712t.7-.3t.7.3zM4.825%2012l1.425%201.425q.3.3.3.7t-.3.7t-.712.3t-.713-.3L2.7%2012.7q-.15-.15-.213-.325T2.425%2012t.063-.375t.212-.325l2.125-2.125q.3-.3.713-.3t.712.3t.3.7t-.3.7zm14.35%200l-1.425-1.425q-.3-.3-.3-.7t.3-.7t.713-.3t.712.3L21.3%2011.3q.15.15.212.325t.063.375t-.063.375t-.212.325l-2.125%202.125q-.3.3-.713.3t-.712-.3t-.3-.7t.3-.7zM12%204.825L10.575%206.25q-.3.3-.7.3t-.7-.3t-.3-.712t.3-.713L11.3%202.7q.15-.15.325-.213T12%202.425t.375.062t.325.213l2.125%202.125q.3.3.3.712t-.3.713t-.7.3t-.7-.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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