Deepr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Deepr 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/338931.svg" alt="Deepr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338931.svg" alt="Deepr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338931.svg" alt="Deepr icon" :width="24" :height="24" />
CSS background
.icon-deepr {
background-image: url('https://proicons.com/icon/338931.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>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="f" d="M27.8933,8.5304c3.3415-3.3433,8.7591-3.3433,12.1005,0,3.3415,3.3433,3.3415,8.7638,0,12.1071l-7.2603,7.2643c-3.3415,3.3433-8.7591,3.3433-12.1005,0-3.3415-3.3433-3.3415-8.7638,0-12.1071l7.2603-7.2643Z"/><path id="e" class="f" d="M27.367,32.2053l-7.2603,7.2643c-3.3415,3.3433-8.7591,3.3433-12.1005,0-3.3415-3.3433-3.3415-8.7638,0-12.1071l7.2603-7.2643c.4563-.4566.9513-.8508,1.4745-1.1826M21.8529,17.6075c2.0078.1254,3.9798.9556,5.5141,2.4907,1.9976,1.9987,2.801,4.7398,2.4102,7.3356"/></svg>
Copied!