Ouigo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ouigo 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/345394.svg" alt="Ouigo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345394.svg" alt="Ouigo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345394.svg" alt="Ouigo icon" :width="24" :height="24" />
CSS background
.icon-ouigo {
background-image: url('https://proicons.com/icon/345394.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;}.b{fill:#fff;}</style></defs><path class="a" d="M45.5,24A21.5,21.5,0,1,1,24,2.5,21.51,21.51,0,0,1,45.5,24ZM23.82,27.85V21.2m-2.74,4V21.25m-5.29,3.94V21.25m5.29,3.94a2.65,2.65,0,1,1-5.29,0M32,22a3.3,3.3,0,0,0-3.65-.34,3.24,3.24,0,0,0,.52,6,3.35,3.35,0,0,0,3.61-.88V24.63H30.39m11-.09A3.24,3.24,0,1,1,38.1,21.3,3.24,3.24,0,0,1,41.34,24.54Zm-28.08,0A3.23,3.23,0,0,1,10,27.77h0a3.24,3.24,0,1,1,3.23-3.23ZM45.5,24A21.5,21.5,0,1,1,24,2.5,21.51,21.51,0,0,1,45.5,24Z"/><circle class="b" cx="23.82" cy="18.44" r="0.75"/></svg>
Copied!