Sodexo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sodexo 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/333033.svg" alt="Sodexo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333033.svg" alt="Sodexo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333033.svg" alt="Sodexo icon" :width="24" :height="24" />
CSS background
.icon-sodexo {
background-image: url('https://proicons.com/icon/333033.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="M5.5,19.6001v18.9c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v10.1"/><line class="c" x1="34.4879" y1="21.3896" x2="30.5477" y2="26.6104"/><line class="c" x1="34.4879" y1="26.6104" x2="30.5477" y2="21.3896"/><rect class="c" x="13.3597" y="21.3896" width="3.9402" height="5.2207" rx="1.9701" ry="1.9701"/><rect class="c" x="36.0598" y="21.3896" width="3.9402" height="5.2207" rx="1.9701" ry="1.9701"/><path class="c" d="M8.1241,26.1699c.3597.3021.7481.4405,1.6203.4405h.442c.7193,0,1.3024-.5844,1.3024-1.3052h0c0-.7208-.5831-1.3052-1.3024-1.3052h-.884c-.7193,0-1.3024-.5844-1.3024-1.3052h0c0-.7208.5831-1.3052,1.3024-1.3052h.442c.8722,0,1.2606.1384,1.6203.4405"/><path class="c" d="M28.8417,25.6162c-.3393.5939-.9788.9942-1.7118.9942h0c-1.0881,0-1.9701-.882-1.9701-1.9701v-1.2806c0-1.0881.882-1.9701,1.9701-1.9701h0c1.0881,0,1.9701.882,1.9701,1.9701v.6403s-3.9402,0-3.9402,0"/><path class="c" d="M23.1706,23.3597c0-1.0881-.882-1.9701-1.9701-1.9701h0c-1.0881,0-1.9701.882-1.9701,1.9701v1.2806c0,1.0881.882,1.9701,1.9701,1.9701h0c1.0881,0,1.9701-.882,1.9701-1.9701"/><line class="c" x1="23.1706" y1="26.6104" x2="23.1706" y2="18.73"/></svg>
Copied!