Privacy Space Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Privacy Space 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/331606.svg" alt="Privacy Space icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331606.svg" alt="Privacy Space icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331606.svg" alt="Privacy Space icon" :width="24" :height="24" />
CSS background
.icon-privacy-space {
background-image: url('https://proicons.com/icon/331606.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>.j{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="j" d="M10.34400129,5.49999816h27.31199837c1.74631882-.00386858,3.1651268,1.40866756,3.1689949,3.15498734.00001144.00433826.00001144.00867558.00000381.01301289v27.30900097c.00331879,1.74632263-1.40966415,3.1646843-3.15598679,3.16800308-.00433731.00000763-.00867462.00000763-.01301193-.00000381H10.34400129c-1.74631977.0038681-3.16512871-1.4086647-3.16899776-3.15498734-.00000954-.00433731-.00001001-.00867462-.00000191-.01301193V8.66799839c-.00331831-1.7463212,1.40966511-3.1646843,3.15598583-3.16800213.00433826-.00000858.00867558-.00000763.01301384.00000191Z"/><path id="f" class="j" d="M33.36700201,22.32299812c-.00055313,5.17230797-4.19413948,9.36499977-9.36700058,9.36499977s-9.3664465-4.1926918-9.36699963-9.36499977c0-5.17269897,4.19374943-9.36600018,9.36699963-9.36600018s9.36700058,4.1933012,9.36700058,9.36600018h0Z"/><path id="g" class="j" d="M24.00000143,18.14499862c-1.35491562-.00055313-2.45389557,1.09708405-2.45499992,2.45199966.00087929.82520103.41644478,1.5947113,1.1060009,2.04800034v2.27099991c0,.87800026.60199928,1.58499908,1.34899902,1.58499908s1.35000038-.70700073,1.35000038-1.58499908v-2.27000046c.68947029-.45371628,1.10467911-1.22363472,1.10499954-2.04899979-.00110435-1.35491562-1.1000843-2.4525528-2.45499992-2.45199966Z"/><path id="h" class="j" d="M16.88000059,39.14599807v1.77000046c.00221252.87260818-.70338058,1.58179092-1.57598782,1.58400345-.00300407.00000763-.00600815.00000381-.00901222-.00000381h-.47599983c-.87260532.00276566-1.58223343-.70238113-1.58499718-1.5749855-.00000954-.00300598-.00001049-.00600815-.00000286-.00901413v-1.77000046"/><path id="i" class="j" d="M34.76600027,39.14599807v1.77000046c.00221634.87260818-.70337677,1.58179092-1.57598495,1.58400726-.00333786.00000763-.00667572.00000381-.01001358-.00000763h-.47600174c-.87260628.00221252-1.58178711-.7033844-1.58399963-1.57598877-.00000763-.00267029-.00000763-.00534058,0-.00801086v-1.77000046"/></svg>
Copied!