phabricator icon

phabricator from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
phabricator
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the phabricator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.945 5c-2.752.015-5.5 1.09-7.6 3.22c-2.872 2.923-1.569 1.598-5.402 5.46a3.323 3.323 0 0 0 0 4.64c3.946 3.976 2.62 2.635 5.498 5.557l.006-.006a10.72 10.72 0 0 0 15.23-.092c2.88-2.916 1.576-1.599 5.38-5.46a3.32 3.32 0 0 0 0-4.64L23.58 8.122l-.006.008A10.73 10.73 0 0 0 15.945 5m.065 2.016a8.986 8.986 0 0 1 6.357 15.344c-3.514 3.507-9.197 3.502-12.71-.006a8.974 8.974 0 0 1 0-12.706a8.94 8.94 0 0 1 6.353-2.632M17.64 10c-.086-.037-1.29 1.31-1.29 1.31l-.819-.011s-1.277-1.335-1.365-1.297l-1.246.518c-.087.03.012 1.8.012 1.8l-.569.569s-1.82-.056-1.851.025l-.506 1.234c-.037.087 1.31 1.311 1.31 1.311l.006.805s-1.353 1.235-1.316 1.322l.592 1.246c.037.087 1.84.031 1.84.031l.585.58s-.01 1.983.077 2.014l1.254.518c.087.037 1.29-1.465 1.29-1.465l.817.011s1.277 1.485 1.36 1.454l1.247-.47c.087-.036-.011-2.001-.011-2.001l.566-.568s1.823.055 1.854-.032l.503-1.234c.044-.067-1.302-1.29-1.302-1.29l-.006-.81s1.353-1.235 1.316-1.322L21.395 13c-.037-.087-1.84-.031-1.84-.031l-.586-.58s.013-1.777-.074-1.815zm-1.814 3.879c1.146-.053 2.126.828 2.172 1.953c.046 1.132-.846 2.092-1.992 2.145s-2.127-.827-2.174-1.96c-.047-1.131.848-2.092 1.994-2.138"/></svg>

React

import type { SVGProps } from "react";

export function LaPhabricator(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.945 5c-2.752.015-5.5 1.09-7.6 3.22c-2.872 2.923-1.569 1.598-5.402 5.46a3.323 3.323 0 0 0 0 4.64c3.946 3.976 2.62 2.635 5.498 5.557l.006-.006a10.72 10.72 0 0 0 15.23-.092c2.88-2.916 1.576-1.599 5.38-5.46a3.32 3.32 0 0 0 0-4.64L23.58 8.122l-.006.008A10.73 10.73 0 0 0 15.945 5m.065 2.016a8.986 8.986 0 0 1 6.357 15.344c-3.514 3.507-9.197 3.502-12.71-.006a8.974 8.974 0 0 1 0-12.706a8.94 8.94 0 0 1 6.353-2.632M17.64 10c-.086-.037-1.29 1.31-1.29 1.31l-.819-.011s-1.277-1.335-1.365-1.297l-1.246.518c-.087.03.012 1.8.012 1.8l-.569.569s-1.82-.056-1.851.025l-.506 1.234c-.037.087 1.31 1.311 1.31 1.311l.006.805s-1.353 1.235-1.316 1.322l.592 1.246c.037.087 1.84.031 1.84.031l.585.58s-.01 1.983.077 2.014l1.254.518c.087.037 1.29-1.465 1.29-1.465l.817.011s1.277 1.485 1.36 1.454l1.247-.47c.087-.036-.011-2.001-.011-2.001l.566-.568s1.823.055 1.854-.032l.503-1.234c.044-.067-1.302-1.29-1.302-1.29l-.006-.81s1.353-1.235 1.316-1.322L21.395 13c-.037-.087-1.84-.031-1.84-.031l-.586-.58s.013-1.777-.074-1.815zm-1.814 3.879c1.146-.053 2.126.828 2.172 1.953c.046 1.132-.846 2.092-1.992 2.145s-2.127-.827-2.174-1.96c-.047-1.131.848-2.092 1.994-2.138"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M15.945 5c-2.752.015-5.5 1.09-7.6 3.22c-2.872 2.923-1.569 1.598-5.402 5.46a3.323 3.323 0 0 0 0 4.64c3.946 3.976 2.62 2.635 5.498 5.557l.006-.006a10.72 10.72 0 0 0 15.23-.092c2.88-2.916 1.576-1.599 5.38-5.46a3.32 3.32 0 0 0 0-4.64L23.58 8.122l-.006.008A10.73 10.73 0 0 0 15.945 5m.065 2.016a8.986 8.986 0 0 1 6.357 15.344c-3.514 3.507-9.197 3.502-12.71-.006a8.974 8.974 0 0 1 0-12.706a8.94 8.94 0 0 1 6.353-2.632M17.64 10c-.086-.037-1.29 1.31-1.29 1.31l-.819-.011s-1.277-1.335-1.365-1.297l-1.246.518c-.087.03.012 1.8.012 1.8l-.569.569s-1.82-.056-1.851.025l-.506 1.234c-.037.087 1.31 1.311 1.31 1.311l.006.805s-1.353 1.235-1.316 1.322l.592 1.246c.037.087 1.84.031 1.84.031l.585.58s-.01 1.983.077 2.014l1.254.518c.087.037 1.29-1.465 1.29-1.465l.817.011s1.277 1.485 1.36 1.454l1.247-.47c.087-.036-.011-2.001-.011-2.001l.566-.568s1.823.055 1.854-.032l.503-1.234c.044-.067-1.302-1.29-1.302-1.29l-.006-.81s1.353-1.235 1.316-1.322L21.395 13c-.037-.087-1.84-.031-1.84-.031l-.586-.58s.013-1.777-.074-1.815zm-1.814 3.879c1.146-.053 2.126.828 2.172 1.953c.046 1.132-.846 2.092-1.992 2.145s-2.127-.827-2.174-1.96c-.047-1.131.848-2.092 1.994-2.138"/></svg>
</template>

CSS

.icon-phabricator {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.945%205c-2.752.015-5.5%201.09-7.6%203.22c-2.872%202.923-1.569%201.598-5.402%205.46a3.323%203.323%200%200%200%200%204.64c3.946%203.976%202.62%202.635%205.498%205.557l.006-.006a10.72%2010.72%200%200%200%2015.23-.092c2.88-2.916%201.576-1.599%205.38-5.46a3.32%203.32%200%200%200%200-4.64L23.58%208.122l-.006.008A10.73%2010.73%200%200%200%2015.945%205m.065%202.016a8.986%208.986%200%200%201%206.357%2015.344c-3.514%203.507-9.197%203.502-12.71-.006a8.974%208.974%200%200%201%200-12.706a8.94%208.94%200%200%201%206.353-2.632M17.64%2010c-.086-.037-1.29%201.31-1.29%201.31l-.819-.011s-1.277-1.335-1.365-1.297l-1.246.518c-.087.03.012%201.8.012%201.8l-.569.569s-1.82-.056-1.851.025l-.506%201.234c-.037.087%201.31%201.311%201.31%201.311l.006.805s-1.353%201.235-1.316%201.322l.592%201.246c.037.087%201.84.031%201.84.031l.585.58s-.01%201.983.077%202.014l1.254.518c.087.037%201.29-1.465%201.29-1.465l.817.011s1.277%201.485%201.36%201.454l1.247-.47c.087-.036-.011-2.001-.011-2.001l.566-.568s1.823.055%201.854-.032l.503-1.234c.044-.067-1.302-1.29-1.302-1.29l-.006-.81s1.353-1.235%201.316-1.322L21.395%2013c-.037-.087-1.84-.031-1.84-.031l-.586-.58s.013-1.777-.074-1.815zm-1.814%203.879c1.146-.053%202.126.828%202.172%201.953c.046%201.132-.846%202.092-1.992%202.145s-2.127-.827-2.174-1.96c-.047-1.131.848-2.092%201.994-2.138%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.945%205c-2.752.015-5.5%201.09-7.6%203.22c-2.872%202.923-1.569%201.598-5.402%205.46a3.323%203.323%200%200%200%200%204.64c3.946%203.976%202.62%202.635%205.498%205.557l.006-.006a10.72%2010.72%200%200%200%2015.23-.092c2.88-2.916%201.576-1.599%205.38-5.46a3.32%203.32%200%200%200%200-4.64L23.58%208.122l-.006.008A10.73%2010.73%200%200%200%2015.945%205m.065%202.016a8.986%208.986%200%200%201%206.357%2015.344c-3.514%203.507-9.197%203.502-12.71-.006a8.974%208.974%200%200%201%200-12.706a8.94%208.94%200%200%201%206.353-2.632M17.64%2010c-.086-.037-1.29%201.31-1.29%201.31l-.819-.011s-1.277-1.335-1.365-1.297l-1.246.518c-.087.03.012%201.8.012%201.8l-.569.569s-1.82-.056-1.851.025l-.506%201.234c-.037.087%201.31%201.311%201.31%201.311l.006.805s-1.353%201.235-1.316%201.322l.592%201.246c.037.087%201.84.031%201.84.031l.585.58s-.01%201.983.077%202.014l1.254.518c.087.037%201.29-1.465%201.29-1.465l.817.011s1.277%201.485%201.36%201.454l1.247-.47c.087-.036-.011-2.001-.011-2.001l.566-.568s1.823.055%201.854-.032l.503-1.234c.044-.067-1.302-1.29-1.302-1.29l-.006-.81s1.353-1.235%201.316-1.322L21.395%2013c-.037-.087-1.84-.031-1.84-.031l-.586-.58s.013-1.777-.074-1.815zm-1.814%203.879c1.146-.053%202.126.828%202.172%201.953c.046%201.132-.846%202.092-1.992%202.145s-2.127-.827-2.174-1.96c-.047-1.131.848-2.092%201.994-2.138%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/phabricator.svg?color=%231a73e8&size=48