Android Assistant Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Android Assistant 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/336312.svg" alt="Android Assistant icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336312.svg" alt="Android Assistant icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336312.svg" alt="Android Assistant icon" :width="24" :height="24" />
CSS background
.icon-android-assistant {
background-image: url('https://proicons.com/icon/336312.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:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.9728,34.892c.041-.3117.063-.6256.066-.94-.003-.3144-.025-.6283-.066-.94l2.034-1.593c.1903-.1455.2407-.4109.117-.616l-1.925-3.341c-.1154-.2072-.3671-.296-.587-.207l-2.4.968c-.4994-.3814-1.0455-.6973-1.625-.94l-.362-2.552c-.0331-.2335-.2342-.4063-.47-.404h-3.86c-.2358-.0023-.4369.1705-.47.404l-.361,2.552c-.5803.2412-1.1266.5572-1.625.94l-2.41-.968c-.2199-.089-.4716-.0002-.587.207l-1.925,3.341c-.1237.2051-.0733.4705.117.616l2.03,1.593c-.0412.3117-.0635.6256-.067.94.003.3144.025.6283.066.94l-2.029,1.593c-.1903.1455-.2407.4109-.117.616l1.925,3.341c.1154.2072.3671.296.587.207l2.4-.968c.4994.3814,1.0455.6973,1.625.94l.362,2.552c.0331.2335.2342.4063.47.404h3.85c.2358.0023.4369-.1705.47-.404l.362-2.552c.5803-.2412,1.1266-.5572,1.625-.94l2.4.968c.2199.089.4716.0002.587-.207l1.925-3.341c.1237-.2051.0733-.4705-.117-.616l-2.015-1.593ZM34.8208,37.326c-1.8623.0028-3.3742-1.5056-3.377-3.369-.0028-1.8634,1.5047-3.3762,3.367-3.379,1.8623-.0028,3.3742,1.5056,3.377,3.369,0,.0017,0,.0033,0,.005.0022,1.8612-1.5035,3.3718-3.363,3.374-.0013,0-.0027,0-.004,0ZM40.9278,27.53l-1.936-1.53c.0871-.6632.1339-1.3311.14-2-.0061-.6689-.0529-1.3368-.14-2l4.33-3.39c.4049-.3092.5125-.8734.25-1.31l-4.1-7.11c-.2457-.4413-.782-.6301-1.25-.44l-5.11,2.06c-1.0633-.8115-2.2261-1.4836-3.46-2l-.77-5.43c-.0702-.497-.4981-.8649-1-.86h-8.22c-.5019-.0049-.9298.363-1,.86l-.77,5.43c-1.2355.5131-2.3987,1.1855-3.46,2l-5.13-2.06c-.468-.1901-1.0043-.0013-1.25.44l-4.1,7.11c-.2625.4366-.1549,1.0008.25,1.31l4.32,3.39c-.0868.6633-.1335,1.3311-.14,2,.0061.6689.0529,1.3368.14,2l-4.32,3.39c-.4049.3092-.5125.8734-.25,1.31l4.1,7.11c.2457.4413.782.6301,1.25.44l5.11-2.06c1.0633.8115,2.2261,1.4836,3.46,2l.77,5.43c.0702.497.4981.8649,1,.86h8.2c.5019.0049.9298-.363,1-.86l.496-3.498M25.4658,30.975c-.5577.1363-1.1298.2051-1.704.205h0c-3.9654.0055-7.1845-3.2046-7.19-7.17-.0055-3.9654,3.2046-7.1845,7.17-7.19,3.9654-.0055,7.1845,3.2046,7.19,7.17,0,.0033,0,.0067,0,.01.0022,1.4032-.4074,2.7763-1.178,3.949"/></svg>
Copied!