<div class="container">
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
<g id="SVGRepo_iconCarrier">
<path d="M12 5V19M12 5L6 11M12 5L18 11" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
</g>
</svg>
</div>
SVG 요소는 기존 이미지 포맷들과 다르게 HTML DOM 구조와 공통점이 많다.
CSS 로 색 바꾸기
- 선택자
- 커스텀 속성
자바스크립트로 색 바꾸기
- querySelector
, setAttribute
사용
참조
https://kirupa.com/web/changing_colors_svg_css_javascript.htm
'FrontEnd > others' 카테고리의 다른 글
상수 대문자 처리할 때 어떤 기준으로 나눠야할까? (feat. 매직 넘버) (1) | 2023.11.04 |
---|---|
맥 숨김폴더/파일 보는 방법 (0) | 2023.10.30 |
이스케이프 시퀀스 Escape Sequence (0) | 2023.10.27 |
마크다운 Markdown 에 대해서 (0) | 2023.10.26 |
자주 사용하는 HTTP 상태 코드 (0) | 2023.10.24 |