arc browser logo
arc-browser from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.
- Name
- arc-browser
- Set
- Boxicons Brands
- Style
- Logo
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the arc browser logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.95 8.69a2.546 2.546 0 0 0-2-3c-1.38-.28-2.73.62-3.01 2.01a5.4 5.4 0 0 1-.72 1.8l-2.35-4.95a2.56 2.56 0 0 0-2.31-1.46c-.98 0-1.89.57-2.31 1.46L6.88 9.53c-.56-1.25-2-1.84-3.28-1.33c-1.3.53-1.94 2.02-1.41 3.33c.45 1.13 1.24 2.19 2.26 3.12l-.78 1.64c-.61 1.27-.13 2.77 1.08 3.41c.38.2.79.3 1.2.3c.27 0 .54-.04.8-.13c.67-.22 1.21-.69 1.51-1.33l.67-1.42a9.5 9.5 0 0 0 2.5.36c.91 0 1.83-.14 2.74-.4l.69 1.46c.42.89 1.33 1.46 2.31 1.46c.27.03.46-.03.68-.09c.71-.2 1.3-.7 1.61-1.38c.33-.72.32-1.53-.02-2.24l-.83-1.74c1.72-1.59 2.9-3.65 3.34-5.83Zm-10.39 2.9l.35.74c-.24.03-.47.03-.71.02zM7.35 18.1c-.19.39-.51.68-.92.81s-.84.1-1.22-.1c-.72-.39-1.01-1.33-.65-2.1l.67-1.4s.09.05.13.08c.38.28.77.53 1.18.76c.01 0 .03.01.05.02c.39.22.81.4 1.23.57c.05.02.1.05.16.07l-.62 1.29Zm1.46-2.06c-1.26-.41-2.42-1.05-3.44-1.9c-1.04-.88-1.82-1.92-2.26-3c-.32-.8.07-1.71.86-2.03A1.57 1.57 0 0 1 6 9.97c.12.31.3.61.53.91c.84 1.12 2.34 2.04 3.82 2.35c.69.15 1.35.15 2.02.04l1.37 2.88c-1.61.44-3.24.42-4.91-.11Zm9.74 2.05c-.19.42-.53.71-.97.83c-.14.04-.24.04-.41.06c-.6 0-1.15-.35-1.4-.89l-2.64-5.56s-.02-.05-.04-.08l-.86-1.81a.73.73 0 0 0-.66-.42c-.29 0-.54.16-.66.42l-.71 1.5c-.12-.03-.24-.07-.36-.11c-.1-.04-.2-.07-.3-.11c-.22-.09-.43-.2-.64-.32c-.06-.03-.12-.06-.17-.09c-.25-.15-.48-.33-.7-.51c-.08-.07-.15-.14-.22-.21c-.1-.09-.19-.19-.27-.29l2.63-5.53c.26-.54.81-.89 1.41-.89s1.15.35 1.4.89l2.69 5.67s.02.04.02.05l1.87 3.94l.98 2.06c.21.44.21.95.01 1.4m-1.83-7.56c.6-.81 1.02-1.72 1.2-2.65c.17-.84.99-1.39 1.83-1.22c.41.08.76.31.99.66s.31.76.23 1.17c-.38 1.89-1.37 3.67-2.81 5.09l-1.45-3.04Z"/></svg>
React
import type { SVGProps } from "react";
export function BxlArcBrowser(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="M21.95 8.69a2.546 2.546 0 0 0-2-3c-1.38-.28-2.73.62-3.01 2.01a5.4 5.4 0 0 1-.72 1.8l-2.35-4.95a2.56 2.56 0 0 0-2.31-1.46c-.98 0-1.89.57-2.31 1.46L6.88 9.53c-.56-1.25-2-1.84-3.28-1.33c-1.3.53-1.94 2.02-1.41 3.33c.45 1.13 1.24 2.19 2.26 3.12l-.78 1.64c-.61 1.27-.13 2.77 1.08 3.41c.38.2.79.3 1.2.3c.27 0 .54-.04.8-.13c.67-.22 1.21-.69 1.51-1.33l.67-1.42a9.5 9.5 0 0 0 2.5.36c.91 0 1.83-.14 2.74-.4l.69 1.46c.42.89 1.33 1.46 2.31 1.46c.27.03.46-.03.68-.09c.71-.2 1.3-.7 1.61-1.38c.33-.72.32-1.53-.02-2.24l-.83-1.74c1.72-1.59 2.9-3.65 3.34-5.83Zm-10.39 2.9l.35.74c-.24.03-.47.03-.71.02zM7.35 18.1c-.19.39-.51.68-.92.81s-.84.1-1.22-.1c-.72-.39-1.01-1.33-.65-2.1l.67-1.4s.09.05.13.08c.38.28.77.53 1.18.76c.01 0 .03.01.05.02c.39.22.81.4 1.23.57c.05.02.1.05.16.07l-.62 1.29Zm1.46-2.06c-1.26-.41-2.42-1.05-3.44-1.9c-1.04-.88-1.82-1.92-2.26-3c-.32-.8.07-1.71.86-2.03A1.57 1.57 0 0 1 6 9.97c.12.31.3.61.53.91c.84 1.12 2.34 2.04 3.82 2.35c.69.15 1.35.15 2.02.04l1.37 2.88c-1.61.44-3.24.42-4.91-.11Zm9.74 2.05c-.19.42-.53.71-.97.83c-.14.04-.24.04-.41.06c-.6 0-1.15-.35-1.4-.89l-2.64-5.56s-.02-.05-.04-.08l-.86-1.81a.73.73 0 0 0-.66-.42c-.29 0-.54.16-.66.42l-.71 1.5c-.12-.03-.24-.07-.36-.11c-.1-.04-.2-.07-.3-.11c-.22-.09-.43-.2-.64-.32c-.06-.03-.12-.06-.17-.09c-.25-.15-.48-.33-.7-.51c-.08-.07-.15-.14-.22-.21c-.1-.09-.19-.19-.27-.29l2.63-5.53c.26-.54.81-.89 1.41-.89s1.15.35 1.4.89l2.69 5.67s.02.04.02.05l1.87 3.94l.98 2.06c.21.44.21.95.01 1.4m-1.83-7.56c.6-.81 1.02-1.72 1.2-2.65c.17-.84.99-1.39 1.83-1.22c.41.08.76.31.99.66s.31.76.23 1.17c-.38 1.89-1.37 3.67-2.81 5.09l-1.45-3.04Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.95 8.69a2.546 2.546 0 0 0-2-3c-1.38-.28-2.73.62-3.01 2.01a5.4 5.4 0 0 1-.72 1.8l-2.35-4.95a2.56 2.56 0 0 0-2.31-1.46c-.98 0-1.89.57-2.31 1.46L6.88 9.53c-.56-1.25-2-1.84-3.28-1.33c-1.3.53-1.94 2.02-1.41 3.33c.45 1.13 1.24 2.19 2.26 3.12l-.78 1.64c-.61 1.27-.13 2.77 1.08 3.41c.38.2.79.3 1.2.3c.27 0 .54-.04.8-.13c.67-.22 1.21-.69 1.51-1.33l.67-1.42a9.5 9.5 0 0 0 2.5.36c.91 0 1.83-.14 2.74-.4l.69 1.46c.42.89 1.33 1.46 2.31 1.46c.27.03.46-.03.68-.09c.71-.2 1.3-.7 1.61-1.38c.33-.72.32-1.53-.02-2.24l-.83-1.74c1.72-1.59 2.9-3.65 3.34-5.83Zm-10.39 2.9l.35.74c-.24.03-.47.03-.71.02zM7.35 18.1c-.19.39-.51.68-.92.81s-.84.1-1.22-.1c-.72-.39-1.01-1.33-.65-2.1l.67-1.4s.09.05.13.08c.38.28.77.53 1.18.76c.01 0 .03.01.05.02c.39.22.81.4 1.23.57c.05.02.1.05.16.07l-.62 1.29Zm1.46-2.06c-1.26-.41-2.42-1.05-3.44-1.9c-1.04-.88-1.82-1.92-2.26-3c-.32-.8.07-1.71.86-2.03A1.57 1.57 0 0 1 6 9.97c.12.31.3.61.53.91c.84 1.12 2.34 2.04 3.82 2.35c.69.15 1.35.15 2.02.04l1.37 2.88c-1.61.44-3.24.42-4.91-.11Zm9.74 2.05c-.19.42-.53.71-.97.83c-.14.04-.24.04-.41.06c-.6 0-1.15-.35-1.4-.89l-2.64-5.56s-.02-.05-.04-.08l-.86-1.81a.73.73 0 0 0-.66-.42c-.29 0-.54.16-.66.42l-.71 1.5c-.12-.03-.24-.07-.36-.11c-.1-.04-.2-.07-.3-.11c-.22-.09-.43-.2-.64-.32c-.06-.03-.12-.06-.17-.09c-.25-.15-.48-.33-.7-.51c-.08-.07-.15-.14-.22-.21c-.1-.09-.19-.19-.27-.29l2.63-5.53c.26-.54.81-.89 1.41-.89s1.15.35 1.4.89l2.69 5.67s.02.04.02.05l1.87 3.94l.98 2.06c.21.44.21.95.01 1.4m-1.83-7.56c.6-.81 1.02-1.72 1.2-2.65c.17-.84.99-1.39 1.83-1.22c.41.08.76.31.99.66s.31.76.23 1.17c-.38 1.89-1.37 3.67-2.81 5.09l-1.45-3.04Z"/></svg> </template>
CSS
.icon-arc-browser {
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%22M21.95%208.69a2.546%202.546%200%200%200-2-3c-1.38-.28-2.73.62-3.01%202.01a5.4%205.4%200%200%201-.72%201.8l-2.35-4.95a2.56%202.56%200%200%200-2.31-1.46c-.98%200-1.89.57-2.31%201.46L6.88%209.53c-.56-1.25-2-1.84-3.28-1.33c-1.3.53-1.94%202.02-1.41%203.33c.45%201.13%201.24%202.19%202.26%203.12l-.78%201.64c-.61%201.27-.13%202.77%201.08%203.41c.38.2.79.3%201.2.3c.27%200%20.54-.04.8-.13c.67-.22%201.21-.69%201.51-1.33l.67-1.42a9.5%209.5%200%200%200%202.5.36c.91%200%201.83-.14%202.74-.4l.69%201.46c.42.89%201.33%201.46%202.31%201.46c.27.03.46-.03.68-.09c.71-.2%201.3-.7%201.61-1.38c.33-.72.32-1.53-.02-2.24l-.83-1.74c1.72-1.59%202.9-3.65%203.34-5.83Zm-10.39%202.9l.35.74c-.24.03-.47.03-.71.02zM7.35%2018.1c-.19.39-.51.68-.92.81s-.84.1-1.22-.1c-.72-.39-1.01-1.33-.65-2.1l.67-1.4s.09.05.13.08c.38.28.77.53%201.18.76c.01%200%20.03.01.05.02c.39.22.81.4%201.23.57c.05.02.1.05.16.07l-.62%201.29Zm1.46-2.06c-1.26-.41-2.42-1.05-3.44-1.9c-1.04-.88-1.82-1.92-2.26-3c-.32-.8.07-1.71.86-2.03A1.57%201.57%200%200%201%206%209.97c.12.31.3.61.53.91c.84%201.12%202.34%202.04%203.82%202.35c.69.15%201.35.15%202.02.04l1.37%202.88c-1.61.44-3.24.42-4.91-.11Zm9.74%202.05c-.19.42-.53.71-.97.83c-.14.04-.24.04-.41.06c-.6%200-1.15-.35-1.4-.89l-2.64-5.56s-.02-.05-.04-.08l-.86-1.81a.73.73%200%200%200-.66-.42c-.29%200-.54.16-.66.42l-.71%201.5c-.12-.03-.24-.07-.36-.11c-.1-.04-.2-.07-.3-.11c-.22-.09-.43-.2-.64-.32c-.06-.03-.12-.06-.17-.09c-.25-.15-.48-.33-.7-.51c-.08-.07-.15-.14-.22-.21c-.1-.09-.19-.19-.27-.29l2.63-5.53c.26-.54.81-.89%201.41-.89s1.15.35%201.4.89l2.69%205.67s.02.04.02.05l1.87%203.94l.98%202.06c.21.44.21.95.01%201.4m-1.83-7.56c.6-.81%201.02-1.72%201.2-2.65c.17-.84.99-1.39%201.83-1.22c.41.08.76.31.99.66s.31.76.23%201.17c-.38%201.89-1.37%203.67-2.81%205.09l-1.45-3.04Z%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%22M21.95%208.69a2.546%202.546%200%200%200-2-3c-1.38-.28-2.73.62-3.01%202.01a5.4%205.4%200%200%201-.72%201.8l-2.35-4.95a2.56%202.56%200%200%200-2.31-1.46c-.98%200-1.89.57-2.31%201.46L6.88%209.53c-.56-1.25-2-1.84-3.28-1.33c-1.3.53-1.94%202.02-1.41%203.33c.45%201.13%201.24%202.19%202.26%203.12l-.78%201.64c-.61%201.27-.13%202.77%201.08%203.41c.38.2.79.3%201.2.3c.27%200%20.54-.04.8-.13c.67-.22%201.21-.69%201.51-1.33l.67-1.42a9.5%209.5%200%200%200%202.5.36c.91%200%201.83-.14%202.74-.4l.69%201.46c.42.89%201.33%201.46%202.31%201.46c.27.03.46-.03.68-.09c.71-.2%201.3-.7%201.61-1.38c.33-.72.32-1.53-.02-2.24l-.83-1.74c1.72-1.59%202.9-3.65%203.34-5.83Zm-10.39%202.9l.35.74c-.24.03-.47.03-.71.02zM7.35%2018.1c-.19.39-.51.68-.92.81s-.84.1-1.22-.1c-.72-.39-1.01-1.33-.65-2.1l.67-1.4s.09.05.13.08c.38.28.77.53%201.18.76c.01%200%20.03.01.05.02c.39.22.81.4%201.23.57c.05.02.1.05.16.07l-.62%201.29Zm1.46-2.06c-1.26-.41-2.42-1.05-3.44-1.9c-1.04-.88-1.82-1.92-2.26-3c-.32-.8.07-1.71.86-2.03A1.57%201.57%200%200%201%206%209.97c.12.31.3.61.53.91c.84%201.12%202.34%202.04%203.82%202.35c.69.15%201.35.15%202.02.04l1.37%202.88c-1.61.44-3.24.42-4.91-.11Zm9.74%202.05c-.19.42-.53.71-.97.83c-.14.04-.24.04-.41.06c-.6%200-1.15-.35-1.4-.89l-2.64-5.56s-.02-.05-.04-.08l-.86-1.81a.73.73%200%200%200-.66-.42c-.29%200-.54.16-.66.42l-.71%201.5c-.12-.03-.24-.07-.36-.11c-.1-.04-.2-.07-.3-.11c-.22-.09-.43-.2-.64-.32c-.06-.03-.12-.06-.17-.09c-.25-.15-.48-.33-.7-.51c-.08-.07-.15-.14-.22-.21c-.1-.09-.19-.19-.27-.29l2.63-5.53c.26-.54.81-.89%201.41-.89s1.15.35%201.4.89l2.69%205.67s.02.04.02.05l1.87%203.94l.98%202.06c.21.44.21.95.01%201.4m-1.83-7.56c.6-.81%201.02-1.72%201.2-2.65c.17-.84.99-1.39%201.83-1.22c.41.08.76.31.99.66s.31.76.23%201.17c-.38%201.89-1.37%203.67-2.81%205.09l-1.45-3.04Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxl/arc-browser.svg?color=%231a73e8&size=48