Ar Doodle Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ar Doodle 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/336552.svg" alt="Ar Doodle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336552.svg" alt="Ar Doodle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336552.svg" alt="Ar Doodle icon" :width="24" :height="24" />
CSS background
.icon-ar-doodle {
background-image: url('https://proicons.com/icon/336552.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M19.8577,30.1063c2.2903-1.6191,4.2195-3.9138,5.4087-6.8763,1.6071-4.0034,1.5329-7.8973-1.1573-10.231-.6726-.5834-1.5421-.9588-2.4569-1.1072-.9147-.1484-1.8738-.0701-2.7284.2531-1.7092.6463-3.0836,1.9659-4.3049,3.8093-2.0257,3.0575-2.502,7.1896-1.8374,11.164.3323,1.9873.9958,3.9446,2.2249,5.615,1.2291,1.6704,3.15,3.0235,5.4727,3.3664,2.341.3456,4.4653-.4659,6.05-1.5026,1.5847-1.0367,2.8187-2.2859,3.949-3.3084,1.1303-1.0225,2.1143-1.8674,2.9235-2.0878,2.4986-.6806,3.7671,1.134,4.8215,3.4165.6249,1.3526,1.9505,2.2211,3.3743,1.782,1.4248-.4402,2.2228-1.9523,1.782-3.3769-.7808-2.5269-2.2419-5.1229-5.1985-6.5219-2.3261-1.1006-4.8067-1.0789-6.7328-.3322-1.9261.7467-3.3433,1.9888-4.5922,3.1186-1.2489,1.1298-2.3471,2.1827-3.282,2.7943-.9349.6116-1.5184.7938-2.3066.6775-.8449-.1247-1.3571-.4728-1.9112-1.2258-.5541-.753-1.0216-1.9402-1.2495-3.3031-.4558-2.7259.2985-6.0788,1.0123-7.2943.6001-1.0219,1.0337-1.2904,1.5158-1.5422.1081.3442.5276,1.5653-.3796,3.8251-.5809,1.4471-1.3491,2.5854-2.2842,3.4941"/><path class="c" d="M12.8407,27.4333c-1.7053.4306-3.5838.5804-5.4845.4706-1.4883-.0869-2.7653,1.0491-2.8522,2.5374,0,.0004,0,.0008,0,.0012-.0869,1.4883,1.0492,2.7652,2.5375,2.8521.0013,0,.0025.0001.0038.0002,2.5996.1502,5.2639-.0643,7.7959-.8063"/></svg>
Copied!