Suzuri Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Suzuri 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/333513.svg" alt="Suzuri icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333513.svg" alt="Suzuri icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333513.svg" alt="Suzuri icon" :width="24" :height="24" />
CSS background
.icon-suzuri {
background-image: url('https://proicons.com/icon/333513.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="M26.6237,27.2739c0,1.1933-.707,2.1606-1.5791,2.1606s-1.5791-.9674-1.5791-2.1606.707-2.1606,1.5791-2.1606,1.5791.9674,1.5791,2.1606ZM34.9828,24.78c0,1.1933-.707,2.1606-1.5791,2.1606h0c-.8717-.0008-1.578-.9679-1.578-2.1606s.7063-2.1598,1.578-2.1606c.8721,0,1.5791.9674,1.5791,2.1606h0ZM27.544,29.435c-.0004,2.6815-1.5942,4.855-3.56,4.855s-3.5596-2.1735-3.56-4.855c0-2.6819,1.5939-4.856,3.56-4.856s3.56,2.1741,3.56,4.856ZM36.077,27.28c-.0004,2.81-1.6582,5.0876-3.7027,5.087h-.0003c-2.0443,0-3.7016-2.2774-3.702-5.087,0-2.81,1.6574-5.088,3.702-5.088,2.0446-.0008,3.7024,2.2766,3.703,5.0866v.0014ZM34.553,15.1l6.765,21.155M39.321,11.745L4.5,36.255h39"/></svg>
Copied!