outline person off icon
outline-person-off from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.
- Name
- outline-person-off
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
More social icons from Google Material Icons
baseline-18-up-ratingbaseline-6-ft-apartbaseline-add-moderatorbaseline-add-reactionbaseline-adobebaseline-applebaseline-architecturebaseline-assist-walkerbaseline-back-handbaseline-blindbaseline-boybaseline-cakebaseline-catching-pokemonbaseline-clean-handsbaseline-co2baseline-compostbaseline-connect-without-contactbaseline-constructionbaseline-cookiebaseline-coronavirusbaseline-cruelty-freebaseline-cyclonebaseline-deckbaseline-discord
Use the outline person off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.17l-3.37-3.38c.64.22 1.23.48 1.77.76c.97.51 1.58 1.52 1.6 2.62m1.19 4.02l-1.41 1.41l-2.61-2.6H4v-2.78c0-1.12.61-2.15 1.61-2.66c1.29-.66 2.87-1.22 4.67-1.45L1.39 4.22L2.8 2.81zM15.17 18l-3-3H12c-2.37 0-4.29.73-5.48 1.34c-.32.16-.52.5-.52.88V18zM12 6c1.1 0 2 .9 2 2c0 .86-.54 1.59-1.3 1.87l1.48 1.48a3.999 3.999 0 1 0-5.53-5.53l1.48 1.48A1.99 1.99 0 0 1 12 6"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlinePersonOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.17l-3.37-3.38c.64.22 1.23.48 1.77.76c.97.51 1.58 1.52 1.6 2.62m1.19 4.02l-1.41 1.41l-2.61-2.6H4v-2.78c0-1.12.61-2.15 1.61-2.66c1.29-.66 2.87-1.22 4.67-1.45L1.39 4.22L2.8 2.81zM15.17 18l-3-3H12c-2.37 0-4.29.73-5.48 1.34c-.32.16-.52.5-.52.88V18zM12 6c1.1 0 2 .9 2 2c0 .86-.54 1.59-1.3 1.87l1.48 1.48a3.999 3.999 0 1 0-5.53-5.53l1.48 1.48A1.99 1.99 0 0 1 12 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20 17.17l-3.37-3.38c.64.22 1.23.48 1.77.76c.97.51 1.58 1.52 1.6 2.62m1.19 4.02l-1.41 1.41l-2.61-2.6H4v-2.78c0-1.12.61-2.15 1.61-2.66c1.29-.66 2.87-1.22 4.67-1.45L1.39 4.22L2.8 2.81zM15.17 18l-3-3H12c-2.37 0-4.29.73-5.48 1.34c-.32.16-.52.5-.52.88V18zM12 6c1.1 0 2 .9 2 2c0 .86-.54 1.59-1.3 1.87l1.48 1.48a3.999 3.999 0 1 0-5.53-5.53l1.48 1.48A1.99 1.99 0 0 1 12 6"/></svg> </template>
CSS
.icon-outline-person-off {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20%2017.17l-3.37-3.38c.64.22%201.23.48%201.77.76c.97.51%201.58%201.52%201.6%202.62m1.19%204.02l-1.41%201.41l-2.61-2.6H4v-2.78c0-1.12.61-2.15%201.61-2.66c1.29-.66%202.87-1.22%204.67-1.45L1.39%204.22L2.8%202.81zM15.17%2018l-3-3H12c-2.37%200-4.29.73-5.48%201.34c-.32.16-.52.5-.52.88V18zM12%206c1.1%200%202%20.9%202%202c0%20.86-.54%201.59-1.3%201.87l1.48%201.48a3.999%203.999%200%201%200-5.53-5.53l1.48%201.48A1.99%201.99%200%200%201%2012%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m20%2017.17l-3.37-3.38c.64.22%201.23.48%201.77.76c.97.51%201.58%201.52%201.6%202.62m1.19%204.02l-1.41%201.41l-2.61-2.6H4v-2.78c0-1.12.61-2.15%201.61-2.66c1.29-.66%202.87-1.22%204.67-1.45L1.39%204.22L2.8%202.81zM15.17%2018l-3-3H12c-2.37%200-4.29.73-5.48%201.34c-.32.16-.52.5-.52.88V18zM12%206c1.1%200%202%20.9%202%202c0%20.86-.54%201.59-1.3%201.87l1.48%201.48a3.999%203.999%200%201%200-5.53-5.53l1.48%201.48A1.99%201.99%200%200%201%2012%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-person-off.svg?color=%231a73e8&size=48