Rakuten Check Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/346466.svg" alt="Rakuten Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346466.svg" alt="Rakuten Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346466.svg" alt="Rakuten Check icon" :width="24" :height="24" />
CSS background
.icon-rakuten-check {
background-image: url('https://proicons.com/icon/346466.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="M22.4887,28.6931c-4.9746-.7465-8.654-5.0124-8.654-10.0334,0-5.6036,4.5512-10.1461,10.1654-10.1461,1.7755,0,3.5201.4642,5.06,1.3463l2.8967-2.8889c-2.2731-1.559-5.0173-2.471-7.9567-2.471-7.759,0-14.1569,6.3539-14.1248,14.1916.0047,1.1449.2926,2.1883.7022,3.3757,2.2782,6.6055,7.7659,13.2962,12.1153,20.4809,0,0,.5216.9518,1.3074.9518s1.3074-.9518,1.3074-.9518h0c4.3493-7.1847,9.8371-13.8754,12.1153-20.4809.4095-1.1874.6975-2.2309.7022-3.3757.0068-1.6851-.2834-3.3016-.8206-4.8011l-3.2539,3.2474c.0766.5037.115,1.0124.115,1.5218,0,5.6036-4.5512,10.1461-10.1654,10.1461-.5059,0-1.0111-.0377-1.5113-.1128"/><path id="c" class="d" d="M37.1836,7.8801l-12.9387,12.9142-4.9033-4.8941"/></svg>
Copied!