Persona Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Persona 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/331139.svg" alt="Persona icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331139.svg" alt="Persona icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331139.svg" alt="Persona icon" :width="24" :height="24" />
CSS background
.icon-persona {
background-image: url('https://proicons.com/icon/331139.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M11.2954,22.4593c3.5905-1.4853,7.3397-1.9804,9.6376,2.9517.2079.4384.1209,1.0204-.6501,1.217-4.0289.1323-7.6496-.9373-8.9875-4.1687M36.7084,22.4593c-3.5905-1.4853-7.3397-1.9804-9.6376,2.9555-.2079.4384-.1209,1.0204.6501,1.2132,4.0289.1323,7.6496-.9373,8.9875-4.1687M19.3796,14.3487c-1.3251-.607-2.8151-.7534-4.233-.4157l-10.6467,2.3659c.0907,4.8188-.0945,9.7698,2.9744,13.8932,3.1936,4.2934,9.2521,4.8868,12.6838,3.1369,3.4317-1.7499,2.7288-2.3848,3.8437-2.5662,1.1149.1814.412.8164,3.8399,2.5662,3.4317,1.7499,9.4902,1.1565,12.6876-3.1369,3.0689-4.1196,2.8837-9.0706,2.9706-13.8932l-10.6467-2.3697c-1.4167-.3368-2.9052-.1904-4.2292.4157-1.285.5858-1.9804,1.183-4.6223,1.183-2.6456,0-3.3372-.5972-4.626-1.183l.0038.0038Z"/></svg>
Copied!