Scoupy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Scoupy 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/332484.svg" alt="Scoupy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332484.svg" alt="Scoupy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332484.svg" alt="Scoupy icon" :width="24" :height="24" />
CSS background
.icon-scoupy {
background-image: url('https://proicons.com/icon/332484.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M31.8459,36.4997c0-2.7136-10.9331-1.2978-10.9331-8.2195,0-3.8541,1.6518-7.6689,11.2478-7.6689s8.1802,5.7812,4.8373,8.2982c-3.2642-1.9664-7.9835-2.9496-7.9835-1.2192,0,2.0844,11.2084,1.6518,11.2084,8.5341,0,3.7755-1.6124,7.2756-9.478,7.2756-16.0064,0-22.9674-6.5677-22.9674-14.9839,0-9.832,8.8094-13.7254,6.4498-23.5967,7.5903-1.5338,11.641,1.1798,11.641,7.4723s-4.9553,8.3375-4.9553,15.8884c0,5.0125,2.6743,9.2814,9.242,9.2814,1.4014,0,1.6911-.4326,1.6911-1.0619Z"/><path class="c" d="M31.4238,8.1068l.3245,4.0409c4.4834.354,6.5776,1.7403,6.5776,4.3064s-2.3892,4.1589-5.8992,4.1589-4.6603-1.6518-4.6603-4.6014,1.2683-6.3121,3.6575-7.9049Z"/></svg>
Copied!