Assassins Creed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Assassins Creed 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/336655.svg" alt="Assassins Creed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336655.svg" alt="Assassins Creed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336655.svg" alt="Assassins Creed icon" :width="24" :height="24" />
CSS background
.icon-assassins-creed {
background-image: url('https://proicons.com/icon/336655.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="m16.8833,22.9521c-.4868,1.3309-3.8748,6.5552-8.7477,4.2008,1.9574,4.0243-.2327,7.1178-.2327,7.1178,2.0327-.5612,3.7099.7975,5.3864,2.3338,1.3892,1.273,3.2507,2.1011,7.6975,3.5573"/><path class="c" d="m25.5878,40.6219c6.5155-1.9163,10.0196-5.3657,8.9246-8.3771S24,3.5,24,3.5c0,0-9.4174,25.7335-10.5124,28.7449s2.4091,6.4608,8.9246,8.3771"/><path class="c" d="m31.1167,22.9521c.4868,1.3309,3.8748,6.5552,8.7477,4.2008-1.9574,4.0243.2327,7.1178.2327,7.1178-2.0327-.5612-3.7099.7975-5.3864,2.3338-1.3892,1.273-3.2507,2.1011-7.6975,3.5573"/><path class="c" d="m40.8568,36.2461c-5.3589,5.9132-10.6972,8.2539-16.8568,8.2539-6.1596,0-11.4979-2.3407-16.8568-8.2539"/><path class="c" d="m31.3212,43.1962c-1.408.5544-7.3212,1.3038-7.3212-1.2216,0,2.5254-5.9132,1.776-7.3212,1.2216"/></svg>
Copied!