Nudge Card Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nudge Card 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/344998.svg" alt="Nudge Card icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344998.svg" alt="Nudge Card icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344998.svg" alt="Nudge Card icon" :width="24" :height="24" />
CSS background
.icon-nudge-card {
background-image: url('https://proicons.com/icon/344998.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:#fff;}.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M4.25,36.0016c.4125-21.352,19.87-37.775,15.978-7.0993-.6606,5.2062,2.7906,10.971,8.8294-4.0497-5.8959,16.613,5.1571,8.3313,7.6408.4114"/><path class="c" d="M35.5,28.0476c-3.6889,6.5257.3574,8.2378,2.7232,4.461.9249-1.4764,1.3037-2.1863,1.8325-3.901"/><circle class="b" cx="43" cy="34.2326" r=".75"/></svg>
Copied!