Cogito Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cogito 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/323887.svg" alt="Cogito icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323887.svg" alt="Cogito icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323887.svg" alt="Cogito icon" :width="24" :height="24" />
CSS background
.icon-cogito {
background-image: url('https://proicons.com/icon/323887.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M26.9832,39.7335s1.2795,1.9434,2.6142,1.9434c2.7986,0,5.2998-.7516,7.1237-3.6361.2779-.4396.2069-1.4514.1725-2.3-.0023-.0562.0419-.1035.0976-.1104,2.5314-.3178,2.6944-5.7876,1.5316-6.6957-.0339-.0264-.0516-.0655-.0477-.1083.1296-1.4172-3.2917-6.7177-5.4986-6.4662-2.0708.236-3.6202,4.6968-3.6202,4.6968"/><path class="b" d="M27.0257,39.6811c.6016-.8356,1.3046-1.1374,1.5405-2.1397.4988-2.1191-.0432-5.0291.4943-8.1782.0042-.0245.0177-.0474.0369-.0633,1.2585-1.0467,1.1001-1.6671.2587-2.2429-.8932-.6113-2.535,2.0417-2.6647,2.2546-.0061.0099-.0094.0187-.0119.0302-.0304.1373-.2537,1.0904-.6929,1.5771-.0389.0431-.1056.0401-.1441-.0031-1.349-1.5098-2.486-3.4637-2.6814-3.8064-.0187-.0328-.053-.0524-.0908-.0524h-1.3062c-.0286,0-.0561-.0118-.0757-.0327l-1.3646-1.4472c-.011-.0118-.0243-.0206-.0395-.0258-.1285-.0435-.7675-.2417-1.0471.0079-.3491.3117.3625,1.4978.3625,1.4978M19.5999,27.057l2.3762,2.482M19.5999,27.057s-.669.0906-.8333.7275c-.1614.6261-.6257,2.6262-.6415,2.6942-.0005.0022-.0004.0017-.0007.0038-.0112.0686-.3029,1.8867.0003,2.9935.4526,1.6516,2.6422,3.2221,3.3636,3.7023.08.0531.053.1756-.0423.1868-.5761.0678-1.9363.1662-2.8436-.2652-1.0254-.4874-1.4033-.9398-1.9613-1.9287-.3133-.555,0-2.5765-.9984-2.2943-.4991.1411-.9787.8131-1.5515.8131s-2.1065-.0341-3.0064-.2139c-1.067-.2132-1.5561-.6628-2.0693-1.6153-.0038-.0072-.0068-.0147-.0089-.0225-.3624-1.3688-.3339-3.338.4589-4.7812,1.3868-2.5248,3.1888-3.6359,6.1771-4.964.4225-.1878,1.138-.051,1.3241-.0104.0291.0063.0532.0256.0671.052l2.5661,4.9224ZM24.5519,21.8665s.57-.2513,1.6936-.2513,1.7714.2513,1.7714.2513"/><path class="b" d="M17.3118,22.4007s-.9124-2.4723-1.2071-4.1245c-.4795-2.6879-.86-4.4001,0-6.9914.591-1.7809,2.6077-5.1098,5.9342-5.6039s6.5654,0,8.7027,1.7811c3.3197,2.7664,4.003,4.902,4.003,8.6982s-1.6894,5.9891-1.6894,5.9891"/><path class="b" d="M23.0705,27.057l1.4851-1.0882M22.1228,21.9618v5.0952M18.9946,39.2775c-.3898-.8966-1.4039-1.3027-2.3814-1.2879-.9537.0144-1.9468.3428-2.0751,1.2879-.1064.7836-.022,2.0394,2.6259,2.0394s2.098-1.4244,1.8306-2.0394ZM13.3933,42.3629c.3774-.2885.3774-1.0796,0-1.3682-.261-.1997-.8112-.1489-.9136-.1375-.011.0012-.0216.0044-.0315.0094-.3167.1594-.6195.4969-.5574.8436.0524.2924.043.5379.3169.6527.335.1405.8972.2207,1.1857,0Z"/></svg>
Copied!