arcgis from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
arcgis
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the arcgis logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a.85.85 0 0 0-.338.07L3.144 3.765A2.73 2.73 0 0 0 1.5 6.27v13.252l10.162 4.408a.85.85 0 0 0 .676 0l8.518-3.696A2.73 2.73 0 0 0 22.5 17.73V4.478L12.338.07A.85.85 0 0 0 12 0m0 4.837a7.537 7.537 0 1 1 0 15.075a7.537 7.537 0 0 1 0-15.075m-.35 1.389c-.897-.023-2.328.24-3.747 1.614c.35.555.646.978.49 1.418c-.23.655-.513.514-1.07.995c-.396.341.206 1.013-.313 1.306c-.52.293-1.213.663-.95 1.175c.265.512 1.47.83 1.96 1.075c.49.246.928.707.607 1.238c-.314.519-.537 1.13-.601 1.609A5.94 5.94 0 0 0 12 18.175c3.293 0 5.818-2.71 5.962-6c.04-.926-.94-.94-1.534-.94c0 0 .34.923.018 1.436s-.85.762-.835 1.377c.015.616-.937 1.597-1.26 1.949c-.322.351-.923.747-1.128-.06c-.205-.805-.126-1.477.109-2.048c.234-.572-.218-.748-.921-.762s-1.08-.108-1.187-1.193c-.088-.894 1.243-1.844 1.815-1.844c.334 0 1.454.22 1.507-.34c.08-.86-.82-1.042-1.04-1.602c-.218-.56 1.48-1.54-1.506-1.898a4 4 0 0 0-.35-.024"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsArcgis(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="M12 0a.85.85 0 0 0-.338.07L3.144 3.765A2.73 2.73 0 0 0 1.5 6.27v13.252l10.162 4.408a.85.85 0 0 0 .676 0l8.518-3.696A2.73 2.73 0 0 0 22.5 17.73V4.478L12.338.07A.85.85 0 0 0 12 0m0 4.837a7.537 7.537 0 1 1 0 15.075a7.537 7.537 0 0 1 0-15.075m-.35 1.389c-.897-.023-2.328.24-3.747 1.614c.35.555.646.978.49 1.418c-.23.655-.513.514-1.07.995c-.396.341.206 1.013-.313 1.306c-.52.293-1.213.663-.95 1.175c.265.512 1.47.83 1.96 1.075c.49.246.928.707.607 1.238c-.314.519-.537 1.13-.601 1.609A5.94 5.94 0 0 0 12 18.175c3.293 0 5.818-2.71 5.962-6c.04-.926-.94-.94-1.534-.94c0 0 .34.923.018 1.436s-.85.762-.835 1.377c.015.616-.937 1.597-1.26 1.949c-.322.351-.923.747-1.128-.06c-.205-.805-.126-1.477.109-2.048c.234-.572-.218-.748-.921-.762s-1.08-.108-1.187-1.193c-.088-.894 1.243-1.844 1.815-1.844c.334 0 1.454.22 1.507-.34c.08-.86-.82-1.042-1.04-1.602c-.218-.56 1.48-1.54-1.506-1.898a4 4 0 0 0-.35-.024"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0a.85.85 0 0 0-.338.07L3.144 3.765A2.73 2.73 0 0 0 1.5 6.27v13.252l10.162 4.408a.85.85 0 0 0 .676 0l8.518-3.696A2.73 2.73 0 0 0 22.5 17.73V4.478L12.338.07A.85.85 0 0 0 12 0m0 4.837a7.537 7.537 0 1 1 0 15.075a7.537 7.537 0 0 1 0-15.075m-.35 1.389c-.897-.023-2.328.24-3.747 1.614c.35.555.646.978.49 1.418c-.23.655-.513.514-1.07.995c-.396.341.206 1.013-.313 1.306c-.52.293-1.213.663-.95 1.175c.265.512 1.47.83 1.96 1.075c.49.246.928.707.607 1.238c-.314.519-.537 1.13-.601 1.609A5.94 5.94 0 0 0 12 18.175c3.293 0 5.818-2.71 5.962-6c.04-.926-.94-.94-1.534-.94c0 0 .34.923.018 1.436s-.85.762-.835 1.377c.015.616-.937 1.597-1.26 1.949c-.322.351-.923.747-1.128-.06c-.205-.805-.126-1.477.109-2.048c.234-.572-.218-.748-.921-.762s-1.08-.108-1.187-1.193c-.088-.894 1.243-1.844 1.815-1.844c.334 0 1.454.22 1.507-.34c.08-.86-.82-1.042-1.04-1.602c-.218-.56 1.48-1.54-1.506-1.898a4 4 0 0 0-.35-.024"/></svg>
</template>

CSS

.icon-arcgis {
  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%22M12%200a.85.85%200%200%200-.338.07L3.144%203.765A2.73%202.73%200%200%200%201.5%206.27v13.252l10.162%204.408a.85.85%200%200%200%20.676%200l8.518-3.696A2.73%202.73%200%200%200%2022.5%2017.73V4.478L12.338.07A.85.85%200%200%200%2012%200m0%204.837a7.537%207.537%200%201%201%200%2015.075a7.537%207.537%200%200%201%200-15.075m-.35%201.389c-.897-.023-2.328.24-3.747%201.614c.35.555.646.978.49%201.418c-.23.655-.513.514-1.07.995c-.396.341.206%201.013-.313%201.306c-.52.293-1.213.663-.95%201.175c.265.512%201.47.83%201.96%201.075c.49.246.928.707.607%201.238c-.314.519-.537%201.13-.601%201.609A5.94%205.94%200%200%200%2012%2018.175c3.293%200%205.818-2.71%205.962-6c.04-.926-.94-.94-1.534-.94c0%200%20.34.923.018%201.436s-.85.762-.835%201.377c.015.616-.937%201.597-1.26%201.949c-.322.351-.923.747-1.128-.06c-.205-.805-.126-1.477.109-2.048c.234-.572-.218-.748-.921-.762s-1.08-.108-1.187-1.193c-.088-.894%201.243-1.844%201.815-1.844c.334%200%201.454.22%201.507-.34c.08-.86-.82-1.042-1.04-1.602c-.218-.56%201.48-1.54-1.506-1.898a4%204%200%200%200-.35-.024%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%22M12%200a.85.85%200%200%200-.338.07L3.144%203.765A2.73%202.73%200%200%200%201.5%206.27v13.252l10.162%204.408a.85.85%200%200%200%20.676%200l8.518-3.696A2.73%202.73%200%200%200%2022.5%2017.73V4.478L12.338.07A.85.85%200%200%200%2012%200m0%204.837a7.537%207.537%200%201%201%200%2015.075a7.537%207.537%200%200%201%200-15.075m-.35%201.389c-.897-.023-2.328.24-3.747%201.614c.35.555.646.978.49%201.418c-.23.655-.513.514-1.07.995c-.396.341.206%201.013-.313%201.306c-.52.293-1.213.663-.95%201.175c.265.512%201.47.83%201.96%201.075c.49.246.928.707.607%201.238c-.314.519-.537%201.13-.601%201.609A5.94%205.94%200%200%200%2012%2018.175c3.293%200%205.818-2.71%205.962-6c.04-.926-.94-.94-1.534-.94c0%200%20.34.923.018%201.436s-.85.762-.835%201.377c.015.616-.937%201.597-1.26%201.949c-.322.351-.923.747-1.128-.06c-.205-.805-.126-1.477.109-2.048c.234-.572-.218-.748-.921-.762s-1.08-.108-1.187-1.193c-.088-.894%201.243-1.844%201.815-1.844c.334%200%201.454.22%201.507-.34c.08-.86-.82-1.042-1.04-1.602c-.218-.56%201.48-1.54-1.506-1.898a4%204%200%200%200-.35-.024%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/arcgis.svg?color=%231a73e8&size=48