Seneca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Seneca 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/332572.svg" alt="Seneca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332572.svg" alt="Seneca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332572.svg" alt="Seneca icon" :width="24" :height="24" />
CSS background
.icon-seneca {
background-image: url('https://proicons.com/icon/332572.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="e" x1="24" y1="19.5254704" x2="24" y2="2.5073733"/><line class="e" x1="29.16397022" y1="18.83602978" x2="39.19758208" y2="8.80241792"/><line class="e" x1="28.4745296" y1="24" x2="45.4926267" y2="24"/><line class="e" x1="29.16397022" y1="29.16397022" x2="39.19758208" y2="39.19758208"/><line class="e" x1="24" y1="28.4745296" x2="24" y2="45.4926267"/><line class="e" x1="18.83602978" y1="29.16397022" x2="8.80241792" y2="39.19758208"/><line class="e" x1="19.5254704" y1="24" x2="2.5073733" y2="24"/><line class="e" x1="18.83602978" y1="18.83602978" x2="8.80241792" y2="8.80241792"/></svg>
Copied!