open with icon
open-with from Material Symbols by Google · Regular · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- open-with
- Set
- Material Symbols
- Style
- Regular
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- open-with-outline, open-with-outline-sharp, open-with-sharp
1 other variant in Material Symbols
The same icon in other sets
More ui actions icons from Material Symbols
Use the open with icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 22l-4.25-4.25l1.425-1.425L11 18.15V14h2v4.125l1.8-1.825l1.45 1.45zm-5.75-5.75L2 12l4.225-4.225L7.65 9.2L5.85 11H10v2H5.875L7.7 14.8zm11.5 0l-1.425-1.425L18.15 13H14v-2h4.125L16.3 9.2l1.45-1.45L22 12zM11 10V5.85L9.175 7.675L7.75 6.25L12 2l4.25 4.25l-1.425 1.425L13 5.85V10z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsOpenWith(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 22l-4.25-4.25l1.425-1.425L11 18.15V14h2v4.125l1.8-1.825l1.45 1.45zm-5.75-5.75L2 12l4.225-4.225L7.65 9.2L5.85 11H10v2H5.875L7.7 14.8zm11.5 0l-1.425-1.425L18.15 13H14v-2h4.125L16.3 9.2l1.45-1.45L22 12zM11 10V5.85L9.175 7.675L7.75 6.25L12 2l4.25 4.25l-1.425 1.425L13 5.85V10z"/></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 22l-4.25-4.25l1.425-1.425L11 18.15V14h2v4.125l1.8-1.825l1.45 1.45zm-5.75-5.75L2 12l4.225-4.225L7.65 9.2L5.85 11H10v2H5.875L7.7 14.8zm11.5 0l-1.425-1.425L18.15 13H14v-2h4.125L16.3 9.2l1.45-1.45L22 12zM11 10V5.85L9.175 7.675L7.75 6.25L12 2l4.25 4.25l-1.425 1.425L13 5.85V10z"/></svg> </template>
CSS
.icon-open-with {
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%2022l-4.25-4.25l1.425-1.425L11%2018.15V14h2v4.125l1.8-1.825l1.45%201.45zm-5.75-5.75L2%2012l4.225-4.225L7.65%209.2L5.85%2011H10v2H5.875L7.7%2014.8zm11.5%200l-1.425-1.425L18.15%2013H14v-2h4.125L16.3%209.2l1.45-1.45L22%2012zM11%2010V5.85L9.175%207.675L7.75%206.25L12%202l4.25%204.25l-1.425%201.425L13%205.85V10z%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%2022l-4.25-4.25l1.425-1.425L11%2018.15V14h2v4.125l1.8-1.825l1.45%201.45zm-5.75-5.75L2%2012l4.225-4.225L7.65%209.2L5.85%2011H10v2H5.875L7.7%2014.8zm11.5%200l-1.425-1.425L18.15%2013H14v-2h4.125L16.3%209.2l1.45-1.45L22%2012zM11%2010V5.85L9.175%207.675L7.75%206.25L12%202l4.25%204.25l-1.425%201.425L13%205.85V10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/open-with.svg?color=%231a73e8&size=48