My Oldboy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Oldboy 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/329765.svg" alt="My Oldboy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329765.svg" alt="My Oldboy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329765.svg" alt="My Oldboy icon" :width="24" :height="24" />
CSS background
.icon-my-oldboy {
background-image: url('https://proicons.com/icon/329765.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M36.1883,40.4531h0A60.8544,60.8544,0,0,1,18.1813,43.5h0a3.2841,3.2841,0,0,1-3.2938-2.7358L9.5692,9.3274a1.02,1.02,0,0,1,.8354-1.1756l21.5-3.6374a1.02,1.02,0,0,1,1.1756.8354l5.3183,31.4363A3.284,3.284,0,0,1,36.1883,40.4531Z"/><line class="a" x1="19.7247" y1="34.5752" x2="18.8741" y2="29.5478"/><line class="a" x1="16.7857" y1="32.4867" x2="21.8131" y2="31.6362"/><line class="a" x1="23.0215" y1="38.779" x2="25.0513" y2="38.4356"/><line class="a" x1="28.0489" y1="37.9284" x2="30.0787" y2="37.585"/><circle class="b" cx="29.751" cy="31.0628" r="0.75"/><circle class="b" cx="33.0031" cy="28.9737" r="0.75"/><path class="a" d="M12.2469,25.1555l1.5122-.0834A92.1594,92.1594,0,0,0,34.2982,21.58l1.291-.3736"/><rect class="a" x="14.212" y="9.3493" width="16.812" height="11.2652" transform="translate(-2.1822 3.9827) rotate(-9.6022)"/></svg>
Copied!