Naver Clova Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Naver Clova 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/344556.svg" alt="Naver Clova icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344556.svg" alt="Naver Clova icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344556.svg" alt="Naver Clova icon" :width="24" :height="24" />
CSS background
.icon-naver-clova {
background-image: url('https://proicons.com/icon/344556.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m24,39.3259c-4.2321,4.2321-11.0938,4.2321-15.3259,0-4.2321-4.2321-4.2321-11.0938,0-15.3259-4.2321-4.2321-4.2321-11.0938,0-15.3259,4.2321-4.2321,11.0938-4.2321,15.3259,0,4.2321-4.2321,11.0938-4.2321,15.3259,0,4.2321,4.2321,4.2321,11.0938,0,15.3259h0c4.2321,4.2321,4.2321,11.0938,0,15.3259-4.2321,4.2321-11.0938,4.2321-15.3259,0Z"/><path id="c" class="d" d="m24,35.3041c-2.2784,3.9647-7.3394,5.3317-11.3041,3.0533-3.9647-2.2784-5.3317-7.3394-3.0533-11.3041.7298-1.2699,1.7834-2.3236,3.0533-3.0533-3.9647-2.2784-5.3317-7.3394-3.0533-11.3041,2.2784-3.9647,7.3394-5.3317,11.3041-3.0533,1.2699.7298,2.3236,1.7834,3.0533,3.0533,2.2784-3.9647,7.3394-5.3317,11.3041-3.0533,3.9647,2.2784,5.3317,7.3394,3.0533,11.3041-.7298,1.2699-1.7834,2.3236-3.0533,3.0533,3.9647,2.2784,5.3317,7.3394,3.0533,11.3041-2.2784,3.9647-7.3394,5.3317-11.3041,3.0533-1.2699-.7298-2.3235-1.7834-3.0533-3.0533Z"/></svg>
Copied!