Agility Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Agility icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/319493.svg" alt="Agility icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319493.svg" alt="Agility icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319493.svg" alt="Agility icon" :width="24" :height="24" />
CSS background
.icon-agility {
background-image: url('https://proicons.com/icon/319493.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 26.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="agility_00000018207771240775825930000005959544739474817195_" d="M16,31.36c-0.653,0-1.199-0.463-1.33-1.077 C7.338,29.606,1.64,23.393,1.64,16S7.338,2.394,14.67,1.716C14.801,1.102,15.347,0.64,16,0.64s1.199,0.462,1.33,1.076 C24.662,2.393,30.36,8.607,30.36,16s-5.698,13.606-13.03,14.284C17.199,30.897,16.653,31.36,16,31.36z M16,29.36 c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,29.36,16,29.36z M16,28.64 c0.598,0,1.106,0.388,1.288,0.925C24.241,28.91,29.64,23.014,29.64,16c0-4.697-2.422-8.894-6.109-11.35 c2.064,1.979,3.33,4.766,3.33,7.85c0,5.533-4.075,10.112-9.528,10.775C17.204,23.894,16.656,24.36,16,24.36 s-1.204-0.467-1.332-1.085C9.214,22.612,5.14,18.033,5.14,12.5c0-3.083,1.265-5.871,3.33-7.849C4.782,7.106,2.36,11.303,2.36,16 c0,7.013,5.399,12.909,12.352,13.564C14.894,29.027,15.402,28.64,16,28.64z M16,22.36c-0.353,0-0.64,0.287-0.64,0.64 s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S16.353,22.36,16,22.36z M16,21.64c0.577,0,1.072,0.362,1.269,0.871 c3.085-0.6,5.371-3.34,5.371-6.511s-2.286-5.912-5.371-6.51c-0.196,0.509-0.691,0.87-1.269,0.87s-1.072-0.361-1.269-0.87 C11.646,10.088,9.36,12.829,9.36,16s2.286,5.911,5.371,6.511C14.928,22.002,15.423,21.64,16,21.64z M17.341,8.771 c3.452,0.638,6.02,3.692,6.02,7.229c0,2.038-0.853,3.917-2.235,5.265c3.026-1.759,5.015-5.029,5.015-8.765 c0-5.152-3.783-9.418-8.854-10.056C17.101,2.977,16.594,3.36,16,3.36s-1.101-0.383-1.286-0.916C9.644,3.082,5.86,7.348,5.86,12.5 c0,3.735,1.989,7.005,5.015,8.764C9.492,19.916,8.64,18.038,8.64,16c0-3.537,2.566-6.592,6.019-7.229 C14.769,8.129,15.328,7.64,16,7.64C16.672,7.64,17.231,8.129,17.341,8.771z M16,8.36c-0.353,0-0.64,0.287-0.64,0.64 S15.647,9.64,16,9.64c0.353,0,0.64-0.287,0.64-0.64S16.353,8.36,16,8.36z M16,1.36c-0.353,0-0.64,0.287-0.64,0.64 S15.647,2.64,16,2.64c0.353,0,0.64-0.287,0.64-0.64S16.353,1.36,16,1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!