SVGの色指定は、「枠線 stroke」と「内部 fill」の2種類

CSSCSSトラブル対応

一行で結論

 状態:-  閲覧数:1,360  投稿日:2022-03-19  更新日:2022-03-19
SVGの色指定
「枠線 stroke」と「内部 fill」の2種類
<style>
svg{
  width:2.0rem;
  height:2.0rem;
}
svg > path{
  fill: orange;
}
</style>



「:first-child」が効かない場合は「:first-of-type」