arc logo
arc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- arc
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the arc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.937 8.509a2.95 2.95 0 0 0-.336-2.097a2.85 2.85 0 0 0-1.908-1.35a3 3 0 0 0-.562-.058h-.01c-1.377 0-2.533.988-2.807 2.338a7 7 0 0 1-.92 2.27a.26.26 0 0 1-.236.12a.26.26 0 0 1-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875 2.875 0 0 0 8.85 3.522L5.897 9.733c-.079.163-.31.158-.378-.005v-.005a2.86 2.86 0 0 0-2.665-1.797c-.378 0-.751.073-1.108.22c-1.472.615-2.129 2.35-1.52 3.82c.558 1.33 1.472 2.586 2.66 3.669c.084.078.11.2.063.304l-.956 2.008c-.673 1.419-.132 3.148 1.266 3.857c.41.205.846.31 1.298.31a2.88 2.88 0 0 0 2.596-1.64l.825-1.729a.254.254 0 0 1 .305-.136a11.5 11.5 0 0 0 3.006.42c1.119 0 2.222-.168 3.29-.478a.26.26 0 0 1 .31.137l.814 1.713c.483 1.02 1.492 1.713 2.617 1.718c.457 0 .898-.1 1.313-.31c1.403-.71 1.94-2.443 1.267-3.868l-1.025-2.154a.265.265 0 0 1 .058-.305c1.986-1.85 3.452-4.272 4.004-6.973M6.212 20.017a1.84 1.84 0 0 1-.676.762a1.84 1.84 0 0 1-.98.284c-.272 0-.55-.063-.808-.19c-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106q.253.18.52.353q1.052.67 2.182 1.135a.26.26 0 0 1 .141.352zm5.076-2.044c-4.209 0-8.654-2.853-10.126-6.495a1.83 1.83 0 0 1 1.01-2.38a1.8 1.8 0 0 1 .682-.137c.725 0 1.409.43 1.698 1.145c.92 2.281 4.004 4.21 6.736 4.21c.42 0 .841-.042 1.256-.116a.264.264 0 0 1 .284.142l1.377 2.9a.26.26 0 0 1-.163.363c-.899.237-1.818.368-2.754.368m-.599-4.93l.636-1.334a.145.145 0 0 1 .258 0l.62 1.303c.042.084-.016.19-.105.205a6 6 0 0 1-.8.058a5 5 0 0 1-.488-.026c-.11-.016-.163-.121-.12-.205m8.46 7.826a1.83 1.83 0 0 1-2.032-.28a1.8 1.8 0 0 1-.432-.577L11.698 9.528c-.1-.21-.4-.21-.494 0L9.66 12.781a.26.26 0 0 1-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255 0 0 1-.048-.294l3.342-7.03a1.53 1.53 0 0 1 .52-.621c1.052-.688 2.281-.258 2.738.704l6.858 14.425c.431.914.095 2.039-.81 2.485m-1.444-9.649a.26.26 0 0 1 .031-.273c.783-1.004 1.356-2.175 1.603-3.42a1.83 1.83 0 0 1 2.239-1.42c.972.242 1.534 1.251 1.33 2.234c-.484 2.301-1.683 4.388-3.317 6.022a.263.263 0 0 1-.425-.068z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsArc(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="M23.937 8.509a2.95 2.95 0 0 0-.336-2.097a2.85 2.85 0 0 0-1.908-1.35a3 3 0 0 0-.562-.058h-.01c-1.377 0-2.533.988-2.807 2.338a7 7 0 0 1-.92 2.27a.26.26 0 0 1-.236.12a.26.26 0 0 1-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875 2.875 0 0 0 8.85 3.522L5.897 9.733c-.079.163-.31.158-.378-.005v-.005a2.86 2.86 0 0 0-2.665-1.797c-.378 0-.751.073-1.108.22c-1.472.615-2.129 2.35-1.52 3.82c.558 1.33 1.472 2.586 2.66 3.669c.084.078.11.2.063.304l-.956 2.008c-.673 1.419-.132 3.148 1.266 3.857c.41.205.846.31 1.298.31a2.88 2.88 0 0 0 2.596-1.64l.825-1.729a.254.254 0 0 1 .305-.136a11.5 11.5 0 0 0 3.006.42c1.119 0 2.222-.168 3.29-.478a.26.26 0 0 1 .31.137l.814 1.713c.483 1.02 1.492 1.713 2.617 1.718c.457 0 .898-.1 1.313-.31c1.403-.71 1.94-2.443 1.267-3.868l-1.025-2.154a.265.265 0 0 1 .058-.305c1.986-1.85 3.452-4.272 4.004-6.973M6.212 20.017a1.84 1.84 0 0 1-.676.762a1.84 1.84 0 0 1-.98.284c-.272 0-.55-.063-.808-.19c-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106q.253.18.52.353q1.052.67 2.182 1.135a.26.26 0 0 1 .141.352zm5.076-2.044c-4.209 0-8.654-2.853-10.126-6.495a1.83 1.83 0 0 1 1.01-2.38a1.8 1.8 0 0 1 .682-.137c.725 0 1.409.43 1.698 1.145c.92 2.281 4.004 4.21 6.736 4.21c.42 0 .841-.042 1.256-.116a.264.264 0 0 1 .284.142l1.377 2.9a.26.26 0 0 1-.163.363c-.899.237-1.818.368-2.754.368m-.599-4.93l.636-1.334a.145.145 0 0 1 .258 0l.62 1.303c.042.084-.016.19-.105.205a6 6 0 0 1-.8.058a5 5 0 0 1-.488-.026c-.11-.016-.163-.121-.12-.205m8.46 7.826a1.83 1.83 0 0 1-2.032-.28a1.8 1.8 0 0 1-.432-.577L11.698 9.528c-.1-.21-.4-.21-.494 0L9.66 12.781a.26.26 0 0 1-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255 0 0 1-.048-.294l3.342-7.03a1.53 1.53 0 0 1 .52-.621c1.052-.688 2.281-.258 2.738.704l6.858 14.425c.431.914.095 2.039-.81 2.485m-1.444-9.649a.26.26 0 0 1 .031-.273c.783-1.004 1.356-2.175 1.603-3.42a1.83 1.83 0 0 1 2.239-1.42c.972.242 1.534 1.251 1.33 2.234c-.484 2.301-1.683 4.388-3.317 6.022a.263.263 0 0 1-.425-.068z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.937 8.509a2.95 2.95 0 0 0-.336-2.097a2.85 2.85 0 0 0-1.908-1.35a3 3 0 0 0-.562-.058h-.01c-1.377 0-2.533.988-2.807 2.338a7 7 0 0 1-.92 2.27a.26.26 0 0 1-.236.12a.26.26 0 0 1-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875 2.875 0 0 0 8.85 3.522L5.897 9.733c-.079.163-.31.158-.378-.005v-.005a2.86 2.86 0 0 0-2.665-1.797c-.378 0-.751.073-1.108.22c-1.472.615-2.129 2.35-1.52 3.82c.558 1.33 1.472 2.586 2.66 3.669c.084.078.11.2.063.304l-.956 2.008c-.673 1.419-.132 3.148 1.266 3.857c.41.205.846.31 1.298.31a2.88 2.88 0 0 0 2.596-1.64l.825-1.729a.254.254 0 0 1 .305-.136a11.5 11.5 0 0 0 3.006.42c1.119 0 2.222-.168 3.29-.478a.26.26 0 0 1 .31.137l.814 1.713c.483 1.02 1.492 1.713 2.617 1.718c.457 0 .898-.1 1.313-.31c1.403-.71 1.94-2.443 1.267-3.868l-1.025-2.154a.265.265 0 0 1 .058-.305c1.986-1.85 3.452-4.272 4.004-6.973M6.212 20.017a1.84 1.84 0 0 1-.676.762a1.84 1.84 0 0 1-.98.284c-.272 0-.55-.063-.808-.19c-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106q.253.18.52.353q1.052.67 2.182 1.135a.26.26 0 0 1 .141.352zm5.076-2.044c-4.209 0-8.654-2.853-10.126-6.495a1.83 1.83 0 0 1 1.01-2.38a1.8 1.8 0 0 1 .682-.137c.725 0 1.409.43 1.698 1.145c.92 2.281 4.004 4.21 6.736 4.21c.42 0 .841-.042 1.256-.116a.264.264 0 0 1 .284.142l1.377 2.9a.26.26 0 0 1-.163.363c-.899.237-1.818.368-2.754.368m-.599-4.93l.636-1.334a.145.145 0 0 1 .258 0l.62 1.303c.042.084-.016.19-.105.205a6 6 0 0 1-.8.058a5 5 0 0 1-.488-.026c-.11-.016-.163-.121-.12-.205m8.46 7.826a1.83 1.83 0 0 1-2.032-.28a1.8 1.8 0 0 1-.432-.577L11.698 9.528c-.1-.21-.4-.21-.494 0L9.66 12.781a.26.26 0 0 1-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255 0 0 1-.048-.294l3.342-7.03a1.53 1.53 0 0 1 .52-.621c1.052-.688 2.281-.258 2.738.704l6.858 14.425c.431.914.095 2.039-.81 2.485m-1.444-9.649a.26.26 0 0 1 .031-.273c.783-1.004 1.356-2.175 1.603-3.42a1.83 1.83 0 0 1 2.239-1.42c.972.242 1.534 1.251 1.33 2.234c-.484 2.301-1.683 4.388-3.317 6.022a.263.263 0 0 1-.425-.068z"/></svg> </template>
CSS
.icon-arc {
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%22M23.937%208.509a2.95%202.95%200%200%200-.336-2.097a2.85%202.85%200%200%200-1.908-1.35a3%203%200%200%200-.562-.058h-.01c-1.377%200-2.533.988-2.807%202.338a7%207%200%200%201-.92%202.27a.26.26%200%200%201-.236.12a.26.26%200%200%201-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875%202.875%200%200%200%208.85%203.522L5.897%209.733c-.079.163-.31.158-.378-.005v-.005a2.86%202.86%200%200%200-2.665-1.797c-.378%200-.751.073-1.108.22c-1.472.615-2.129%202.35-1.52%203.82c.558%201.33%201.472%202.586%202.66%203.669c.084.078.11.2.063.304l-.956%202.008c-.673%201.419-.132%203.148%201.266%203.857c.41.205.846.31%201.298.31a2.88%202.88%200%200%200%202.596-1.64l.825-1.729a.254.254%200%200%201%20.305-.136a11.5%2011.5%200%200%200%203.006.42c1.119%200%202.222-.168%203.29-.478a.26.26%200%200%201%20.31.137l.814%201.713c.483%201.02%201.492%201.713%202.617%201.718c.457%200%20.898-.1%201.313-.31c1.403-.71%201.94-2.443%201.267-3.868l-1.025-2.154a.265.265%200%200%201%20.058-.305c1.986-1.85%203.452-4.272%204.004-6.973M6.212%2020.017a1.84%201.84%200%200%201-.676.762a1.84%201.84%200%200%201-.98.284c-.272%200-.55-.063-.808-.19c-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106q.253.18.52.353q1.052.67%202.182%201.135a.26.26%200%200%201%20.141.352zm5.076-2.044c-4.209%200-8.654-2.853-10.126-6.495a1.83%201.83%200%200%201%201.01-2.38a1.8%201.8%200%200%201%20.682-.137c.725%200%201.409.43%201.698%201.145c.92%202.281%204.004%204.21%206.736%204.21c.42%200%20.841-.042%201.256-.116a.264.264%200%200%201%20.284.142l1.377%202.9a.26.26%200%200%201-.163.363c-.899.237-1.818.368-2.754.368m-.599-4.93l.636-1.334a.145.145%200%200%201%20.258%200l.62%201.303c.042.084-.016.19-.105.205a6%206%200%200%201-.8.058a5%205%200%200%201-.488-.026c-.11-.016-.163-.121-.12-.205m8.46%207.826a1.83%201.83%200%200%201-2.032-.28a1.8%201.8%200%200%201-.432-.577L11.698%209.528c-.1-.21-.4-.21-.494%200L9.66%2012.781a.26.26%200%200%201-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255%200%200%201-.048-.294l3.342-7.03a1.53%201.53%200%200%201%20.52-.621c1.052-.688%202.281-.258%202.738.704l6.858%2014.425c.431.914.095%202.039-.81%202.485m-1.444-9.649a.26.26%200%200%201%20.031-.273c.783-1.004%201.356-2.175%201.603-3.42a1.83%201.83%200%200%201%202.239-1.42c.972.242%201.534%201.251%201.33%202.234c-.484%202.301-1.683%204.388-3.317%206.022a.263.263%200%200%201-.425-.068z%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%22M23.937%208.509a2.95%202.95%200%200%200-.336-2.097a2.85%202.85%200%200%200-1.908-1.35a3%203%200%200%200-.562-.058h-.01c-1.377%200-2.533.988-2.807%202.338a7%207%200%200%201-.92%202.27a.26.26%200%200%201-.236.12a.26.26%200%200%201-.22-.146l-2.86-5.99c-.362-.763-1.013-1.362-1.823-1.598A2.875%202.875%200%200%200%208.85%203.522L5.897%209.733c-.079.163-.31.158-.378-.005v-.005a2.86%202.86%200%200%200-2.665-1.797c-.378%200-.751.073-1.108.22c-1.472.615-2.129%202.35-1.52%203.82c.558%201.33%201.472%202.586%202.66%203.669c.084.078.11.2.063.304l-.956%202.008c-.673%201.419-.132%203.148%201.266%203.857c.41.205.846.31%201.298.31a2.88%202.88%200%200%200%202.596-1.64l.825-1.729a.254.254%200%200%201%20.305-.136a11.5%2011.5%200%200%200%203.006.42c1.119%200%202.222-.168%203.29-.478a.26.26%200%200%201%20.31.137l.814%201.713c.483%201.02%201.492%201.713%202.617%201.718c.457%200%20.898-.1%201.313-.31c1.403-.71%201.94-2.443%201.267-3.868l-1.025-2.154a.265.265%200%200%201%20.058-.305c1.986-1.85%203.452-4.272%204.004-6.973M6.212%2020.017a1.84%201.84%200%200%201-.676.762a1.84%201.84%200%200%201-.98.284c-.272%200-.55-.063-.808-.19c-.904-.446-1.246-1.57-.81-2.48l.794-1.665c.068-.148.257-.2.383-.106q.253.18.52.353q1.052.67%202.182%201.135a.26.26%200%200%201%20.141.352zm5.076-2.044c-4.209%200-8.654-2.853-10.126-6.495a1.83%201.83%200%200%201%201.01-2.38a1.8%201.8%200%200%201%20.682-.137c.725%200%201.409.43%201.698%201.145c.92%202.281%204.004%204.21%206.736%204.21c.42%200%20.841-.042%201.256-.116a.264.264%200%200%201%20.284.142l1.377%202.9a.26.26%200%200%201-.163.363c-.899.237-1.818.368-2.754.368m-.599-4.93l.636-1.334a.145.145%200%200%201%20.258%200l.62%201.303c.042.084-.016.19-.105.205a6%206%200%200%201-.8.058a5%205%200%200%201-.488-.026c-.11-.016-.163-.121-.12-.205m8.46%207.826a1.83%201.83%200%200%201-2.032-.28a1.8%201.8%200%200%201-.432-.577L11.698%209.528c-.1-.21-.4-.21-.494%200L9.66%2012.781a.26.26%200%200%201-.32.137c-1.051-.363-2.05-.978-2.79-1.719a.255.255%200%200%201-.048-.294l3.342-7.03a1.53%201.53%200%200%201%20.52-.621c1.052-.688%202.281-.258%202.738.704l6.858%2014.425c.431.914.095%202.039-.81%202.485m-1.444-9.649a.26.26%200%200%201%20.031-.273c.783-1.004%201.356-2.175%201.603-3.42a1.83%201.83%200%200%201%202.239-1.42c.972.242%201.534%201.251%201.33%202.234c-.484%202.301-1.683%204.388-3.317%206.022a.263.263%200%200%201-.425-.068z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/arc.svg?color=%231a73e8&size=48