7eleven Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 7eleven 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/335800.svg" alt="7eleven icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335800.svg" alt="7eleven icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335800.svg" alt="7eleven icon" :width="24" :height="24" />
CSS background
.icon-7eleven {
background-image: url('https://proicons.com/icon/335800.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{isolation:isolate;}.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g class="a"><polyline class="b" points="14.371 24.414 14.371 30.073 17.379 30.073"/></g><g class="a"><line class="b" x1="9.7535" y1="30.0726" x2="12.7612" y2="30.0726"/><line class="b" x1="9.7535" y1="24.4144" x2="12.7612" y2="24.4144"/><line class="b" x1="9.7535" y1="27.2435" x2="11.7085" y2="27.2435"/><line class="b" x1="9.7535" y1="24.4144" x2="9.7535" y2="30.0726"/></g><g class="a"><polyline class="b" points="33.822 30.073 33.822 24.414 37.807 30.073 37.807 24.414"/></g><g class="a"><polyline class="b" points="27.593 24.414 25.638 30.073 23.608 24.414"/></g><g class="a"><line class="b" x1="18.9892" y1="30.0726" x2="21.9969" y2="30.0726"/><line class="b" x1="18.9892" y1="24.4144" x2="21.9969" y2="24.4144"/><line class="b" x1="18.9892" y1="27.2435" x2="20.9442" y2="27.2435"/><line class="b" x1="18.9892" y1="24.4144" x2="18.9892" y2="30.0726"/></g><g class="a"><line class="b" x1="29.2032" y1="30.0726" x2="32.2109" y2="30.0726"/><line class="b" x1="29.2032" y1="24.4144" x2="32.2109" y2="24.4144"/><line class="b" x1="29.2032" y1="27.2435" x2="31.1582" y2="27.2435"/><line class="b" x1="29.2032" y1="24.4144" x2="29.2032" y2="30.0726"/></g><path class="b" d="M18.3761,31.9782A60.4362,60.4362,0,0,0,18.2012,43.5H29.11c.2336-3.9053.2121-7.8279.4412-11.5241"/><path class="b" d="M31.2238,22.5123a14.4972,14.4972,0,0,1,7.0227-8.194V4.5C31.8944,7.6236,23.96,12.8147,20.582,22.5113"/><path class="b" d="M12.8822,4.5v8.9317L25.99,13.3635c3.0652-3.94,8.0919-6.6218,12.2563-8.8635Z"/></svg>
Copied!