tab external icon
tab-external-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.
- Name
- tab-external-24
- Set
- Octicons
- Style
- 24
- Viewbox
- 24×24
- License
- MIT
1 other variant in Octicons
Use the tab external icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5.75C3 4.784 3.784 4 4.75 4h14.5c.966 0 1.75.784 1.75 1.75V18.5h2a.75.75 0 0 1 0 1.5h-2.65a.85.85 0 0 1-.85-.85V5.75a.25.25 0 0 0-.25-.25H4.75a.25.25 0 0 0-.25.25v13.4c0 .47-.38.85-.85.85H1a.75.75 0 0 1 0-1.5h2z"/><path fill="currentColor" d="M16.404 13.7a.75.75 0 0 1-1.29.547a690 690 0 0 0-1.92-1.976l-4.141 4.14a.75.75 0 0 1-1.061-1.06l4.14-4.14l-1.94-1.94A.75.75 0 0 1 10.703 8h4.95a.75.75 0 0 1 .75.75v4.95Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonTabExternal24(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="M3 5.75C3 4.784 3.784 4 4.75 4h14.5c.966 0 1.75.784 1.75 1.75V18.5h2a.75.75 0 0 1 0 1.5h-2.65a.85.85 0 0 1-.85-.85V5.75a.25.25 0 0 0-.25-.25H4.75a.25.25 0 0 0-.25.25v13.4c0 .47-.38.85-.85.85H1a.75.75 0 0 1 0-1.5h2z"/><path fill="currentColor" d="M16.404 13.7a.75.75 0 0 1-1.29.547a690 690 0 0 0-1.92-1.976l-4.141 4.14a.75.75 0 0 1-1.061-1.06l4.14-4.14l-1.94-1.94A.75.75 0 0 1 10.703 8h4.95a.75.75 0 0 1 .75.75v4.95Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 5.75C3 4.784 3.784 4 4.75 4h14.5c.966 0 1.75.784 1.75 1.75V18.5h2a.75.75 0 0 1 0 1.5h-2.65a.85.85 0 0 1-.85-.85V5.75a.25.25 0 0 0-.25-.25H4.75a.25.25 0 0 0-.25.25v13.4c0 .47-.38.85-.85.85H1a.75.75 0 0 1 0-1.5h2z"/><path fill="currentColor" d="M16.404 13.7a.75.75 0 0 1-1.29.547a690 690 0 0 0-1.92-1.976l-4.141 4.14a.75.75 0 0 1-1.061-1.06l4.14-4.14l-1.94-1.94A.75.75 0 0 1 10.703 8h4.95a.75.75 0 0 1 .75.75v4.95Z"/></svg> </template>
CSS
.icon-tab-external-24 {
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%22M3%205.75C3%204.784%203.784%204%204.75%204h14.5c.966%200%201.75.784%201.75%201.75V18.5h2a.75.75%200%200%201%200%201.5h-2.65a.85.85%200%200%201-.85-.85V5.75a.25.25%200%200%200-.25-.25H4.75a.25.25%200%200%200-.25.25v13.4c0%20.47-.38.85-.85.85H1a.75.75%200%200%201%200-1.5h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.404%2013.7a.75.75%200%200%201-1.29.547a690%20690%200%200%200-1.92-1.976l-4.141%204.14a.75.75%200%200%201-1.061-1.06l4.14-4.14l-1.94-1.94A.75.75%200%200%201%2010.703%208h4.95a.75.75%200%200%201%20.75.75v4.95Z%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%22M3%205.75C3%204.784%203.784%204%204.75%204h14.5c.966%200%201.75.784%201.75%201.75V18.5h2a.75.75%200%200%201%200%201.5h-2.65a.85.85%200%200%201-.85-.85V5.75a.25.25%200%200%200-.25-.25H4.75a.25.25%200%200%200-.25.25v13.4c0%20.47-.38.85-.85.85H1a.75.75%200%200%201%200-1.5h2z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.404%2013.7a.75.75%200%200%201-1.29.547a690%20690%200%200%200-1.92-1.976l-4.141%204.14a.75.75%200%200%201-1.061-1.06l4.14-4.14l-1.94-1.94A.75.75%200%200%201%2010.703%208h4.95a.75.75%200%200%201%20.75.75v4.95Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/tab-external-24.svg?color=%231a73e8&size=48