round open with icon
round-open-with from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.
- Name
- round-open-with
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Action
- Viewbox
- 24×24
- License
- Apache 2.0
More action icons from Google Material Icons
baseline-123baseline-3d-rotationbaseline-abcbaseline-accessibilitybaseline-accessibility-newbaseline-accessiblebaseline-accessible-forwardbaseline-account-balancebaseline-account-balance-walletbaseline-account-boxbaseline-account-circlebaseline-add-cardbaseline-add-homebaseline-add-shopping-cartbaseline-add-taskbaseline-add-to-drivebaseline-addchartbaseline-admin-panel-settingsbaseline-ads-clickbaseline-alarmbaseline-alarm-addbaseline-alarm-offbaseline-alarm-onbaseline-all-inbox
Use the round 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="M10.5 9h3c.28 0 .5-.22.5-.5V6h1.79c.45 0 .67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71 0L7.85 5.15a.5.5 0 0 0 .36.85H10v2.5c0 .28.22.5.5.5m-2 1H6V8.21c0-.45-.54-.67-.85-.35l-3.79 3.79c-.2.2-.2.51 0 .71l3.79 3.79a.5.5 0 0 0 .85-.36V14h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m14.15 1.65l-3.79-3.79a.501.501 0 0 0-.86.35V10h-2.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7M13.5 15h-3c-.28 0-.5.22-.5.5V18H8.21c-.45 0-.67.54-.35.85l3.79 3.79c.2.2.51.2.71 0l3.79-3.79a.5.5 0 0 0-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundOpenWith(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="M10.5 9h3c.28 0 .5-.22.5-.5V6h1.79c.45 0 .67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71 0L7.85 5.15a.5.5 0 0 0 .36.85H10v2.5c0 .28.22.5.5.5m-2 1H6V8.21c0-.45-.54-.67-.85-.35l-3.79 3.79c-.2.2-.2.51 0 .71l3.79 3.79a.5.5 0 0 0 .85-.36V14h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m14.15 1.65l-3.79-3.79a.501.501 0 0 0-.86.35V10h-2.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7M13.5 15h-3c-.28 0-.5.22-.5.5V18H8.21c-.45 0-.67.54-.35.85l3.79 3.79c.2.2.51.2.71 0l3.79-3.79a.5.5 0 0 0-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.5 9h3c.28 0 .5-.22.5-.5V6h1.79c.45 0 .67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71 0L7.85 5.15a.5.5 0 0 0 .36.85H10v2.5c0 .28.22.5.5.5m-2 1H6V8.21c0-.45-.54-.67-.85-.35l-3.79 3.79c-.2.2-.2.51 0 .71l3.79 3.79a.5.5 0 0 0 .85-.36V14h2.5c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m14.15 1.65l-3.79-3.79a.501.501 0 0 0-.86.35V10h-2.5c-.28 0-.5.22-.5.5v3c0 .28.22.5.5.5H18v1.79c0 .45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7M13.5 15h-3c-.28 0-.5.22-.5.5V18H8.21c-.45 0-.67.54-.35.85l3.79 3.79c.2.2.51.2.71 0l3.79-3.79a.5.5 0 0 0-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5"/></svg> </template>
CSS
.icon-round-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%22M10.5%209h3c.28%200%20.5-.22.5-.5V6h1.79c.45%200%20.67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71%200L7.85%205.15a.5.5%200%200%200%20.36.85H10v2.5c0%20.28.22.5.5.5m-2%201H6V8.21c0-.45-.54-.67-.85-.35l-3.79%203.79c-.2.2-.2.51%200%20.71l3.79%203.79a.5.5%200%200%200%20.85-.36V14h2.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m14.15%201.65l-3.79-3.79a.501.501%200%200%200-.86.35V10h-2.5c-.28%200-.5.22-.5.5v3c0%20.28.22.5.5.5H18v1.79c0%20.45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7M13.5%2015h-3c-.28%200-.5.22-.5.5V18H8.21c-.45%200-.67.54-.35.85l3.79%203.79c.2.2.51.2.71%200l3.79-3.79a.5.5%200%200%200-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5%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%22M10.5%209h3c.28%200%20.5-.22.5-.5V6h1.79c.45%200%20.67-.54.35-.85l-3.79-3.79c-.2-.2-.51-.2-.71%200L7.85%205.15a.5.5%200%200%200%20.36.85H10v2.5c0%20.28.22.5.5.5m-2%201H6V8.21c0-.45-.54-.67-.85-.35l-3.79%203.79c-.2.2-.2.51%200%20.71l3.79%203.79a.5.5%200%200%200%20.85-.36V14h2.5c.28%200%20.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5m14.15%201.65l-3.79-3.79a.501.501%200%200%200-.86.35V10h-2.5c-.28%200-.5.22-.5.5v3c0%20.28.22.5.5.5H18v1.79c0%20.45.54.67.85.35l3.79-3.79c.2-.19.2-.51.01-.7M13.5%2015h-3c-.28%200-.5.22-.5.5V18H8.21c-.45%200-.67.54-.35.85l3.79%203.79c.2.2.51.2.71%200l3.79-3.79a.5.5%200%200%200-.35-.85H14v-2.5c0-.28-.22-.5-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-open-with.svg?color=%231a73e8&size=48