Bouncemasters Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Bouncemasters 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/322900.svg" alt="Bouncemasters icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322900.svg" alt="Bouncemasters icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322900.svg" alt="Bouncemasters icon" :width="24" :height="24" />
CSS background
.icon-bouncemasters {
background-image: url('https://proicons.com/icon/322900.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:#000;}.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M30.215,13.38c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75M37.317,13.38c0,.4142-.3358.75-.75.75s-.75-.3358-.75-.75.3358-.75.75-.75.75.3358.75.75"/><path class="d" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4"/><path class="d" d="M31.677,15.76l1.493-3.681c.264-.651.857-.722,1.313-.534.406.167.672.57.578,1.19l-.356,2.357.418,2.484c.077.454-.118.702-.408.883-.405.253-.954.126-1.354-.417l-1.684-2.282Z"/><path class="d" d="M35.115,12.336c.5931-1.6055,2.3754-2.4262,3.9808-1.8332,1.2157.4491,2.0236,1.6072,2.0252,2.9032h0c-.0089,1.7115-1.4036,3.0917-3.1151,3.0828-1.5764-.0082-2.8954-1.1985-3.0649-2.7658M25.146,14.406c-.5543-1.6193.3091-3.3813,1.9284-3.9356s3.3813.3091,3.9356,1.9284c.111.3242.1674.6645.167,1.0072h0c0,.34-.056.678-.166,1h-5.865Z"/><path class="d" d="M39.325,16.272c-.9994,4.2158-5.2272,6.8232-9.443,5.8238-4.2158-.9994-6.8232-5.2272-5.8238-9.443.9994-4.2158,5.2272-6.8232,9.443-5.8238,2.0029.4748,3.739,1.7179,4.8338,3.461"/><path class="d" d="M34.732,21.884c-.3661,5.1337-4.8246,8.9986-9.9583,8.6324-5.1337-.3661-8.9986-4.8246-8.6324-9.9583.31-4.3472,3.5916-7.8989,7.9008-8.5511"/><path class="d" d="M18.981,14.5l-4.915-1.606c.707-1.615,2.514-2.908,4.313-2.993,2.576-.123,4.058.287,6.353,1.052M28.45,30.04l-.416,4.994c1.974-.794,4.058-2.334,5.153-4.197,1.104-1.878,1.509-5.58,1.475-8.298M24.19,17.266c-4.153,1.571-9.446,6.406-4.63,10.958"/><path class="d" d="M32.947,22.23c-.71,3.747-2.692,5.995-5.827,8.195M14.117,25.608c.483-1.01,1.208-1.984,2.046-2.91M19.815,31.07c.904-.027,1.752-.568,2.179-1.028"/><path class="d" d="M14.949,26.553c-.175.929-.217,1.855-.184,2.914.018.563-.095,1.054-.856.923-1.014-.175-1.806-.572-2.5-1.078-.62-.451-.594-1.04-.333-1.492.685-1.186,1.591-2.642,2.433-3.57M20.6,31.716c-.695,1.008-1.151,1.687-2.142,2.461-.409.32-1.013.708-1.494.295-.287-.246-1.608-2.055-1.642-3.14-.01-.308.027-.646.415-.83.374-.176.491.4.771.359,1.009-.153,2.07-.586,2.88-1.083M9.59,29.719c-1.3785,3.5375-2.3938,7.2061-3.03,10.949M14.554,20.2c-.3307.4867-.6523.9813-.965,1.484M16.56,36.658c-2.26,1.705-4.367,3.627-6.027,5.577M24.977,31.736c-1.0916.4489-2.1567.9597-3.19,1.53"/></svg>
Copied!