728x90
https://yoksel.github.io/url-encoder/
vscode 에서 svg 파일을 열면
태그로 확인이 가능하다 해당 태그를 복사해서 붙여 넣으면 위 사이트에서 코드를 변환해 준다.
background-image: url("data:image/svg+xml,%3Csvg id='Icon_menu_white' xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Crect id='icon_menu_boundary' data-name='icon/menu/boundary' width='30' height='30' fill='rgba(255,255,255,0)'/%3E%3Crect id='line' width='24' height='2.3' rx='1.15' transform='translate(3 6.333)' fill='currentColor'/%3E%3Crect id='line-2' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 13.933)' fill='currentColor'/%3E%3Crect id='line-3' data-name='line' width='24' height='2.3' rx='1.15' transform='translate(3 21.533)' fill='currentColor'/%3E%3C/svg%3E%0A");
currentColor
변환된 코드에서 currentColor 로 fill 을 수정해 주시면 css 에서 색상코드로
배경색도 선의 색도 변경 할수 있다.
세상이 참말로 좋아 졌구나 ㅎㅎ
728x90
'CSS' 카테고리의 다른 글
scss php 사용하려면 Live sass Compiler 플러인 추천 (1) | 2024.09.05 |
---|---|
동영상 태그 video download disabled (0) | 2024.01.10 |
이미지 크기 비율 그대로 보이는 css object-fit (0) | 2022.10.28 |
css 좌우반전 좌우회전 (0) | 2022.09.16 |