social chrome icon
social-chrome-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- social-chrome-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-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-outlinesocial-reddit
Use the social chrome icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.8 32 32 132.8 32 256s100.8 224 224 224 224-100.8 224-224S379.2 32 256 32zm0 44.799c66.084 0 124.315 35.843 154.558 89.602H256c-43.685 0-79.517 31.358-87.358 71.684l-53.758-92.969c32.474-41.431 84-68.317 141.116-68.317zM323.2 256c0 36.957-30.243 67.2-67.2 67.2s-67.2-30.243-67.2-67.2 30.243-67.2 67.2-67.2 67.2 30.243 67.2 67.2zm-246.401 0c0-32.484 8.958-62.716 24.644-89.6l77.272 134.4C194.4 327.685 222.4 345.6 256 345.6c10.085 0 20.157-2.241 29.116-5.6l-53.758 92.958C144 421.758 76.799 346.715 76.799 256zM256 435.201L333.285 300.8c7.831-13.442 12.314-28 12.314-44.8 0-26.885-12.314-50.399-31.358-67.2h107.517c8.957 21.284 13.443 43.685 13.443 67.2 0 98.557-80.644 179.201-179.201 179.201z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonSocialChromeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.8 32 32 132.8 32 256s100.8 224 224 224 224-100.8 224-224S379.2 32 256 32zm0 44.799c66.084 0 124.315 35.843 154.558 89.602H256c-43.685 0-79.517 31.358-87.358 71.684l-53.758-92.969c32.474-41.431 84-68.317 141.116-68.317zM323.2 256c0 36.957-30.243 67.2-67.2 67.2s-67.2-30.243-67.2-67.2 30.243-67.2 67.2-67.2 67.2 30.243 67.2 67.2zm-246.401 0c0-32.484 8.958-62.716 24.644-89.6l77.272 134.4C194.4 327.685 222.4 345.6 256 345.6c10.085 0 20.157-2.241 29.116-5.6l-53.758 92.958C144 421.758 76.799 346.715 76.799 256zM256 435.201L333.285 300.8c7.831-13.442 12.314-28 12.314-44.8 0-26.885-12.314-50.399-31.358-67.2h107.517c8.957 21.284 13.443 43.685 13.443 67.2 0 98.557-80.644 179.201-179.201 179.201z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 32C132.8 32 32 132.8 32 256s100.8 224 224 224 224-100.8 224-224S379.2 32 256 32zm0 44.799c66.084 0 124.315 35.843 154.558 89.602H256c-43.685 0-79.517 31.358-87.358 71.684l-53.758-92.969c32.474-41.431 84-68.317 141.116-68.317zM323.2 256c0 36.957-30.243 67.2-67.2 67.2s-67.2-30.243-67.2-67.2 30.243-67.2 67.2-67.2 67.2 30.243 67.2 67.2zm-246.401 0c0-32.484 8.958-62.716 24.644-89.6l77.272 134.4C194.4 327.685 222.4 345.6 256 345.6c10.085 0 20.157-2.241 29.116-5.6l-53.758 92.958C144 421.758 76.799 346.715 76.799 256zM256 435.201L333.285 300.8c7.831-13.442 12.314-28 12.314-44.8 0-26.885-12.314-50.399-31.358-67.2h107.517c8.957 21.284 13.443 43.685 13.443 67.2 0 98.557-80.644 179.201-179.201 179.201z" fill="currentColor"/></svg> </template>
CSS
.icon-social-chrome-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%22M256%2032C132.8%2032%2032%20132.8%2032%20256s100.8%20224%20224%20224%20224-100.8%20224-224S379.2%2032%20256%2032zm0%2044.799c66.084%200%20124.315%2035.843%20154.558%2089.602H256c-43.685%200-79.517%2031.358-87.358%2071.684l-53.758-92.969c32.474-41.431%2084-68.317%20141.116-68.317zM323.2%20256c0%2036.957-30.243%2067.2-67.2%2067.2s-67.2-30.243-67.2-67.2%2030.243-67.2%2067.2-67.2%2067.2%2030.243%2067.2%2067.2zm-246.401%200c0-32.484%208.958-62.716%2024.644-89.6l77.272%20134.4C194.4%20327.685%20222.4%20345.6%20256%20345.6c10.085%200%2020.157-2.241%2029.116-5.6l-53.758%2092.958C144%20421.758%2076.799%20346.715%2076.799%20256zM256%20435.201L333.285%20300.8c7.831-13.442%2012.314-28%2012.314-44.8%200-26.885-12.314-50.399-31.358-67.2h107.517c8.957%2021.284%2013.443%2043.685%2013.443%2067.2%200%2098.557-80.644%20179.201-179.201%20179.201z%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%22M256%2032C132.8%2032%2032%20132.8%2032%20256s100.8%20224%20224%20224%20224-100.8%20224-224S379.2%2032%20256%2032zm0%2044.799c66.084%200%20124.315%2035.843%20154.558%2089.602H256c-43.685%200-79.517%2031.358-87.358%2071.684l-53.758-92.969c32.474-41.431%2084-68.317%20141.116-68.317zM323.2%20256c0%2036.957-30.243%2067.2-67.2%2067.2s-67.2-30.243-67.2-67.2%2030.243-67.2%2067.2-67.2%2067.2%2030.243%2067.2%2067.2zm-246.401%200c0-32.484%208.958-62.716%2024.644-89.6l77.272%20134.4C194.4%20327.685%20222.4%20345.6%20256%20345.6c10.085%200%2020.157-2.241%2029.116-5.6l-53.758%2092.958C144%20421.758%2076.799%20346.715%2076.799%20256zM256%20435.201L333.285%20300.8c7.831-13.442%2012.314-28%2012.314-44.8%200-26.885-12.314-50.399-31.358-67.2h107.517c8.957%2021.284%2013.443%2043.685%2013.443%2067.2%200%2098.557-80.644%20179.201-179.201%20179.201z%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-chrome-outline.svg?color=%231a73e8&size=48