Saison Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Saison Card 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/332338.svg" alt="Saison Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332338.svg" alt="Saison Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332338.svg" alt="Saison Card icon" :width="24" :height="24" />
CSS background
.icon-saison-card {
background-image: url('https://proicons.com/icon/332338.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="f" x="4.5" y="11.5" width="39" height="25"/><path class="f" d="M4.5,24h39"/><path class="f" d="M31.605,33v-6.0002h1.35c1.4498,0,2.6251,1.1753,2.6251,2.6251v.75c0,1.4498-1.1753,2.6251-2.6251,2.6251h-1.35Z"/><path class="f" d="M25.21,33v-6.0002h1.9643c1.1106,0,2.0108.9022,2.0108,2.0151s-.9002,2.0151-2.0108,2.0151h-1.9643"/><line class="f" x1="27.175" y1="31.031" x2="29.14" y2="32.999"/><line class="f" x1="22.132" y1="31.013" x2="19.473" y2="31.013"/><path class="f" d="M18.815,33l1.9876-6.0002,1.9876,6.0002"/><path class="f" d="M16.395,30.988v.0246c0,1.0977-.8898,1.9876-1.9876,1.9876h0c-1.0977,0-1.9876-.8898-1.9876-1.9876v-2.0251c0-1.0977.8898-1.9876,1.9876-1.9876h0c1.0977,0,1.9876.8898,1.9876,1.9876v.0246"/><path class="f" d="M37.025,20.5v-6l3.975,6v-6"/><circle class="f" cx="31.605" cy="17.5" r="1"/><circle class="f" cx="31.605" cy="17.5" r="3"/><path class="f" d="M22.329,19.843c.3679.479.8293.6574,1.4711.6574h.8883c.8267,0,1.4968-.6701,1.4968-1.5s-.6701-1.5-1.4968-1.5h-.9799c-.8276,0-1.4984-.6709-1.4984-1.4993s.6723-1.5008,1.5017-1.5008h.8834c.6419,0,1.1033.1784,1.4711.6574"/><line class="f" x1="19.79" y1="14.5" x2="19.79" y2="20.5"/><line class="f" x1="16.712" y1="18.512" x2="14.054" y2="18.512"/><path class="f" d="M13.395,20.5l1.9875-6,1.9875,6"/><path class="f" d="M7.1188,19.843c.3679.479.8293.6574,1.4711.6574h.8883c.8266,0,1.4968-.6701,1.4968-1.5s-.6701-1.5-1.4968-1.5h-.9799c-.8276,0-1.4984-.6709-1.4984-1.4993s.6723-1.5008,1.5017-1.5008h.8834c.6419,0,1.1033.1784,1.4711.6574"/></svg>
Copied!