Scoop Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scoop 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/332477.svg" alt="Scoop icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332477.svg" alt="Scoop icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332477.svg" alt="Scoop icon" :width="24" :height="24" />
CSS background
.icon-scoop {
background-image: url('https://proicons.com/icon/332477.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,.b{fill:none;stroke:#000;stroke-linecap:round;}.a{stroke-linejoin:round;}.b{stroke-miterlimit:4.75;}</style></defs><path class="a" d="M15.0636,21.9515a8.9364,8.9364,0,0,1,17.8728,0"/><path class="a" d="M32.9364,28.3491a8.9364,8.9364,0,1,1-17.8728,0"/><path class="b" d="M15.0636,28.3491V21.9515"/><path class="b" d="M32.9364,21.9515v6.3976"/><path class="b" d="M11.5783,19.0428h3.701"/><path class="b" d="M11.5783,25.1874H14.867"/><path class="b" d="M11.5783,31.332h3.701"/><path class="b" d="M32.7207,19.0428h3.701"/><path class="b" d="M33.0826,25.1874h3.3391"/><path class="b" d="M32.7207,31.332h3.701"/><path class="b" d="M20.2069,13.6342l-2.92-2.92"/><path class="b" d="M27.7707,13.6683,30.72,10.7192"/><path class="b" d="M20.9925,22.0979h6.0646"/><path class="b" d="M20.9925,28.2769h6.0646"/><circle class="a" cx="24" cy="24" r="21.5"/></svg>
Copied!