deeplink icon
deeplink from IconPark Outline by ByteDance · Outline · Edit · Apache-2.0 Free for personal and commercial use.
- Name
- deeplink
- Set
- IconPark Outline
- Style
- Outline
- Category
- Edit
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More edit icons from IconPark Outline
Use the deeplink icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M21 34.993v5.978c0 .569-.423 1.029-.944 1.029H4.944C4.423 42 4 41.54 4 40.971V7.03C4 6.46 4.423 6 4.944 6h15.112c.521 0 .944.46.944 1.029v5.978m6 0V7.03c0-.57.423-1.03.944-1.03h15.112c.521 0 .944.46.944 1.029V40.97c0 .569-.423 1.029-.944 1.029H27.944c-.521 0-.944-.46-.944-1.029v-5.978"/><path fill="currentColor" d="M12.5 38a2 2 0 1 0 0-4a2 2 0 0 0 0 4m23 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M16 23.5h16"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m27.223 28.273l1.591-1.591l3.182-3.182l-3.182-3.182l-1.59-1.591"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineDeeplink(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="M21 34.993v5.978c0 .569-.423 1.029-.944 1.029H4.944C4.423 42 4 41.54 4 40.971V7.03C4 6.46 4.423 6 4.944 6h15.112c.521 0 .944.46.944 1.029v5.978m6 0V7.03c0-.57.423-1.03.944-1.03h15.112c.521 0 .944.46.944 1.029V40.97c0 .569-.423 1.029-.944 1.029H27.944c-.521 0-.944-.46-.944-1.029v-5.978"/><path fill="currentColor" d="M12.5 38a2 2 0 1 0 0-4a2 2 0 0 0 0 4m23 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke="currentColor" strokeLinecap="round" strokeWidth="4" d="M16 23.5h16"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="m27.223 28.273l1.591-1.591l3.182-3.182l-3.182-3.182l-1.59-1.591"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M21 34.993v5.978c0 .569-.423 1.029-.944 1.029H4.944C4.423 42 4 41.54 4 40.971V7.03C4 6.46 4.423 6 4.944 6h15.112c.521 0 .944.46.944 1.029v5.978m6 0V7.03c0-.57.423-1.03.944-1.03h15.112c.521 0 .944.46.944 1.029V40.97c0 .569-.423 1.029-.944 1.029H27.944c-.521 0-.944-.46-.944-1.029v-5.978"/><path fill="currentColor" d="M12.5 38a2 2 0 1 0 0-4a2 2 0 0 0 0 4m23 0a2 2 0 1 0 0-4a2 2 0 0 0 0 4"/><path stroke="currentColor" stroke-linecap="round" stroke-width="4" d="M16 23.5h16"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m27.223 28.273l1.591-1.591l3.182-3.182l-3.182-3.182l-1.59-1.591"/></g></svg> </template>
CSS
.icon-deeplink {
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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2034.993v5.978c0%20.569-.423%201.029-.944%201.029H4.944C4.423%2042%204%2041.54%204%2040.971V7.03C4%206.46%204.423%206%204.944%206h15.112c.521%200%20.944.46.944%201.029v5.978m6%200V7.03c0-.57.423-1.03.944-1.03h15.112c.521%200%20.944.46.944%201.029V40.97c0%20.569-.423%201.029-.944%201.029H27.944c-.521%200-.944-.46-.944-1.029v-5.978%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2038a2%202%200%201%200%200-4a2%202%200%200%200%200%204m23%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%2023.5h16%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m27.223%2028.273l1.591-1.591l3.182-3.182l-3.182-3.182l-1.59-1.591%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M21%2034.993v5.978c0%20.569-.423%201.029-.944%201.029H4.944C4.423%2042%204%2041.54%204%2040.971V7.03C4%206.46%204.423%206%204.944%206h15.112c.521%200%20.944.46.944%201.029v5.978m6%200V7.03c0-.57.423-1.03.944-1.03h15.112c.521%200%20.944.46.944%201.029V40.97c0%20.569-.423%201.029-.944%201.029H27.944c-.521%200-.944-.46-.944-1.029v-5.978%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.5%2038a2%202%200%201%200%200-4a2%202%200%200%200%200%204m23%200a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M16%2023.5h16%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22m27.223%2028.273l1.591-1.591l3.182-3.182l-3.182-3.182l-1.59-1.591%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-outline/deeplink.svg?color=%231a73e8&size=48