Ourocard Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ourocard 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/345401.svg" alt="Ourocard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345401.svg" alt="Ourocard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345401.svg" alt="Ourocard icon" :width="24" :height="24" />
CSS background
.icon-ourocard {
background-image: url('https://proicons.com/icon/345401.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="b" d="M22.3634,23.014h0c.8618,0,1.5604.6793,1.5604,1.5172v.9862c0,.8379-.6986,1.5172-1.5604,1.5172h0c-.8618,0-1.5604-.6793-1.5604-1.5172v-.9862c0-.8379.6986-1.5172,1.5604-1.5172Z"/><path class="b" d="M13.38,23.014v2.5034c0,.8379.6986,1.5172,1.5605,1.5172s1.5605-.6793,1.5605-1.5172v-2.5034"/><line class="b" x1="16.501" y1="25.517" x2="16.501" y2="27.034"/><path class="b" d="M17.872,24.531c0-.8379.6986-1.5172,1.5605-1.5172"/><line class="b" x1="17.872" y1="23.014" x2="17.872" y2="27.034"/><path class="b" d="M34.074,24.531c0-.8379.6986-1.5172,1.5605-1.5172"/><line class="b" x1="34.074" y1="23.014" x2="34.074" y2="27.034"/><path class="b" d="M28.211,26.27c-.269.4566-.7751.7641-1.355.7641-.8618,0-1.5605-.6793-1.5605-1.5172v-.9862c0-.8379.6986-1.5172,1.5605-1.5172.5788,0,1.0841.3064,1.3535.7616"/><path class="b" d="M40.126,24.531c0-.8379-.6986-1.5172-1.5605-1.5172s-1.5605.6793-1.5605,1.5172v.9862c0,.8379.6986,1.5172,1.5605,1.5172s1.5605-.6793,1.5605-1.5172"/><line class="b" x1="40.126" y1="27.034" x2="40.126" y2="20.966"/><path class="b" d="M9.9414,20.966h0c1.1419,0,2.0676.9,2.0676,2.0103v2.0482c0,1.1103-.9257,2.0103-2.0676,2.0103h0c-1.1419,0-2.0676-.9-2.0676-2.0103v-2.0482c0-1.1103.9257-2.0103,2.0676-2.0103Z"/><path class="b" d="M32.7,25.517c0,.8379-.6933,1.5172-1.5486,1.5172h-.5435c-.5666,0-1.0259-.45-1.0259-1.0051s.4593-1.0051,1.0259-1.0051h2.095"/><path class="b" d="M29.972,23.412c.3761-.3662.6396-.3983,1.3654-.3983.824,0,1.3654.3524,1.3654,1.3049v2.7157"/></svg>
Copied!