Naver Cafe Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Naver Cafe 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/344555.svg" alt="Naver Cafe icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344555.svg" alt="Naver Cafe icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344555.svg" alt="Naver Cafe icon" :width="24" :height="24" />
CSS background
.icon-naver-cafe {
background-image: url('https://proicons.com/icon/344555.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M33.7522,27.2452c0,6.4501-5.2288,11.6789-11.6789,11.6789s-11.6789-5.2288-11.6789-11.6789v-6.7023h23.3578v6.7023Z"/><path class="b" d="M33.7522,20.543c2.786,0,5.0446,2.2585,5.0446,5.0446s-2.2585,5.0446-5.0446,5.0446h-.5"/><path class="b" d="M30.7225,9.2936c0,4.748-3.849,8.597-8.597,8.597h-5.9713c0-4.748,3.849-8.597,8.597-8.597h5.9713Z"/></svg>
Copied!