K Corporate Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The K Corporate 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/327775.svg" alt="K Corporate icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327775.svg" alt="K Corporate icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327775.svg" alt="K Corporate icon" :width="24" :height="24" />
CSS background
.icon-k-corporate {
background-image: url('https://proicons.com/icon/327775.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.x{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="f"><g id="g"><path id="h" class="x" d="M26.0359,10.4874l11.4763,11.4763c.4421.4421.4421,1.1539,0,1.596l-18.6087,18.6087c-.4421.4421-1.1539.4421-1.596,0l-11.4763-11.4763c-.4421-.4421-.4421-1.1539,0-1.596L24.4398,10.4874c.4421-.4421,1.1539-.4421,1.596,0Z"/><path id="i" class="x" d="M25.7875,13.1684l9.0436,9.0436c.3407.3407.339.8908-.0037,1.2335l-9.575,9.575c-.3427.3427-.8929.3444-1.2335.0037l-9.0436-9.0436c-.3407-.3407-.339-.8908.0037-1.2335l9.575-9.575c.3427-.3427.8929-.3444,1.2335-.0037h0Z"/><g id="j"><path id="k" class="x" d="M20.329,31.3549l2.065,2.065c.3407.3406.339.8908-.0037,1.2335l-4.6772,4.6772c-.3427.3427-.8929.3444-1.2335.0037l-7.8144-7.8144c-.3407-.3406-.339-.8908.0037-1.2335l4.6772-4.6772c.3427-.3427.8929-.3444,1.2335-.0037h0l2.0666,2.0666"/><path id="l" class="x" d="M9.5588,29.3966l9.0044,9.0839"/><path id="m" class="x" d="M18.8316,32.8507l2.6689,2.6925"/><path id="n" class="x" d="M12.4961,26.4593l2.6689,2.6925"/><path id="o" class="x" d="M17.0231,33.9766l3.0087,3.0353"/><path id="p" class="x" d="M11.0274,27.928l2.9823,3.0087"/><path id="q" class="x" d="M11.0651,33.9198l2.9549-2.9549"/><path id="r" class="x" d="M14.0798,36.9345l2.9549-2.9549"/><path id="s" class="x" d="M17.9146,27.6316l2.4533,2.4533c.3407.3407.339.8908-.0037,1.2335l-2.4459,2.4459c-.3427.3427-.8929.3444-1.2335.0037l-2.4533-2.4533c-.3407-.3407-.339-.8908.0037-1.2335l2.4459-2.4459c.3427-.3427.8929-.3444,1.2335-.0037Z"/></g></g><g id="t"><path id="u" class="x" d="M30.385,5.5011c3.226-.0434,6.3327,1.219,8.614,3.5003,2.2809,2.2809,3.5433,5.3868,3.5003,8.6122"/><path id="v" class="x" d="M30.3868,8.1905c2.5122-.0432,4.9341.9358,6.7107,2.7124,1.7764,1.7764,2.7553,4.198,2.7124,6.7098"/><path id="w" class="x" d="M30.3868,10.9119c1.7904-.0436,3.5205.6485,4.7869,1.9149s1.9585,2.9964,1.9149,4.7869"/></g></g></svg>
Copied!