Imagine Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Imagine 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/341913.svg" alt="Imagine icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341913.svg" alt="Imagine icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341913.svg" alt="Imagine icon" :width="24" :height="24" />
CSS background
.icon-imagine {
background-image: url('https://proicons.com/icon/341913.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>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="h" d="M43.875553,23.00225119c.06923232,1.39379271-3.29867963,7.91886312-3.93499868,9.16095913s-3.96554075,7.78752522-5.13840445,8.54500277c-1.17184615.75747366-8.50834956,1.10464893-9.90316176,1.17388125-1.3948122.07126742-8.72928051.46120314-9.97137362-.1751159-1.24209505-.63631904-5.21170794-6.81523174-5.9691816-7.98707789-.75849218-1.1728637-4.76373879-7.32734157-4.83398866-8.72113428-.07024939-1.3948122,3.29867769-7.91988067,3.93499674-9.16197572s3.96553978-7.78752716,5.13840348-8.54500082c1.17184518-.75747415,8.50834956-1.1046499,9.90316176-1.17388125,1.3948122-.07126791,8.72928051-.46120411,9.97137265.17511493,1.24209602.63631904,5.21170697,6.81523174,5.96918063,7.98707594.75849121,1.1728637,4.76373976,7.32734157,4.83398963,8.72113428l.00000388.00101755Z"/><path id="f" class="h" d="M38.70151484,7.77131851c2.03418584,1.84074334,3.22232057,7.57983312,4.06226249,10.19128507.84095947,2.60941686,3.22435567,7.96467817,2.64708567,10.64536439-.57828756,2.68170377-4.95819691,6.58004925-6.7999607,8.61321365-1.84175992,2.03418584-5.29010114,6.77552394-7.90155504,7.61546586-2.61247145.84095947-8.17949993-.9997829-10.8632388-1.5770529-2.68170377-.57727-8.51344023-1.19118739-10.54762413-3.03091608-2.03418487-1.84074236-3.2223196-7.57983214-4.06226055-10.19128605-.84095947-2.60941686-3.22435592-7.96467817-2.64708713-10.64536245.57828683-2.68170377,4.95819788-6.5800473,6.79995925-8.61321462,1.84176186-2.03418487,5.29010211-6.7755254,7.90155504-7.61546634,2.61247145-.84095922,8.17949993.99978435,10.8632388,1.57705339,2.68170377.57726855,8.51343926,1.19118933,10.5476251,3.03091608Z"/><path id="g" class="h" d="M28.89100461,2.65836741c2.67355754.61086619,6.51590857,5.03761056,8.52667519,6.90482479,2.00974908,1.86619668,6.70731306,5.37358694,7.51365636,7.99420463.80634331,2.62163524-1.10668791,8.1632094-1.7206053,10.83778643-.61188616,2.67355754-1.30216261,8.49511557-3.16937684,10.50486465-1.86823178,2.00974908-7.62564525,3.12458128-10.24728049,3.93194214-2.62265279.80634331-8.01049322,3.12152863-10.6850683,2.50964247-2.67355754-.61086473-6.51590662-5.0376125-8.52667519-6.90482674-2.00975005-1.86619668-6.7073116-5.37358694-7.51365539-7.99420463-.80634355-2.62163524,1.10668597-8.1632094,1.72060675-10.83778643.61188422-2.67355754,1.30216309-8.49511363,3.1693783-10.50486367,1.86823275-2.00975005,7.62564719-3.12458128,10.24728049-3.93194263,2.62265279-.80634331,8.01049322-3.12152669,10.68506442-2.50964101Z"/></svg>
Copied!