social windows icon
social-windows-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- social-windows-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
social-android-outlinesocial-angular-outlinesocial-apple-outlinesocial-bitcoin-outlinesocial-buffer-outlinesocial-chrome-outlinesocial-codepen-outlinesocial-css3-outlinesocial-designernews-outlinesocial-dribbblesocial-dropbox-outlinesocial-euro-outlinesocial-facebooksocial-foursquare-outlinesocial-github-outlinesocial-googlesocial-googleplussocial-hackernews-outlinesocial-html5-outlinesocial-instagramsocial-javascript-outlinesocial-linkedin-outlinesocial-octocatsocial-pinterest-outline
Use the social windows icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 281v180.5l-216-31.3V281h216m16-16H232v179l248 36V265z" fill="currentColor"/><path d="M200 281v142.2l-152-22V281h152m16-16H32v150l184 26.7V265z" fill="currentColor"/><path d="M464 50v183H248V81.3l216-30.9M480 32L232 67.4V249h248V32z" fill="currentColor"/><path d="M200 88v145H48V109.9l152-21.7m16-18.5L32 96v153h184V69.7z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSocialWindowsOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 281v180.5l-216-31.3V281h216m16-16H232v179l248 36V265z" fill="currentColor"/><path d="M200 281v142.2l-152-22V281h152m16-16H32v150l184 26.7V265z" fill="currentColor"/><path d="M464 50v183H248V81.3l216-30.9M480 32L232 67.4V249h248V32z" fill="currentColor"/><path d="M200 88v145H48V109.9l152-21.7m16-18.5L32 96v153h184V69.7z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M464 281v180.5l-216-31.3V281h216m16-16H232v179l248 36V265z" fill="currentColor"/><path d="M200 281v142.2l-152-22V281h152m16-16H32v150l184 26.7V265z" fill="currentColor"/><path d="M464 50v183H248V81.3l216-30.9M480 32L232 67.4V249h248V32z" fill="currentColor"/><path d="M200 88v145H48V109.9l152-21.7m16-18.5L32 96v153h184V69.7z" fill="currentColor"/></svg> </template>
CSS
.icon-social-windows-outline {
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%20512%20512%22%3E%3Cpath%20d%3D%22M464%20281v180.5l-216-31.3V281h216m16-16H232v179l248%2036V265z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M200%20281v142.2l-152-22V281h152m16-16H32v150l184%2026.7V265z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%2050v183H248V81.3l216-30.9M480%2032L232%2067.4V249h248V32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M200%2088v145H48V109.9l152-21.7m16-18.5L32%2096v153h184V69.7z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M464%20281v180.5l-216-31.3V281h216m16-16H232v179l248%2036V265z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M200%20281v142.2l-152-22V281h152m16-16H32v150l184%2026.7V265z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M464%2050v183H248V81.3l216-30.9M480%2032L232%2067.4V249h248V32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M200%2088v145H48V109.9l152-21.7m16-18.5L32%2096v153h184V69.7z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/social-windows-outline.svg?color=%231a73e8&size=48