본문 바로가기
CSS

svg 이미지 css filter로 색상 변경하기

by 영감은어디에 2024. 4. 28.

<img src="./img/icon_search.svg"  >
<img src="./img/icon_search.svg"  class="svg">
.svg{filter: invert(53%) sepia(49%) saturate(6664%) hue-rotate(166deg) brightness(101%) contrast(102%);}

 

필터값 계산하기 주소 

https://codepen.io/sosuke/pen/Pjoqqp

 

CSS filter generator to convert from black to target hex color

Added License 2022-07-15; this is retroactive for whatever help that is. 0-clause Free BSD License Permission to use, copy, modify, and/or distribute...

codepen.io