Keeta Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keeta 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/327878.svg" alt="Keeta icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327878.svg" alt="Keeta icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327878.svg" alt="Keeta icon" :width="24" :height="24" />
CSS background
.icon-keeta {
background-image: url('https://proicons.com/icon/327878.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>.p{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="d"><path id="e" class="p" d="M5.5,14.10088172v15.94524884"/><path id="f" class="p" d="M11.83208446,17.65992647c-1.48804954,2.3744768-2.24943962,4.78252958-6.33208446,7.03712103"/><path id="g" class="p" d="M8.05765002,22.93212512s2.52675504,11.8637131,15.30295426,10.91273"/><path id="h" class="p" d="M30.83882103,29.71032228c-.85472556.87837403-1.73823986,1.74655815-3.03803122,2.46737525"/><path id="i" class="p" d="M26.46454194,32.86131339c-.48023902.20879973-.97047953.40075669-1.48293414.55530624"/><path id="j" class="p" d="M14.31067874,25.54044738s5.33381509-1.64054351,5.33381509-4.36196073c0-3.29592086-5.30936146-3.5185604-5.30936146-.40894523,0,0-.05052472,4.35538342-.07578175,6.53307513-.02409816,2.07810952,4.57156118,2.74351401,5.83918316-.31584882"/><path id="k" class="p" d="M22.78782962,25.54044738s5.33381332-1.64054351,5.33381332-4.36196073c0-3.29592086-5.30935968-3.5185604-5.30935968-.40894523,0,0-.05052472,4.35538342-.07578175,6.53307513-.02409816,2.07810952,4.57156118,2.74351401,5.83918316-.31584882"/><path id="l" class="p" d="M42.44857747,22.09900312s-5.33381332,1.64054529-5.33381332,4.36196251c0,3.29591952,5.30936146,3.51855996,5.30936146.40894434,0,0,.0505265-4.35538253.07577997-6.53307469.02409816-2.0781113-4.57156118-2.74351535-5.83918316.31584838"/><path id="m" class="p" d="M29.43354559,18.63118961h5.7932104M32.49243652,14.29376699v12.7417276c.02359515,2.12603744,2.69423348,2.01709985,2.69423348,2.01709985"/></g></svg>
Copied!