Nabla Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nabla 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/344515.svg" alt="Nabla icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344515.svg" alt="Nabla icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344515.svg" alt="Nabla icon" :width="24" :height="24" />
CSS background
.icon-nabla {
background-image: url('https://proicons.com/icon/344515.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="c" class="e" d="M39.2287,6.4988C28.9557,3.5314,7.087,8.1621,4.7517,15.2382c-2.4059,7.4382,12.9915,27.1681,22.4338,27.1749,9.3222-1.3704,23.4913-30.1857,12.0431-35.9143ZM11.2902,16.7175l22.7324-2.3731-8.8874,20.4517-13.845-18.0786ZM30.5514,17.142l-13.2612,1.3841,8.1287,10.3236,5.1325-11.7076Z"/><path id="d" class="e" d="M35.338,13.5332c0-.9037.8187-1.6163,1.7549-1.4363.6141.118,1.1045.6491,1.1656,1.2715.0455.4629-.101.9197-.4208,1.2003-.5924.5199-2.4997,1.9208-2.4997,1.9208h2.9286"/></svg>
Copied!