rattle from IconPark Solid by ByteDance · Solid · Baby · Apache-2.0 Free for personal and commercial use.

Name
rattle
Set
IconPark Solid
Style
Solid
Category
Baby
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More baby icons from IconPark Solid

Use the rattle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><circle cx="30.075" cy="15.562" r="11" fill="currentColor" transform="rotate(40 30.075 15.562)"/><path d="M21.649 8.491c-4.61.049-6.327-3.35-8.577-.67c-2.032 2.423.493 5.636-1.435 7.934m13.665 10.162l-5.785 6.894c-1.607 1.915-1.682 5.116-3.61 7.414s-4.746 2.545-7.044.616s-2.545-4.746-.617-7.044c1.929-2.298 5.068-2.928 6.675-4.843s5.163-5.893 5.785-6.894"/><circle cx="11.24" cy="19.339" r="3" fill="currentColor" transform="rotate(40 11.24 19.34)"/><circle cx="28.462" cy="37.707" r="3" fill="currentColor" transform="rotate(40 28.462 37.707)"/><path d="M37.216 24.165c.63 3.139 2.853 8.268.863 9.862s-6.525-1.559-7.687 1.382"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkSolidRattle(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><circle cx="30.075" cy="15.562" r="11" fill="currentColor" transform="rotate(40 30.075 15.562)"/><path d="M21.649 8.491c-4.61.049-6.327-3.35-8.577-.67c-2.032 2.423.493 5.636-1.435 7.934m13.665 10.162l-5.785 6.894c-1.607 1.915-1.682 5.116-3.61 7.414s-4.746 2.545-7.044.616s-2.545-4.746-.617-7.044c1.929-2.298 5.068-2.928 6.675-4.843s5.163-5.893 5.785-6.894"/><circle cx="11.24" cy="19.339" r="3" fill="currentColor" transform="rotate(40 11.24 19.34)"/><circle cx="28.462" cy="37.707" r="3" fill="currentColor" transform="rotate(40 28.462 37.707)"/><path d="M37.216 24.165c.63 3.139 2.853 8.268.863 9.862s-6.525-1.559-7.687 1.382"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><circle cx="30.075" cy="15.562" r="11" fill="currentColor" transform="rotate(40 30.075 15.562)"/><path d="M21.649 8.491c-4.61.049-6.327-3.35-8.577-.67c-2.032 2.423.493 5.636-1.435 7.934m13.665 10.162l-5.785 6.894c-1.607 1.915-1.682 5.116-3.61 7.414s-4.746 2.545-7.044.616s-2.545-4.746-.617-7.044c1.929-2.298 5.068-2.928 6.675-4.843s5.163-5.893 5.785-6.894"/><circle cx="11.24" cy="19.339" r="3" fill="currentColor" transform="rotate(40 11.24 19.34)"/><circle cx="28.462" cy="37.707" r="3" fill="currentColor" transform="rotate(40 28.462 37.707)"/><path d="M37.216 24.165c.63 3.139 2.853 8.268.863 9.862s-6.525-1.559-7.687 1.382"/></g></svg>
</template>

CSS

.icon-rattle {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2230.075%22%20cy%3D%2215.562%22%20r%3D%2211%22%20fill%3D%22currentColor%22%20transform%3D%22rotate(40%2030.075%2015.562)%22%2F%3E%3Cpath%20d%3D%22M21.649%208.491c-4.61.049-6.327-3.35-8.577-.67c-2.032%202.423.493%205.636-1.435%207.934m13.665%2010.162l-5.785%206.894c-1.607%201.915-1.682%205.116-3.61%207.414s-4.746%202.545-7.044.616s-2.545-4.746-.617-7.044c1.929-2.298%205.068-2.928%206.675-4.843s5.163-5.893%205.785-6.894%22%2F%3E%3Ccircle%20cx%3D%2211.24%22%20cy%3D%2219.339%22%20r%3D%223%22%20fill%3D%22currentColor%22%20transform%3D%22rotate(40%2011.24%2019.34)%22%2F%3E%3Ccircle%20cx%3D%2228.462%22%20cy%3D%2237.707%22%20r%3D%223%22%20fill%3D%22currentColor%22%20transform%3D%22rotate(40%2028.462%2037.707)%22%2F%3E%3Cpath%20d%3D%22M37.216%2024.165c.63%203.139%202.853%208.268.863%209.862s-6.525-1.559-7.687%201.382%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Ccircle%20cx%3D%2230.075%22%20cy%3D%2215.562%22%20r%3D%2211%22%20fill%3D%22currentColor%22%20transform%3D%22rotate(40%2030.075%2015.562)%22%2F%3E%3Cpath%20d%3D%22M21.649%208.491c-4.61.049-6.327-3.35-8.577-.67c-2.032%202.423.493%205.636-1.435%207.934m13.665%2010.162l-5.785%206.894c-1.607%201.915-1.682%205.116-3.61%207.414s-4.746%202.545-7.044.616s-2.545-4.746-.617-7.044c1.929-2.298%205.068-2.928%206.675-4.843s5.163-5.893%205.785-6.894%22%2F%3E%3Ccircle%20cx%3D%2211.24%22%20cy%3D%2219.339%22%20r%3D%223%22%20fill%3D%22currentColor%22%20transform%3D%22rotate(40%2011.24%2019.34)%22%2F%3E%3Ccircle%20cx%3D%2228.462%22%20cy%3D%2237.707%22%20r%3D%223%22%20fill%3D%22currentColor%22%20transform%3D%22rotate(40%2028.462%2037.707)%22%2F%3E%3Cpath%20d%3D%22M37.216%2024.165c.63%203.139%202.853%208.268.863%209.862s-6.525-1.559-7.687%201.382%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park-solid/rattle.svg?color=%231a73e8&size=48