A Dance Of Fire And Ice Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The A Dance Of Fire And Ice 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/321269.svg" alt="A Dance Of Fire And Ice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321269.svg" alt="A Dance Of Fire And Ice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321269.svg" alt="A Dance Of Fire And Ice icon" :width="24" :height="24" />
CSS background
.icon-a-dance-of-fire-and-ice {
background-image: url('https://proicons.com/icon/321269.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><path class="c" d="m19.0783,18.6426h.0002c.0005-.0015.001-.003.0015-.0045.0009-.0027.0017-.0053.0026-.008,4.2628-13.8674,19.1701-2.0199,19.1701-2.0199h.0049s-4.5008-11.1101-18.4847-11.1101c-10.6431,0-13.1837,6.4316-13.7911,9.5067-.1247.515-.198,1.05-.198,1.6034,0,3.7566,3.0453,6.8019,6.8019,6.8019,3.0485,0,5.6283-2.0057,6.4925-4.7695Z"/><path class="c" d="m42.2161,31.3899c0-3.7566-3.0453-6.8019-6.8019-6.8019-3.0485,0-5.6283,2.0058-6.4925,4.7695h-.0002c-.0005.0015-.001.003-.0015.0045-.0009.0027-.0017.0053-.0026.008-4.2628,13.8674-19.1701,2.0199-19.1701,2.0199h-.0049s4.663,11.1101,18.4848,11.1101c10.643,0,13.1835-6.4317,13.791-9.5068.1247-.515.198-1.05.198-1.6034Z"/></svg>
Copied!