Black And White Icon Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Black And White Icon 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/337255.svg" alt="Black And White Icon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337255.svg" alt="Black And White Icon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337255.svg" alt="Black And White Icon icon" :width="24" :height="24" />
CSS background
.icon-black-and-white-icon {
background-image: url('https://proicons.com/icon/337255.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="h" d="M12.3458,8.4713h23.3085c2.1375.0056,3.8689,1.737,3.8745,3.8745v23.3085c-.0056,2.1375-1.737,3.8689-3.8745,3.8745H12.3457c-2.1375-.0056-3.8689-1.737-3.8745-3.8745V12.3457c.0056-2.1375,1.737-3.8689,3.8745-3.8745Z"/><path id="c" class="h" d="M24,17.2043c3.7515,0,6.7958,3.0442,6.7958,6.7957s-3.0442,6.7958-6.7958,6.7958-6.7958-3.0442-6.7958-6.7958,3.0442-6.7958,6.7958-6.7957Z"/><path id="d" class="h" d="M17.686,8.256l3.7925-3.7823c1.681-1.2983,3.362-1.2983,5.043,0l3.7925,3.7823"/><path id="e" class="h" d="M8.256,30.314l-3.7823-3.7925c-1.2983-1.681-1.2983-3.362,0-5.043l3.7823-3.7925"/><path id="f" class="h" d="M30.314,39.744l-3.7925,3.7822c-1.681,1.2983-3.362,1.2983-5.043,0l-3.7925-3.7822"/><path id="g" class="h" d="M39.744,17.686l3.7822,3.7925c1.2983,1.681,1.2983,3.362,0,5.043l-3.7822,3.7925"/></svg>
Copied!