Sudokuoss Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sudokuoss 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/347995.svg" alt="Sudokuoss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347995.svg" alt="Sudokuoss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347995.svg" alt="Sudokuoss icon" :width="24" :height="24" />
CSS background
.icon-sudokuoss {
background-image: url('https://proicons.com/icon/347995.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.41,5.5v37M30.5,5.5v37M10.033,14.627a2.78,2.78,0,0,0,2.1.61h.27a2.32,2.32,0,0,0,2.28-2.28h0a2.32,2.32,0,0,0-2.28-2.28h-2.37V8.217h4.65M42.5,18H5.5m37,12.46H5.5m19.561-2.362a2.0059,2.0059,0,0,0,2-2h0a2.0059,2.0059,0,0,0-2-2h0a2.0059,2.0059,0,0,0,2-2h0a2.0059,2.0059,0,0,0-2-2m-3.3,7.4a3.2533,3.2533,0,0,0,2.5.7h.8m-3.3-7.4a3.4024,3.4024,0,0,1,2.5-.7h.8"/><circle class="a" cx="37.068" cy="35.611" r="2.7"/><path class="a" d="M34.668,40.011a2.456,2.456,0,0,0,2.2,1h.2a2.6888,2.6888,0,0,0,2.7-2.7v-2.7M21.924,10.39a2.6692,2.6692,0,0,1,2.6-2.7,2.6871,2.6871,0,0,1,1.9,4.6c-1.1.9-4.5,3.5-4.5,3.5h5.3"/></svg>
Copied!