CRG-12-001
- コピーして貼るだけ
- 商用利用OK
- 画像は使いません
丸チェックリストCheck Circles
.cg-ls-check {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 12px;
font-size: 14.5px;
font-weight: 700;
}
.cg-ls-check li {
display: flex;
align-items: center;
gap: 12px;
}
.cg-ls-check li::before {
content: "";
flex: none;
width: 22px;
height: 22px;
border-radius: 50%;
background: #E8590C;
clip-path: circle(50%);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000'/%3E%3Cpath d='M7 12.5l3.2 3.2L17 9' stroke='%23fff' stroke-width='2.6' fill='none'/%3E%3C/svg%3E") center / contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000'/%3E%3Cpath d='M7 12.5l3.2 3.2L17 9' stroke='%23fff' stroke-width='2.6' fill='none'/%3E%3C/svg%3E") center / contain no-repeat;
}
<ul class="cg-ls-check"><li>コピーして貼るだけ</li><li>商用利用OK</li><li>画像は使いません</li></ul>
GROSS WT. 1035 B
ORIGINAL