Sequoia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Sequoia icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/347146.svg" alt="Sequoia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347146.svg" alt="Sequoia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347146.svg" alt="Sequoia icon" :width="24" :height="24" />
CSS background
.icon-sequoia {
background-image: url('https://proicons.com/icon/347146.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><circle class="b" cx="24" cy="10.4299" r="2.0467"/><line class="b" x1="24" y1="45.5" x2="24" y2="12.4766"/><circle class="b" cx="19.4107" cy="19.0439" r="2.0467"/><circle class="b" cx="14.8839" cy="24.9689" r="2.0467"/><circle class="b" cx="19.4107" cy="30.8939" r="2.0467"/><line class="b" x1="21.4574" y1="19.0439" x2="24" y2="19.0439"/><line class="b" x1="16.9306" y1="24.9689" x2="24" y2="24.9689"/><line class="b" x1="21.4574" y1="30.8939" x2="24" y2="30.8939"/><circle class="b" cx="28.5893" cy="16.1706" r="2.0467"/><circle class="b" cx="33.1161" cy="22.0955" r="2.0467"/><circle class="b" cx="28.5893" cy="28.0205" r="2.0467"/><line class="b" x1="26.5426" y1="16.1706" x2="24" y2="16.1706"/><line class="b" x1="31.0694" y1="22.0955" x2="24" y2="22.0955"/><line class="b" x1="26.5426" y1="28.0205" x2="24" y2="28.0205"/></svg>
Copied!