Jobkorea Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jobkorea 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/327700.svg" alt="Jobkorea icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327700.svg" alt="Jobkorea icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327700.svg" alt="Jobkorea icon" :width="24" :height="24" />
CSS background
.icon-jobkorea {
background-image: url('https://proicons.com/icon/327700.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="d" d="m11.907 19.994v6c0 1.1046-.89543 2-2 2-1.1046 0-2-.89543-2-2v-.66416"/><path class="d" d="m24.503 23.994c1.1046 0 2 .89543 2 2s-.89543 2-2 2h-3.3v-8l3.3 4e-6c1.1046 0 2 .89543 2 2s-.89543 2-2 2z"/><line class="d" x1="24.503" x2="21.207" y1="23.994" y2="23.994"/><rect class="d" x="13.907" y="19.994" width="5.3" height="8" rx="2.65" ry="2.65"/><rect class="d" x="34.793" y="19.994" width="5.3" height="8" rx="2.65" ry="2.65"/><line class="d" x1="28.503" x2="28.503" y1="20.006" y2="28.006"/><line class="d" x1="28.503" x2="32.803" y1="25.221" y2="20.034"/><line class="d" x1="32.803" x2="29.513" y1="28.006" y2="24.006"/></svg>
Copied!