Naver Whale Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Naver Whale 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/344560.svg" alt="Naver Whale icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344560.svg" alt="Naver Whale icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344560.svg" alt="Naver Whale icon" :width="24" :height="24" />
CSS background
.icon-naver-whale {
background-image: url('https://proicons.com/icon/344560.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>.g{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="m24.0724,18.9427c.7324,0,1.3288.6383,1.3288,1.423,0,.7743-.5964,1.4125-1.3288,1.4125s-1.3288-.6383-1.3288-1.4125c0-.7847.5964-1.423,1.3288-1.423Z"/><path id="d" class="g" d="m17.0097,37.6302c11.5097-3.139,8.3707-24.0656,21.973-28.251,8.3707,10.4633,2.0927,33.4826-21.973,28.251Z"/><path id="e" class="g" d="m11.778,33.4449c-5.2317-5.2317-8.3707-12.556-3.139-23.0193-1.0463,6.278,3.139,9.417,7.3243,9.7623,6.278.1779,7.3243-10.8086,23.0193-10.8086"/><path id="f" class="g" d="m18.056,27.1669c-3.139,5.2317-7.3243,8.3707-12.556,10.4633,3.139,1.0463,7.3243,1.5695,11.5097,0"/></svg>
Copied!