Seats Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seats 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/332527.svg" alt="Seats icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332527.svg" alt="Seats icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332527.svg" alt="Seats icon" :width="24" :height="24" />
CSS background
.icon-seats {
background-image: url('https://proicons.com/icon/332527.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><path class="b" d="M15.1742,34.749l19.0321-1.1722s-2.9004-4.4691-9.6405-4.161c-5.2117.2383-9.3916,5.3332-9.3916,5.3332Z"/><path class="b" d="M21.5197,27.4473l19.0408-1.0206s-2.8647-4.4921-9.607-4.2376c-5.2134.1968-9.4338,5.2582-9.4338,5.2582Z"/><path class="b" d="M17.6922,8.7134l1.368,19.019s4.4391-2.9462,4.0615-9.6828c-.2919-5.2089-5.4295-9.3363-5.4295-9.3363Z"/><path class="b" d="M11.4395,16.2688l1.3862,19.0177s4.4362-2.9504,4.0523-9.6867c-.2969-5.2087-5.4385-9.3311-5.4385-9.3311Z"/></svg>
Copied!