Blasphemous Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Blasphemous 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/322715.svg" alt="Blasphemous icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322715.svg" alt="Blasphemous icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322715.svg" alt="Blasphemous icon" :width="24" :height="24" />
CSS background
.icon-blasphemous {
background-image: url('https://proicons.com/icon/322715.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="23.98 21.402 26.578 24 34.514 31.936 23.98 42.469 13.446 31.936 21.382 24"/><polyline class="c" points="31.916 34.532 21.382 24 13.446 16.064 23.98 5.5302 34.514 16.064 26.578 24"/><line class="c" x1="23.981" x2="16.046" y1="21.402" y2="13.467"/><line class="c" x1="23.98" x2="23.98" y1="5.5302" y2="3.5"/><line class="c" x1="23.12" x2="24.84" y1="4.4837" y2="4.4837"/><line class="c" x1="23.98" x2="23.98" y1="42.47" y2="44.5"/><line class="c" x1="24.84" x2="23.12" y1="43.516" y2="43.516"/><line class="c" x1="13.446" x2="12.662" y1="16.064" y2="16.064"/><line class="c" x1="13.446" x2="12.662" y1="31.936" y2="31.936"/><line class="c" x1="35.297" x2="34.514" y1="16.064" y2="16.064"/><line class="c" x1="35.338" x2="34.514" y1="31.936" y2="31.936"/></svg>
Copied!