arc logo
arc from SVG Logos by Gil Barbara · Color · CC0-1.0 Free for personal and commercial use.
- Name
- arc
- Set
- SVG Logos
- Style
- Color
- Viewbox
- 256×219
- License
- CC0
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 256 219"><path fill="#fff" d="M123.632.012c13.836.398 26.332 8.52 32.32 21.089l23.761 49.984l.382-.966a59 59 0 0 0 2.315-7.64l.332-1.548c4.004-20.02 23.463-32.977 43.52-29.016a36.98 36.98 0 0 1 29.018 43.526c-5.337 26.652-19.095 51.387-38.829 70.983l-.625.607l8.33 17.514c9.668 20.33-.349 44.903-21.4 51.799l-.95.297l-.725.219a36.7 36.7 0 0 1-9.897 1.373a37.01 37.01 0 0 1-33.42-21.102l-6.43-13.518l-1.622.402c-8.692 2.054-17.508 3.192-26.328 3.367l-2.405.024c-8.488 0-17.116-.987-25.736-2.9l-1.7-.396l-6.177 12.987a36.97 36.97 0 0 1-20.713 18.852l-1.1.382a36.96 36.96 0 0 1-28.96-2.484c-17.56-9.334-24.256-31.186-15.688-49.235l7.67-16.129l-.67-.65C17.39 137.46 9.054 125.67 3.524 112.996l-.737-1.733l-.106-.281C-4.93 92.058 4.21 70.517 23.122 62.86c14.834-6.005 31.278-1.693 41.39 9.578l.19.218l24.446-51.422A36.86 36.86 0 0 1 121.535.01L122.57 0z"/><path fill="#1a007f" d="m87.118 170.045l21.896-46.068c-16.724-3.552-33.551-13.897-43.068-26.482L43.05 145.63c12.723 10.793 27.999 19.276 44.068 24.414"/><path fill="#4e000a" d="M178.495 96.115c-11 13.483-26.275 23.483-42.62 27.379l21.827 45.93c15.931-5.38 30.827-14.069 43.69-25.206z"/><path fill="#1a007f" d="M43.05 145.631L31.602 169.7c-5.828 12.241-1.449 27.31 10.551 33.689c12.724 6.758 28.379 1.483 34.517-11.38l10.448-21.964A130.6 130.6 0 0 1 43.05 145.63"/><path fill="#ff9396" d="M223.942 43.565a25.137 25.137 0 0 0-29.585 19.723c-2.414 12.07-8.069 23.31-15.862 32.862l22.862 48.137c21.103-18.31 36.688-43.24 42.275-71.137c2.724-13.655-6.104-26.896-19.69-29.585"/><path fill="#002dc8" d="M135.875 123.494c-4.896 1.172-9.896 1.793-14.896 1.793c-3.896 0-7.93-.448-11.965-1.31c-16.724-3.552-33.551-13.897-43.068-26.482c-2.38-3.138-4.31-6.414-5.655-9.759c-5.207-12.862-19.862-19.068-32.724-13.896C14.705 79.047 8.5 93.702 13.671 106.563c5.896 14.62 16.31 28.034 29.379 39.068a130.5 130.5 0 0 0 44.033 24.414c11.069 3.551 22.551 5.517 33.862 5.517c12.551 0 24.93-2.173 36.723-6.138z"/><path fill="#ff536a" d="m213.425 169.596l-12.068-25.378l-22.862-48.103l-.034.035s0-.035.034-.035l-33.24-69.93a25.14 25.14 0 0 0-22.69-14.344c-9.69 0-18.517 5.586-22.689 14.345L65.98 97.495c9.517 12.585 26.344 22.93 43.068 26.482l10.965-23.034c1.035-2.173 4.138-2.173 5.173 0l10.724 22.551h.069h-.07l21.828 45.93l10.724 22.551a25.1 25.1 0 0 0 22.723 14.345c2.242 0 4.483-.31 6.69-.931c15.138-4.173 22.31-21.586 15.551-35.793"/></svg>
React
import type { SVGProps } from "react";
export function LogosArc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 219"><path fill="#fff" d="M123.632.012c13.836.398 26.332 8.52 32.32 21.089l23.761 49.984l.382-.966a59 59 0 0 0 2.315-7.64l.332-1.548c4.004-20.02 23.463-32.977 43.52-29.016a36.98 36.98 0 0 1 29.018 43.526c-5.337 26.652-19.095 51.387-38.829 70.983l-.625.607l8.33 17.514c9.668 20.33-.349 44.903-21.4 51.799l-.95.297l-.725.219a36.7 36.7 0 0 1-9.897 1.373a37.01 37.01 0 0 1-33.42-21.102l-6.43-13.518l-1.622.402c-8.692 2.054-17.508 3.192-26.328 3.367l-2.405.024c-8.488 0-17.116-.987-25.736-2.9l-1.7-.396l-6.177 12.987a36.97 36.97 0 0 1-20.713 18.852l-1.1.382a36.96 36.96 0 0 1-28.96-2.484c-17.56-9.334-24.256-31.186-15.688-49.235l7.67-16.129l-.67-.65C17.39 137.46 9.054 125.67 3.524 112.996l-.737-1.733l-.106-.281C-4.93 92.058 4.21 70.517 23.122 62.86c14.834-6.005 31.278-1.693 41.39 9.578l.19.218l24.446-51.422A36.86 36.86 0 0 1 121.535.01L122.57 0z"/><path fill="#1a007f" d="m87.118 170.045l21.896-46.068c-16.724-3.552-33.551-13.897-43.068-26.482L43.05 145.63c12.723 10.793 27.999 19.276 44.068 24.414"/><path fill="#4e000a" d="M178.495 96.115c-11 13.483-26.275 23.483-42.62 27.379l21.827 45.93c15.931-5.38 30.827-14.069 43.69-25.206z"/><path fill="#1a007f" d="M43.05 145.631L31.602 169.7c-5.828 12.241-1.449 27.31 10.551 33.689c12.724 6.758 28.379 1.483 34.517-11.38l10.448-21.964A130.6 130.6 0 0 1 43.05 145.63"/><path fill="#ff9396" d="M223.942 43.565a25.137 25.137 0 0 0-29.585 19.723c-2.414 12.07-8.069 23.31-15.862 32.862l22.862 48.137c21.103-18.31 36.688-43.24 42.275-71.137c2.724-13.655-6.104-26.896-19.69-29.585"/><path fill="#002dc8" d="M135.875 123.494c-4.896 1.172-9.896 1.793-14.896 1.793c-3.896 0-7.93-.448-11.965-1.31c-16.724-3.552-33.551-13.897-43.068-26.482c-2.38-3.138-4.31-6.414-5.655-9.759c-5.207-12.862-19.862-19.068-32.724-13.896C14.705 79.047 8.5 93.702 13.671 106.563c5.896 14.62 16.31 28.034 29.379 39.068a130.5 130.5 0 0 0 44.033 24.414c11.069 3.551 22.551 5.517 33.862 5.517c12.551 0 24.93-2.173 36.723-6.138z"/><path fill="#ff536a" d="m213.425 169.596l-12.068-25.378l-22.862-48.103l-.034.035s0-.035.034-.035l-33.24-69.93a25.14 25.14 0 0 0-22.69-14.344c-9.69 0-18.517 5.586-22.689 14.345L65.98 97.495c9.517 12.585 26.344 22.93 43.068 26.482l10.965-23.034c1.035-2.173 4.138-2.173 5.173 0l10.724 22.551h.069h-.07l21.828 45.93l10.724 22.551a25.1 25.1 0 0 0 22.723 14.345c2.242 0 4.483-.31 6.69-.931c15.138-4.173 22.31-21.586 15.551-35.793"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 219"><path fill="#fff" d="M123.632.012c13.836.398 26.332 8.52 32.32 21.089l23.761 49.984l.382-.966a59 59 0 0 0 2.315-7.64l.332-1.548c4.004-20.02 23.463-32.977 43.52-29.016a36.98 36.98 0 0 1 29.018 43.526c-5.337 26.652-19.095 51.387-38.829 70.983l-.625.607l8.33 17.514c9.668 20.33-.349 44.903-21.4 51.799l-.95.297l-.725.219a36.7 36.7 0 0 1-9.897 1.373a37.01 37.01 0 0 1-33.42-21.102l-6.43-13.518l-1.622.402c-8.692 2.054-17.508 3.192-26.328 3.367l-2.405.024c-8.488 0-17.116-.987-25.736-2.9l-1.7-.396l-6.177 12.987a36.97 36.97 0 0 1-20.713 18.852l-1.1.382a36.96 36.96 0 0 1-28.96-2.484c-17.56-9.334-24.256-31.186-15.688-49.235l7.67-16.129l-.67-.65C17.39 137.46 9.054 125.67 3.524 112.996l-.737-1.733l-.106-.281C-4.93 92.058 4.21 70.517 23.122 62.86c14.834-6.005 31.278-1.693 41.39 9.578l.19.218l24.446-51.422A36.86 36.86 0 0 1 121.535.01L122.57 0z"/><path fill="#1a007f" d="m87.118 170.045l21.896-46.068c-16.724-3.552-33.551-13.897-43.068-26.482L43.05 145.63c12.723 10.793 27.999 19.276 44.068 24.414"/><path fill="#4e000a" d="M178.495 96.115c-11 13.483-26.275 23.483-42.62 27.379l21.827 45.93c15.931-5.38 30.827-14.069 43.69-25.206z"/><path fill="#1a007f" d="M43.05 145.631L31.602 169.7c-5.828 12.241-1.449 27.31 10.551 33.689c12.724 6.758 28.379 1.483 34.517-11.38l10.448-21.964A130.6 130.6 0 0 1 43.05 145.63"/><path fill="#ff9396" d="M223.942 43.565a25.137 25.137 0 0 0-29.585 19.723c-2.414 12.07-8.069 23.31-15.862 32.862l22.862 48.137c21.103-18.31 36.688-43.24 42.275-71.137c2.724-13.655-6.104-26.896-19.69-29.585"/><path fill="#002dc8" d="M135.875 123.494c-4.896 1.172-9.896 1.793-14.896 1.793c-3.896 0-7.93-.448-11.965-1.31c-16.724-3.552-33.551-13.897-43.068-26.482c-2.38-3.138-4.31-6.414-5.655-9.759c-5.207-12.862-19.862-19.068-32.724-13.896C14.705 79.047 8.5 93.702 13.671 106.563c5.896 14.62 16.31 28.034 29.379 39.068a130.5 130.5 0 0 0 44.033 24.414c11.069 3.551 22.551 5.517 33.862 5.517c12.551 0 24.93-2.173 36.723-6.138z"/><path fill="#ff536a" d="m213.425 169.596l-12.068-25.378l-22.862-48.103l-.034.035s0-.035.034-.035l-33.24-69.93a25.14 25.14 0 0 0-22.69-14.344c-9.69 0-18.517 5.586-22.689 14.345L65.98 97.495c9.517 12.585 26.344 22.93 43.068 26.482l10.965-23.034c1.035-2.173 4.138-2.173 5.173 0l10.724 22.551h.069h-.07l21.828 45.93l10.724 22.551a25.1 25.1 0 0 0 22.723 14.345c2.242 0 4.483-.31 6.69-.931c15.138-4.173 22.31-21.586 15.551-35.793"/></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%20256%20219%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M123.632.012c13.836.398%2026.332%208.52%2032.32%2021.089l23.761%2049.984l.382-.966a59%2059%200%200%200%202.315-7.64l.332-1.548c4.004-20.02%2023.463-32.977%2043.52-29.016a36.98%2036.98%200%200%201%2029.018%2043.526c-5.337%2026.652-19.095%2051.387-38.829%2070.983l-.625.607l8.33%2017.514c9.668%2020.33-.349%2044.903-21.4%2051.799l-.95.297l-.725.219a36.7%2036.7%200%200%201-9.897%201.373a37.01%2037.01%200%200%201-33.42-21.102l-6.43-13.518l-1.622.402c-8.692%202.054-17.508%203.192-26.328%203.367l-2.405.024c-8.488%200-17.116-.987-25.736-2.9l-1.7-.396l-6.177%2012.987a36.97%2036.97%200%200%201-20.713%2018.852l-1.1.382a36.96%2036.96%200%200%201-28.96-2.484c-17.56-9.334-24.256-31.186-15.688-49.235l7.67-16.129l-.67-.65C17.39%20137.46%209.054%20125.67%203.524%20112.996l-.737-1.733l-.106-.281C-4.93%2092.058%204.21%2070.517%2023.122%2062.86c14.834-6.005%2031.278-1.693%2041.39%209.578l.19.218l24.446-51.422A36.86%2036.86%200%200%201%20121.535.01L122.57%200z%22%2F%3E%3Cpath%20fill%3D%22%231a007f%22%20d%3D%22m87.118%20170.045l21.896-46.068c-16.724-3.552-33.551-13.897-43.068-26.482L43.05%20145.63c12.723%2010.793%2027.999%2019.276%2044.068%2024.414%22%2F%3E%3Cpath%20fill%3D%22%234e000a%22%20d%3D%22M178.495%2096.115c-11%2013.483-26.275%2023.483-42.62%2027.379l21.827%2045.93c15.931-5.38%2030.827-14.069%2043.69-25.206z%22%2F%3E%3Cpath%20fill%3D%22%231a007f%22%20d%3D%22M43.05%20145.631L31.602%20169.7c-5.828%2012.241-1.449%2027.31%2010.551%2033.689c12.724%206.758%2028.379%201.483%2034.517-11.38l10.448-21.964A130.6%20130.6%200%200%201%2043.05%20145.63%22%2F%3E%3Cpath%20fill%3D%22%23ff9396%22%20d%3D%22M223.942%2043.565a25.137%2025.137%200%200%200-29.585%2019.723c-2.414%2012.07-8.069%2023.31-15.862%2032.862l22.862%2048.137c21.103-18.31%2036.688-43.24%2042.275-71.137c2.724-13.655-6.104-26.896-19.69-29.585%22%2F%3E%3Cpath%20fill%3D%22%23002dc8%22%20d%3D%22M135.875%20123.494c-4.896%201.172-9.896%201.793-14.896%201.793c-3.896%200-7.93-.448-11.965-1.31c-16.724-3.552-33.551-13.897-43.068-26.482c-2.38-3.138-4.31-6.414-5.655-9.759c-5.207-12.862-19.862-19.068-32.724-13.896C14.705%2079.047%208.5%2093.702%2013.671%20106.563c5.896%2014.62%2016.31%2028.034%2029.379%2039.068a130.5%20130.5%200%200%200%2044.033%2024.414c11.069%203.551%2022.551%205.517%2033.862%205.517c12.551%200%2024.93-2.173%2036.723-6.138z%22%2F%3E%3Cpath%20fill%3D%22%23ff536a%22%20d%3D%22m213.425%20169.596l-12.068-25.378l-22.862-48.103l-.034.035s0-.035.034-.035l-33.24-69.93a25.14%2025.14%200%200%200-22.69-14.344c-9.69%200-18.517%205.586-22.689%2014.345L65.98%2097.495c9.517%2012.585%2026.344%2022.93%2043.068%2026.482l10.965-23.034c1.035-2.173%204.138-2.173%205.173%200l10.724%2022.551h.069h-.07l21.828%2045.93l10.724%2022.551a25.1%2025.1%200%200%200%2022.723%2014.345c2.242%200%204.483-.31%206.69-.931c15.138-4.173%2022.31-21.586%2015.551-35.793%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%20256%20219%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M123.632.012c13.836.398%2026.332%208.52%2032.32%2021.089l23.761%2049.984l.382-.966a59%2059%200%200%200%202.315-7.64l.332-1.548c4.004-20.02%2023.463-32.977%2043.52-29.016a36.98%2036.98%200%200%201%2029.018%2043.526c-5.337%2026.652-19.095%2051.387-38.829%2070.983l-.625.607l8.33%2017.514c9.668%2020.33-.349%2044.903-21.4%2051.799l-.95.297l-.725.219a36.7%2036.7%200%200%201-9.897%201.373a37.01%2037.01%200%200%201-33.42-21.102l-6.43-13.518l-1.622.402c-8.692%202.054-17.508%203.192-26.328%203.367l-2.405.024c-8.488%200-17.116-.987-25.736-2.9l-1.7-.396l-6.177%2012.987a36.97%2036.97%200%200%201-20.713%2018.852l-1.1.382a36.96%2036.96%200%200%201-28.96-2.484c-17.56-9.334-24.256-31.186-15.688-49.235l7.67-16.129l-.67-.65C17.39%20137.46%209.054%20125.67%203.524%20112.996l-.737-1.733l-.106-.281C-4.93%2092.058%204.21%2070.517%2023.122%2062.86c14.834-6.005%2031.278-1.693%2041.39%209.578l.19.218l24.446-51.422A36.86%2036.86%200%200%201%20121.535.01L122.57%200z%22%2F%3E%3Cpath%20fill%3D%22%231a007f%22%20d%3D%22m87.118%20170.045l21.896-46.068c-16.724-3.552-33.551-13.897-43.068-26.482L43.05%20145.63c12.723%2010.793%2027.999%2019.276%2044.068%2024.414%22%2F%3E%3Cpath%20fill%3D%22%234e000a%22%20d%3D%22M178.495%2096.115c-11%2013.483-26.275%2023.483-42.62%2027.379l21.827%2045.93c15.931-5.38%2030.827-14.069%2043.69-25.206z%22%2F%3E%3Cpath%20fill%3D%22%231a007f%22%20d%3D%22M43.05%20145.631L31.602%20169.7c-5.828%2012.241-1.449%2027.31%2010.551%2033.689c12.724%206.758%2028.379%201.483%2034.517-11.38l10.448-21.964A130.6%20130.6%200%200%201%2043.05%20145.63%22%2F%3E%3Cpath%20fill%3D%22%23ff9396%22%20d%3D%22M223.942%2043.565a25.137%2025.137%200%200%200-29.585%2019.723c-2.414%2012.07-8.069%2023.31-15.862%2032.862l22.862%2048.137c21.103-18.31%2036.688-43.24%2042.275-71.137c2.724-13.655-6.104-26.896-19.69-29.585%22%2F%3E%3Cpath%20fill%3D%22%23002dc8%22%20d%3D%22M135.875%20123.494c-4.896%201.172-9.896%201.793-14.896%201.793c-3.896%200-7.93-.448-11.965-1.31c-16.724-3.552-33.551-13.897-43.068-26.482c-2.38-3.138-4.31-6.414-5.655-9.759c-5.207-12.862-19.862-19.068-32.724-13.896C14.705%2079.047%208.5%2093.702%2013.671%20106.563c5.896%2014.62%2016.31%2028.034%2029.379%2039.068a130.5%20130.5%200%200%200%2044.033%2024.414c11.069%203.551%2022.551%205.517%2033.862%205.517c12.551%200%2024.93-2.173%2036.723-6.138z%22%2F%3E%3Cpath%20fill%3D%22%23ff536a%22%20d%3D%22m213.425%20169.596l-12.068-25.378l-22.862-48.103l-.034.035s0-.035.034-.035l-33.24-69.93a25.14%2025.14%200%200%200-22.69-14.344c-9.69%200-18.517%205.586-22.689%2014.345L65.98%2097.495c9.517%2012.585%2026.344%2022.93%2043.068%2026.482l10.965-23.034c1.035-2.173%204.138-2.173%205.173%200l10.724%2022.551h.069h-.07l21.828%2045.93l10.724%2022.551a25.1%2025.1%200%200%200%2022.723%2014.345c2.242%200%204.483-.31%206.69-.931c15.138-4.173%2022.31-21.586%2015.551-35.793%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/logos/arc.svg?color=%231a73e8&size=48