browser edge icon
browser-edge from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- browser-edge
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
Related icons in Bootstrap Icons
Use the browser edge icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.482 9.341c-.069.062-.17.153-.17.309c0 .162.107.325.3.456c.877.613 2.521.54 2.592.538h.002c.667 0 1.32-.18 1.894-.519A3.84 3.84 0 0 0 16 6.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963 1.487 11.106 0 8 0A8 8 0 0 0 .473 5.29C1.488 4.048 3.183 3.262 5 3.262c2.83 0 5.01 1.885 5.01 4.797h-.004v.002c0 .338-.168.832-.487 1.244l.006-.006z"/><path d="M.01 7.753a8.14 8.14 0 0 0 .753 3.641a8 8 0 0 0 6.495 4.564a5 5 0 0 1-.785-.377h-.01l-.12-.075a5.5 5.5 0 0 1-1.56-1.463A5.543 5.543 0 0 1 6.81 5.8l.01-.004l.025-.012c.208-.098.62-.292 1.167-.285q.194.001.384.033a4 4 0 0 0-.993-.698l-.01-.005C6.348 4.282 5.199 4.263 5 4.263c-2.44 0-4.824 1.634-4.99 3.49m10.263 7.912q.133-.04.265-.084q-.153.047-.307.086z"/><path d="M10.228 15.667a5 5 0 0 0 .303-.086l.082-.025a8.02 8.02 0 0 0 4.162-3.3a.25.25 0 0 0-.331-.35q-.322.168-.663.294a6.4 6.4 0 0 1-2.243.4c-2.957 0-5.532-2.031-5.532-4.644q.003-.203.046-.399a4.54 4.54 0 0 0-.46 5.898l.003.005c.315.441.707.821 1.158 1.121h.003l.144.09c.877.55 1.721 1.078 3.328.996"/></g></svg>
React
import type { SVGProps } from "react";
export function BiBrowserEdge(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.482 9.341c-.069.062-.17.153-.17.309c0 .162.107.325.3.456c.877.613 2.521.54 2.592.538h.002c.667 0 1.32-.18 1.894-.519A3.84 3.84 0 0 0 16 6.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963 1.487 11.106 0 8 0A8 8 0 0 0 .473 5.29C1.488 4.048 3.183 3.262 5 3.262c2.83 0 5.01 1.885 5.01 4.797h-.004v.002c0 .338-.168.832-.487 1.244l.006-.006z"/><path d="M.01 7.753a8.14 8.14 0 0 0 .753 3.641a8 8 0 0 0 6.495 4.564a5 5 0 0 1-.785-.377h-.01l-.12-.075a5.5 5.5 0 0 1-1.56-1.463A5.543 5.543 0 0 1 6.81 5.8l.01-.004l.025-.012c.208-.098.62-.292 1.167-.285q.194.001.384.033a4 4 0 0 0-.993-.698l-.01-.005C6.348 4.282 5.199 4.263 5 4.263c-2.44 0-4.824 1.634-4.99 3.49m10.263 7.912q.133-.04.265-.084q-.153.047-.307.086z"/><path d="M10.228 15.667a5 5 0 0 0 .303-.086l.082-.025a8.02 8.02 0 0 0 4.162-3.3a.25.25 0 0 0-.331-.35q-.322.168-.663.294a6.4 6.4 0 0 1-2.243.4c-2.957 0-5.532-2.031-5.532-4.644q.003-.203.046-.399a4.54 4.54 0 0 0-.46 5.898l.003.005c.315.441.707.821 1.158 1.121h.003l.144.09c.877.55 1.721 1.078 3.328.996"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M9.482 9.341c-.069.062-.17.153-.17.309c0 .162.107.325.3.456c.877.613 2.521.54 2.592.538h.002c.667 0 1.32-.18 1.894-.519A3.84 3.84 0 0 0 16 6.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963 1.487 11.106 0 8 0A8 8 0 0 0 .473 5.29C1.488 4.048 3.183 3.262 5 3.262c2.83 0 5.01 1.885 5.01 4.797h-.004v.002c0 .338-.168.832-.487 1.244l.006-.006z"/><path d="M.01 7.753a8.14 8.14 0 0 0 .753 3.641a8 8 0 0 0 6.495 4.564a5 5 0 0 1-.785-.377h-.01l-.12-.075a5.5 5.5 0 0 1-1.56-1.463A5.543 5.543 0 0 1 6.81 5.8l.01-.004l.025-.012c.208-.098.62-.292 1.167-.285q.194.001.384.033a4 4 0 0 0-.993-.698l-.01-.005C6.348 4.282 5.199 4.263 5 4.263c-2.44 0-4.824 1.634-4.99 3.49m10.263 7.912q.133-.04.265-.084q-.153.047-.307.086z"/><path d="M10.228 15.667a5 5 0 0 0 .303-.086l.082-.025a8.02 8.02 0 0 0 4.162-3.3a.25.25 0 0 0-.331-.35q-.322.168-.663.294a6.4 6.4 0 0 1-2.243.4c-2.957 0-5.532-2.031-5.532-4.644q.003-.203.046-.399a4.54 4.54 0 0 0-.46 5.898l.003.005c.315.441.707.821 1.158 1.121h.003l.144.09c.877.55 1.721 1.078 3.328.996"/></g></svg> </template>
CSS
.icon-browser-edge {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.482%209.341c-.069.062-.17.153-.17.309c0%20.162.107.325.3.456c.877.613%202.521.54%202.592.538h.002c.667%200%201.32-.18%201.894-.519A3.84%203.84%200%200%200%2016%206.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963%201.487%2011.106%200%208%200A8%208%200%200%200%20.473%205.29C1.488%204.048%203.183%203.262%205%203.262c2.83%200%205.01%201.885%205.01%204.797h-.004v.002c0%20.338-.168.832-.487%201.244l.006-.006z%22%2F%3E%3Cpath%20d%3D%22M.01%207.753a8.14%208.14%200%200%200%20.753%203.641a8%208%200%200%200%206.495%204.564a5%205%200%200%201-.785-.377h-.01l-.12-.075a5.5%205.5%200%200%201-1.56-1.463A5.543%205.543%200%200%201%206.81%205.8l.01-.004l.025-.012c.208-.098.62-.292%201.167-.285q.194.001.384.033a4%204%200%200%200-.993-.698l-.01-.005C6.348%204.282%205.199%204.263%205%204.263c-2.44%200-4.824%201.634-4.99%203.49m10.263%207.912q.133-.04.265-.084q-.153.047-.307.086z%22%2F%3E%3Cpath%20d%3D%22M10.228%2015.667a5%205%200%200%200%20.303-.086l.082-.025a8.02%208.02%200%200%200%204.162-3.3a.25.25%200%200%200-.331-.35q-.322.168-.663.294a6.4%206.4%200%200%201-2.243.4c-2.957%200-5.532-2.031-5.532-4.644q.003-.203.046-.399a4.54%204.54%200%200%200-.46%205.898l.003.005c.315.441.707.821%201.158%201.121h.003l.144.09c.877.55%201.721%201.078%203.328.996%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M9.482%209.341c-.069.062-.17.153-.17.309c0%20.162.107.325.3.456c.877.613%202.521.54%202.592.538h.002c.667%200%201.32-.18%201.894-.519A3.84%203.84%200%200%200%2016%206.819c.018-1.316-.44-2.218-.666-2.664l-.04-.08C13.963%201.487%2011.106%200%208%200A8%208%200%200%200%20.473%205.29C1.488%204.048%203.183%203.262%205%203.262c2.83%200%205.01%201.885%205.01%204.797h-.004v.002c0%20.338-.168.832-.487%201.244l.006-.006z%22%2F%3E%3Cpath%20d%3D%22M.01%207.753a8.14%208.14%200%200%200%20.753%203.641a8%208%200%200%200%206.495%204.564a5%205%200%200%201-.785-.377h-.01l-.12-.075a5.5%205.5%200%200%201-1.56-1.463A5.543%205.543%200%200%201%206.81%205.8l.01-.004l.025-.012c.208-.098.62-.292%201.167-.285q.194.001.384.033a4%204%200%200%200-.993-.698l-.01-.005C6.348%204.282%205.199%204.263%205%204.263c-2.44%200-4.824%201.634-4.99%203.49m10.263%207.912q.133-.04.265-.084q-.153.047-.307.086z%22%2F%3E%3Cpath%20d%3D%22M10.228%2015.667a5%205%200%200%200%20.303-.086l.082-.025a8.02%208.02%200%200%200%204.162-3.3a.25.25%200%200%200-.331-.35q-.322.168-.663.294a6.4%206.4%200%200%201-2.243.4c-2.957%200-5.532-2.031-5.532-4.644q.003-.203.046-.399a4.54%204.54%200%200%200-.46%205.898l.003.005c.315.441.707.821%201.158%201.121h.003l.144.09c.877.55%201.721%201.078%203.328.996%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/browser-edge.svg?color=%231a73e8&size=48