# Change card list svg icon

**URL:** https://community.glideapps.com/t/change-card-list-svg-icon/35123
**Category:** Ask for Help
**Created:** [November 27, 2021, 12:35am UTC](https://community.glideapps.com/t/change-card-list-svg-icon/35123 "2021-11-27T00:35:47Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Darkel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darkel/32/35156_2.png) [@Darkel](https://community.glideapps.com/u/Darkel)
#### Post date: [November 27, 2021, 12:35am UTC](https://community.glideapps.com/t/change-card-list-svg-icon/35123/1 "2021-11-27T00:35:47Z")

</div>

Hello glide community, can you help me change the favorites icon please.  
try this code but it doesn’t change the icon.

```
[data-test="app-switch-view"] :nth-child(2) :nth-child(1) :nth-child(1) { stroke-width: 3 !important; d: path("M18.258,3.266c-0.693,0.405-1.46,0.698-2.277,0.857c-0.653-0.686-1.586-1.115-2.618-1.115c-1.98,0-3.586,1.581-3.586,3.53c0,0.276,0.031,0.545,0.092,0.805C6.888,7.195,4.245,5.79,2.476,3.654C2.167,4.176,1.99,4.781,1.99,5.429c0,1.224,0.633,2.305,1.596,2.938C2.999,8.349,2.445,8.19,1.961,7.925C1.96,7.94,1.96,7.954,1.96,7.97c0,1.71,1.237,3.138,2.877,3.462c-0.301,0.08-0.617,0.123-0.945,0.123c-0.23,0-0.456-0.021-0.674-0.062c0.456,1.402,1.781,2.422,3.35,2.451c-1.228,0.947-2.773,1.512-4.454,1.512c-0.291,0-0.575-0.016-0.855-0.049c1.588,1,3.473,1.586,5.498,1.586c6.598,0,10.205-5.379,10.205-10.045c0-0.153-0.003-0.305-0.01-0.456c0.7-0.499,1.308-1.12,1.789-1.827c-0.644,0.28-1.334,0.469-2.06,0.555C17.422,4.782,17.99,4.091,18.258,3.266"); } ![card list img|130x122](upload://88opZM1Lm8SP6X8BfMJU1KZsQTS.png)
```

---

<div class="post-metadata">

### Author: ![Mozza](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mozza/32/34362_2.png) [@Mozza](https://community.glideapps.com/u/Mozza)
#### Post date: [November 27, 2021, 12:38am UTC](https://community.glideapps.com/t/change-card-list-svg-icon/35123/2 "2021-11-27T00:38:46Z")

</div>

Have you tried this:

> [@CSS Trick: Change Favorite Heart to Bookmark](https://community.glideapps.com/t/css-trick-change-favorite-heart-to-bookmark/17951):
>
> \<pre\>\<span\>\<style\> [data-test="app-switch-view"] :nth-child(2) :nth-child(1) :nth-child(1) { stroke: white; box-shadow: 1px 1px 45px 3px rgba(136,136,136,1); d: path("m 1 1 l 16 0 l 0 18 l -8 -6 l -8 6 l 0 -18"); }

---

<div class="post-metadata">

### Author: ![Darkel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darkel/32/35156_2.png) [@Darkel](https://community.glideapps.com/u/Darkel)
#### Post date: [November 27, 2021, 12:41am UTC](https://community.glideapps.com/t/change-card-list-svg-icon/35123/3 "2021-11-27T00:41:23Z")

</div>

yes i tried it but it doesn’t work in card list
