octoface icon

octoface-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
octoface-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Use the octoface icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.75 11c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5C9 11.56 8.44 11 7.75 11zm1.27 4.5a.469.469 0 0 1 .48-.5h5a.47.47 0 0 1 .48.5c-.116 1.316-.759 2.5-2.98 2.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25z" fill="currentColor"/><path fill-rule="evenodd" d="M21.255 3.82a1.725 1.725 0 0 0-2.141-1.195c-.557.16-1.406.44-2.264.866c-.78.386-1.647.93-2.293 1.677A18.442 18.442 0 0 0 12 5c-.93 0-1.784.059-2.569.17c-.645-.74-1.505-1.28-2.28-1.664a13.876 13.876 0 0 0-2.265-.866a1.725 1.725 0 0 0-2.141 1.196a23.645 23.645 0 0 0-.69 3.292c-.125.97-.191 2.07-.066 3.112C1.254 11.882 1 13.734 1 15.527C1 19.915 3.13 23 12 23c8.87 0 11-3.053 11-7.473c0-1.794-.255-3.647-.99-5.29c.127-1.046.06-2.15-.066-3.125a23.652 23.652 0 0 0-.689-3.292zM20.5 14c.5 3.5-1.5 6.5-8.5 6.5s-9-3-8.5-6.5c.583-4 3-6 8.5-6s7.928 2 8.5 6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonOctoface24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.75 11c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5C9 11.56 8.44 11 7.75 11zm1.27 4.5a.469.469 0 0 1 .48-.5h5a.47.47 0 0 1 .48.5c-.116 1.316-.759 2.5-2.98 2.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25z" fill="currentColor"/><path fillRule="evenodd" d="M21.255 3.82a1.725 1.725 0 0 0-2.141-1.195c-.557.16-1.406.44-2.264.866c-.78.386-1.647.93-2.293 1.677A18.442 18.442 0 0 0 12 5c-.93 0-1.784.059-2.569.17c-.645-.74-1.505-1.28-2.28-1.664a13.876 13.876 0 0 0-2.265-.866a1.725 1.725 0 0 0-2.141 1.196a23.645 23.645 0 0 0-.69 3.292c-.125.97-.191 2.07-.066 3.112C1.254 11.882 1 13.734 1 15.527C1 19.915 3.13 23 12 23c8.87 0 11-3.053 11-7.473c0-1.794-.255-3.647-.99-5.29c.127-1.046.06-2.15-.066-3.125a23.652 23.652 0 0 0-.689-3.292zM20.5 14c.5 3.5-1.5 6.5-8.5 6.5s-9-3-8.5-6.5c.583-4 3-6 8.5-6s7.928 2 8.5 6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M7.75 11c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5C9 11.56 8.44 11 7.75 11zm1.27 4.5a.469.469 0 0 1 .48-.5h5a.47.47 0 0 1 .48.5c-.116 1.316-.759 2.5-2.98 2.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69 0-1.25.56-1.25 1.25v1.5a1.25 1.25 0 1 0 2.5 0v-1.5c0-.69-.56-1.25-1.25-1.25z" fill="currentColor"/><path fill-rule="evenodd" d="M21.255 3.82a1.725 1.725 0 0 0-2.141-1.195c-.557.16-1.406.44-2.264.866c-.78.386-1.647.93-2.293 1.677A18.442 18.442 0 0 0 12 5c-.93 0-1.784.059-2.569.17c-.645-.74-1.505-1.28-2.28-1.664a13.876 13.876 0 0 0-2.265-.866a1.725 1.725 0 0 0-2.141 1.196a23.645 23.645 0 0 0-.69 3.292c-.125.97-.191 2.07-.066 3.112C1.254 11.882 1 13.734 1 15.527C1 19.915 3.13 23 12 23c8.87 0 11-3.053 11-7.473c0-1.794-.255-3.647-.99-5.29c.127-1.046.06-2.15-.066-3.125a23.652 23.652 0 0 0-.689-3.292zM20.5 14c.5 3.5-1.5 6.5-8.5 6.5s-9-3-8.5-6.5c.583-4 3-6 8.5-6s7.928 2 8.5 6z" fill="currentColor"/></svg>
</template>

CSS

.icon-octoface-24 {
  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%20d%3D%22M7.75%2011c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%201%200%202.5%200v-1.5C9%2011.56%208.44%2011%207.75%2011zm1.27%204.5a.469.469%200%200%201%20.48-.5h5a.47.47%200%200%201%20.48.5c-.116%201.316-.759%202.5-2.98%202.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%201%200%202.5%200v-1.5c0-.69-.56-1.25-1.25-1.25z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.255%203.82a1.725%201.725%200%200%200-2.141-1.195c-.557.16-1.406.44-2.264.866c-.78.386-1.647.93-2.293%201.677A18.442%2018.442%200%200%200%2012%205c-.93%200-1.784.059-2.569.17c-.645-.74-1.505-1.28-2.28-1.664a13.876%2013.876%200%200%200-2.265-.866a1.725%201.725%200%200%200-2.141%201.196a23.645%2023.645%200%200%200-.69%203.292c-.125.97-.191%202.07-.066%203.112C1.254%2011.882%201%2013.734%201%2015.527C1%2019.915%203.13%2023%2012%2023c8.87%200%2011-3.053%2011-7.473c0-1.794-.255-3.647-.99-5.29c.127-1.046.06-2.15-.066-3.125a23.652%2023.652%200%200%200-.689-3.292zM20.5%2014c.5%203.5-1.5%206.5-8.5%206.5s-9-3-8.5-6.5c.583-4%203-6%208.5-6s7.928%202%208.5%206z%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%2024%2024%22%3E%3Cpath%20d%3D%22M7.75%2011c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%201%200%202.5%200v-1.5C9%2011.56%208.44%2011%207.75%2011zm1.27%204.5a.469.469%200%200%201%20.48-.5h5a.47.47%200%200%201%20.48.5c-.116%201.316-.759%202.5-2.98%202.5s-2.864-1.184-2.98-2.5zm7.23-4.5c-.69%200-1.25.56-1.25%201.25v1.5a1.25%201.25%200%201%200%202.5%200v-1.5c0-.69-.56-1.25-1.25-1.25z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M21.255%203.82a1.725%201.725%200%200%200-2.141-1.195c-.557.16-1.406.44-2.264.866c-.78.386-1.647.93-2.293%201.677A18.442%2018.442%200%200%200%2012%205c-.93%200-1.784.059-2.569.17c-.645-.74-1.505-1.28-2.28-1.664a13.876%2013.876%200%200%200-2.265-.866a1.725%201.725%200%200%200-2.141%201.196a23.645%2023.645%200%200%200-.69%203.292c-.125.97-.191%202.07-.066%203.112C1.254%2011.882%201%2013.734%201%2015.527C1%2019.915%203.13%2023%2012%2023c8.87%200%2011-3.053%2011-7.473c0-1.794-.255-3.647-.99-5.29c.127-1.046.06-2.15-.066-3.125a23.652%2023.652%200%200%200-.689-3.292zM20.5%2014c.5%203.5-1.5%206.5-8.5%206.5s-9-3-8.5-6.5c.583-4%203-6%208.5-6s7.928%202%208.5%206z%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/octicon/octoface-24.svg?color=%231a73e8&size=48