open run icon
open-run-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- open-run-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- open-run-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 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.579l1.714-1.695q.145-.146.353-.155t.354.155q.146.147.137.357q-.01.211-.156.357l-1.836 1.837q-.132.13-.268.183t-.298.053t-.298-.053t-.267-.183l-1.837-1.837q-.146-.146-.156-.347t.156-.367t.354-.165t.354.166zM4.421 12l1.694 1.694q.146.146.156.344q.01.199-.155.364q-.166.165-.357.165q-.192 0-.357-.165l-1.836-1.836q-.131-.132-.184-.268T3.329 12t.053-.298t.184-.267L5.42 9.579q.146-.146.338-.146q.191 0 .357.146t.155.354t-.155.353zm15.177 0l-1.713-1.733q-.146-.146-.137-.344q.01-.198.156-.344t.347-.146t.347.146l1.837 1.855q.13.132.183.268q.053.137.053.298t-.053.298q-.052.137-.183.268l-1.837 1.836q-.146.146-.357.156q-.21.01-.356-.156q-.147-.146-.137-.354q.01-.207.156-.354zM12 4.402l-1.714 1.714q-.145.146-.344.146t-.344-.146q-.165-.147-.156-.357q.01-.211.156-.357l1.836-1.836q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184L14.42 5.42q.146.146.137.347q-.01.201-.156.348t-.335.146t-.334-.146z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightOpenRunRounded(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.579l1.714-1.695q.145-.146.353-.155t.354.155q.146.147.137.357q-.01.211-.156.357l-1.836 1.837q-.132.13-.268.183t-.298.053t-.298-.053t-.267-.183l-1.837-1.837q-.146-.146-.156-.347t.156-.367t.354-.165t.354.166zM4.421 12l1.694 1.694q.146.146.156.344q.01.199-.155.364q-.166.165-.357.165q-.192 0-.357-.165l-1.836-1.836q-.131-.132-.184-.268T3.329 12t.053-.298t.184-.267L5.42 9.579q.146-.146.338-.146q.191 0 .357.146t.155.354t-.155.353zm15.177 0l-1.713-1.733q-.146-.146-.137-.344q.01-.198.156-.344t.347-.146t.347.146l1.837 1.855q.13.132.183.268q.053.137.053.298t-.053.298q-.052.137-.183.268l-1.837 1.836q-.146.146-.357.156q-.21.01-.356-.156q-.147-.146-.137-.354q.01-.207.156-.354zM12 4.402l-1.714 1.714q-.145.146-.344.146t-.344-.146q-.165-.147-.156-.357q.01-.211.156-.357l1.836-1.836q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184L14.42 5.42q.146.146.137.347q-.01.201-.156.348t-.335.146t-.334-.146z"/></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.579l1.714-1.695q.145-.146.353-.155t.354.155q.146.147.137.357q-.01.211-.156.357l-1.836 1.837q-.132.13-.268.183t-.298.053t-.298-.053t-.267-.183l-1.837-1.837q-.146-.146-.156-.347t.156-.367t.354-.165t.354.166zM4.421 12l1.694 1.694q.146.146.156.344q.01.199-.155.364q-.166.165-.357.165q-.192 0-.357-.165l-1.836-1.836q-.131-.132-.184-.268T3.329 12t.053-.298t.184-.267L5.42 9.579q.146-.146.338-.146q.191 0 .357.146t.155.354t-.155.353zm15.177 0l-1.713-1.733q-.146-.146-.137-.344q.01-.198.156-.344t.347-.146t.347.146l1.837 1.855q.13.132.183.268q.053.137.053.298t-.053.298q-.052.137-.183.268l-1.837 1.836q-.146.146-.357.156q-.21.01-.356-.156q-.147-.146-.137-.354q.01-.207.156-.354zM12 4.402l-1.714 1.714q-.145.146-.344.146t-.344-.146q-.165-.147-.156-.357q.01-.211.156-.357l1.836-1.836q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184L14.42 5.42q.146.146.137.347q-.01.201-.156.348t-.335.146t-.334-.146z"/></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.579l1.714-1.695q.145-.146.353-.155t.354.155q.146.147.137.357q-.01.211-.156.357l-1.836%201.837q-.132.13-.268.183t-.298.053t-.298-.053t-.267-.183l-1.837-1.837q-.146-.146-.156-.347t.156-.367t.354-.165t.354.166zM4.421%2012l1.694%201.694q.146.146.156.344q.01.199-.155.364q-.166.165-.357.165q-.192%200-.357-.165l-1.836-1.836q-.131-.132-.184-.268T3.329%2012t.053-.298t.184-.267L5.42%209.579q.146-.146.338-.146q.191%200%20.357.146t.155.354t-.155.353zm15.177%200l-1.713-1.733q-.146-.146-.137-.344q.01-.198.156-.344t.347-.146t.347.146l1.837%201.855q.13.132.183.268q.053.137.053.298t-.053.298q-.052.137-.183.268l-1.837%201.836q-.146.146-.357.156q-.21.01-.356-.156q-.147-.146-.137-.354q.01-.207.156-.354zM12%204.402l-1.714%201.714q-.145.146-.344.146t-.344-.146q-.165-.147-.156-.357q.01-.211.156-.357l1.836-1.836q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184L14.42%205.42q.146.146.137.347q-.01.201-.156.348t-.335.146t-.334-.146z%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.579l1.714-1.695q.145-.146.353-.155t.354.155q.146.147.137.357q-.01.211-.156.357l-1.836%201.837q-.132.13-.268.183t-.298.053t-.298-.053t-.267-.183l-1.837-1.837q-.146-.146-.156-.347t.156-.367t.354-.165t.354.166zM4.421%2012l1.694%201.694q.146.146.156.344q.01.199-.155.364q-.166.165-.357.165q-.192%200-.357-.165l-1.836-1.836q-.131-.132-.184-.268T3.329%2012t.053-.298t.184-.267L5.42%209.579q.146-.146.338-.146q.191%200%20.357.146t.155.354t-.155.353zm15.177%200l-1.713-1.733q-.146-.146-.137-.344q.01-.198.156-.344t.347-.146t.347.146l1.837%201.855q.13.132.183.268q.053.137.053.298t-.053.298q-.052.137-.183.268l-1.837%201.836q-.146.146-.357.156q-.21.01-.356-.156q-.147-.146-.137-.354q.01-.207.156-.354zM12%204.402l-1.714%201.714q-.145.146-.344.146t-.344-.146q-.165-.147-.156-.357q.01-.211.156-.357l1.836-1.836q.132-.131.268-.184q.137-.053.298-.053t.298.053t.268.184L14.42%205.42q.146.146.137.347q-.01.201-.156.348t-.335.146t-.334-.146z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/open-run-rounded.svg?color=%231a73e8&size=48