Proton Meet Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Proton Meet 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/346222.svg" alt="Proton Meet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346222.svg" alt="Proton Meet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346222.svg" alt="Proton Meet icon" :width="24" :height="24" />
CSS background
.icon-proton-meet {
background-image: url('https://proicons.com/icon/346222.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M35.1527,17.917v19.5537c-.5907-.3765-1.1815-.7569-1.7762-1.1335-.1705-.1069-.3449-.218-.5353-.2734-.1942-.0555-.4163-.0515-.5868.0555-.1348.0872-.226.2299-.2934.3766-.0516.103-.0951.206-.1388.3131-.2617.9233-.8207,1.7199-1.5622,2.2906-.0238.0159-.0476.0357-.0714.0516-.1467.1109-.3014.214-.4639.3012-.004,0-.0119.0119-.0198.0158,0,0-.004,0-.0079.004-.1507.0793-.3054.1546-.4679.218-.0358.0158-.0714.0277-.107.0396-.123.0476-.2538.0911-.3846.1269-.0437.0118-.0912.0237-.1349.0356-.1269.0277-.2577.0515-.3886.0713-.0436.0079-.0872.0159-.1308.0198-.1705.0198-.341.0317-.5154.0317H8.8614c-2.4107,0-4.3614-1.9499-4.3614-4.3594V13.5576h14.7218c.1744,0,.3449.0119.5154.0317.0436.004.0872.0119.1348.0198.1269.0198.2577.0436.3846.0753.0437.0079.0912.0198.1388.0357.1269.0357.2577.0753.3807.1228.0356.0119.0753.0238.111.0396.1586.0634.3172.1387.4639.2219h.0079s.0158.0119.0238.0158c.1586.0912.3132.1902.4599.3012.0238.0159.0476.0357.0714.0555.7454.5667,1.3004,1.3633,1.5662,2.2866.0396.107.0832.2101.1348.3131.0714.1467.1586.2894.2974.3766.1665.107.3886.1109.5828.0555.1903-.0555.3648-.1665.5353-.2734.8763-.5588,1.7525-1.1176,2.6248-1.6764.0079-.0039.0119-.0079.0158-.0118l.0277-.0159s.008,0,.0119-.0079c.0833-.0515.1665-.107.2538-.1625h.0079c.0516-.0396.103-.0713.1586-.107.3013-.1942.6067-.3844.9158-.5826,1.4155-.9036,3.1283-.7887,4.3773.0277.9358.6103,1.6097,1.605,1.7128,2.8574.0079.1188.0158.2378.0158.3606Z"/><path class="c" d="M4.5,13.557v-1.2127c0-2.4056,1.9507-4.3594,4.3614-4.3594h18.7065c.1744,0,.3449.0119.5154.0317.0436.0079.0872.0159.1308.0198.1309.0198.2617.0436.3886.0753.0437.0119.0912.0238.1349.0357.1308.0357.2616.0793.3846.1229.0356.0158.0713.0277.107.0396.1625.0674.3172.1387.4679.2219.0039,0,.0079.004.0079.004.0079.004.0158.0079.0198.0119.1625.0911.3172.1942.4639.3012.0238.0198.0476.0357.0714.0555.7414.5707,1.3004,1.3673,1.5622,2.2867.0437.107.0872.214.1388.3131.0674.1466.1586.2893.2934.3765.1705.111.3926.1149.5868.0555.1903-.0555.3648-.1625.5353-.2735.8762-.5548,1.7485-1.1176,2.6248-1.6764l-7.8704,5.2669"/><path class="c" d="M36.0023,9.9869l.0158-.0079.1031-.0674c.1189-.0753.2379-.1506.3568-.2259.3014-.1942.6067-.3884.9158-.5865,2.4702-1.5773,5.8483-.0396,6.0901,2.8851.0079.1189.0159.2378.0159.3606v23.3107c0,.1228-.008.2417-.0159.3606-.2418,2.9247-3.6199,4.4663-6.0901,2.8851l-1.3758-.8759s-.0079-.0079-.0158-.0119c-.2816-.1823-.567-.3606-.8485-.543"/></svg>
Copied!