Naver Prism Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Naver Prism 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/344559.svg" alt="Naver Prism icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344559.svg" alt="Naver Prism icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344559.svg" alt="Naver Prism icon" :width="24" :height="24" />
CSS background
.icon-naver-prism {
background-image: url('https://proicons.com/icon/344559.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M24,18.2131l9.652,17.5451H14.348s9.652-17.5451,9.652-17.5451Z"/><path id="c" class="e" d="M24,12.4154l14.2989,26.2417H9.7011s14.2989-26.2417,14.2989-26.2417Z"/><path id="d" class="e" d="M24,6.6286l19,34.7429H5L24,6.6286Z"/></svg>
Copied!