Wayfair Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wayfair 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/349581.svg" alt="Wayfair icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349581.svg" alt="Wayfair icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349581.svg" alt="Wayfair icon" :width="24" :height="24" />
CSS background
.icon-wayfair {
background-image: url('https://proicons.com/icon/349581.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><path class="b" d="M39.58990227,38.25174804c.17871094-.56904984.37891006-1.29079819.59569931-2.13280106.35697174-1.38639832.75001907-3.11090088,1.125-4.76760101.15126038-.66967964-.05149841-1.37010002-.53710938-1.85549927l-4.08200073-4.08200073-11.27700043,11.27700043,4.08200073,4.08200073c.48531914.48561096,1.18580055.6883812,1.85549927.53710938,1.65670013-.37498093,3.38119888-.76802826,4.76760101-1.125.8420105-.21680069,1.56380081-.41698837,2.13280106-.59569931.64717865-.20656967,1.13129807-.69070053,1.33789825-1.33789825l-.0003891.0003891Z"/><path class="b" d="M11.88090168,40.18574997c1.38640022.35697174,3.11089993.75001907,4.76760006,1.125.66967964.15127182,1.37010002-.05149841,1.85549927-.53710938l4.08199883-4.08200073-11.27700043-11.27700043-4.08199978,4.08200073c-.48561001.48531914-.68836975,1.18580055-.53710985,1.85549927.37497997,1.65670013.76803017,3.38119888,1.125,4.76760101.21680021.8420105.41700029,1.56380081.59569979,2.13280106.20656967.64717865.69069958,1.13130188,1.33790016,1.33789825.56904984.17871094,1.29080009.37891006,2.1328001.59569931l-.00038815-.0003891Z"/><path class="b" d="M36.1189016,7.814249c-1.38639832-.35696983-3.11090088-.75002003-4.76760101-1.125-.66967964-.15126991-1.37010002.0515008-1.85549927.53710985l-4.08200073,4.0819993,11.27700043,11.27700043,4.08200073-4.08200073c.48561096-.48531914.6883812-1.18580055.53710938-1.85549927-.37498093-1.65670013-.76802826-3.38119984-1.125-4.76760006-.21680069-.84200954-.41698837-1.56379986-.59569931-2.1328001-.20656967-.64719009-.69070053-1.13129997-1.33789825-1.33790016-.56906128-.17870998-1.29079819-.37891006-2.13280106-.59570026l.0003891.00039101Z"/><path class="b" d="M7.81440197,11.88074871c-.35696983,1.38640022-.75002003,3.11089993-1.125,4.76760006-.15126991.66967964.0515008,1.37010002.53710985,1.85549927l4.0819993,4.08199883,11.27700043-11.27700043-4.08200073-4.08199978c-.48531914-.48561001-1.18580055-.68838024-1.85549927-.53710985-1.65670013.37497997-3.38119984.76803017-4.76760006,1.125-.84200954.21680021-1.56379986.4169898-2.1328001.59569979-.64719009.20656967-1.13129997.69071007-1.33790016,1.33790016-.17870998.56906033-.37891006,1.29080009-.59570026,2.1328001l.00039101-.00038815Z"/></svg>
Copied!