Nhk Plus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nhk Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/344747.svg" alt="Nhk Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344747.svg" alt="Nhk Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344747.svg" alt="Nhk Plus icon" :width="24" :height="24" />
CSS background
.icon-nhk-plus {
background-image: url('https://proicons.com/icon/344747.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><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M9.1409,27.75l2.0157-7.5144,3.041,7.5144,2.0157-7.5144"/><path class="b" d="M19.644,20.237l-2.0157,7.5144"/><path class="b" d="M24.702,20.237l-2.0156,7.5144"/><path class="b" d="M18.64,23.979h5.0568"/><path class="b" d="M28.131,20.25l-2.0156,7.5144"/><path class="b" d="M26.819,25.146l5.4094-4.872"/><path class="b" d="M30.22,27.764l-2.1311-3.7571"/><line class="b" x1="33.918" y1="24.007" x2="38.859" y2="24.007"/><line class="b" x1="36.388" y1="21.478" x2="36.388" y2="26.535"/></svg>
Copied!