Magic Poser Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Magic Poser 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/343348.svg" alt="Magic Poser icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343348.svg" alt="Magic Poser icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343348.svg" alt="Magic Poser icon" :width="24" :height="24" />
CSS background
.icon-magic-poser {
background-image: url('https://proicons.com/icon/343348.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="M38.3351,23.709c.3326,3.8247-2.4944,4.6789-6.0281,5.1626-.257.0378-.5178.068-.7786.0983M15.8706,30.4287c-1.7121.4346-3.4014,1.0658-5.0644,1.9955M31.6835,5.5c-.643,1.6983-.8357,3.5341-.5593,5.3289M33.335,16.2296c.907,1.3757,2.0409,2.7098,3.3296,3.9948M18.7958,29.9638c-3.2125,3.8361-4.6524,8.0954-5.1135,12.5362M24.0454,31.4642c-.3553.2683-.7067.5442-1.0507.8201M21.9062,33.1801c-3.0386,2.5889-5.5821,5.5028-6.7764,9.3161M27.2805,36.9141c1.5949-.1436,1.1187,2.5851,1.285,4.5239-.6123-1.0922-1.2925-2.2071-1.8519-2.8119-.7672-.8352-.2268-1.6402.5669-1.7121ZM8.3685,23.6863c.9902.4724,1.9804.5367,2.9706,1.5873.7483.0642,1.1981-.4157,1.0393-.907-.2116-.6576-.8163-1.1338-1.7498-1.1111-.8504.0189-1.5684.0907-2.2601.4308ZM19.82,19.941c-2.0333,1.6818-4.2253,2.827-7.2564,4.3009,2.7136-.6274,5.4914-1.2547,8.0123-1.8897M39.6315,5.7721l-1.0431,1.5117c-.8881,1.2925-2.0031-.2872-1.0733-.8126l1.5382-.873M37.8211,8.2892c-1.2245,2.3319-2.9706,4.3123-4.9434,6.1528-.9146.514-1.3832-.6841-1.4815-1.5193-.068-.5593.3023-1.0053.8617-1.2132,2.8005-1.0469,3.7076-2.279,5.5632-3.4203ZM28.5617,27.3447c-1.2359-4.6297.0869-6.1982,1.217-9.2065.8541-2.2601,2.0862-4.4294,1.0393-4.573-3.8172.359-7.0674,2.0711-10.4613,4.6713-.6538.5027-.7634,1.7498-.189,2.8799.7181,1.4135,1.096,2.0673,1.3832,2.8648M20.1073,27.0273c1.3984,3.1784,3.7491,6.6441,6.0999,10.1136-3.6584-3.3901-9.8868-8.5981-9.6979-11.5573.0756-1.2018,2.381-2.9177,4.83-1.7121,3.3523,1.8065,5.1097,2.415,7.2753,3.7227.9448.5745,1.1338,2.0862.703,3.666-.4271,1.5571-2.997,2.3961-5.1777.0756l-4.0326-4.3085ZM25.8368,14.5932c-3.1936.8012-4.4899-3.9041-3.7605-5.7749.6614-1.7007,4.3009-2.381,5.4801-.6047,1.1111,1.678,1.0544,5.6842-1.7196,6.3796Z"/><rect class="b" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!