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

Name
drupal
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 drupal icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m14.531 2.781l-.5 2.281s-.125.567-.406 1.188s-.766 1.18-1.031 1.281v.032C8.188 9 5 13.125 5 18c0 6.063 4.938 11 11 11s11-4.938 11-11c0-5.305-3.766-9.754-8.781-10.781c-.086-.02-.89-.582-1.438-1.219s-.937-1.25-.937-1.25zm.781 4.563c.633.738 1.333 1.59 2.5 1.843C21.91 10.027 25 13.642 25 18a9 9 0 0 1-.719 3.5c.235-.64.344-1.355.344-1.813c0-.656-.285-1.75-1.344-1.75c-.996 0-3.035 2.075-4.093 2.094c-1.25.024-2.989-2.457-5.47-2.437c-1.948.023-3.48 1.566-3.5 3.218c-.019.934.302 1.618.938 2.063c.426.273.79.469 2.063.469c2.097 0 4.77-2.606 6-2.563c.976.043 2.52 2.407 3.281 2.469c.594.043.898-.227 1.406-.969C22.386 25.086 19.426 27 16 27c-4.984 0-9-4.016-9-9a8.97 8.97 0 0 1 6.25-8.563l.031-.03h.031c1.07-.403 1.626-1.282 2-2.063m3 14.906c-.136.012-.289.05-.468.125c-.36.148-.735.477-.969.688s-.285.39-.156.562s.265.078.625-.219s.57-.562 1.312-.562s.883.285 1.032.562c.148.274.164.305.312.219c.172-.086.273-.195.188-.406s-.247-.61-.5-.782c-.254-.171-.598-.187-.938-.187c-.168 0-.3-.012-.438 0m2.188 2.281a.3.3 0 0 0-.125.063c-.426.316-1.395.687-2.75.687s-1.98-.285-2.406-.625c-.063-.043-.028-.031-.156-.031c-.13 0-.239.07-.344.156c-.106.086-.149.29 0 .438c.933.847 2.48.793 3.625.687c1.144-.105 2.144-.8 2.25-.906c.148-.148.082-.258.062-.344c-.015-.062-.05-.148-.156-.125"/></svg>

React

import type { SVGProps } from "react";

export function LaDrupal(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="m14.531 2.781l-.5 2.281s-.125.567-.406 1.188s-.766 1.18-1.031 1.281v.032C8.188 9 5 13.125 5 18c0 6.063 4.938 11 11 11s11-4.938 11-11c0-5.305-3.766-9.754-8.781-10.781c-.086-.02-.89-.582-1.438-1.219s-.937-1.25-.937-1.25zm.781 4.563c.633.738 1.333 1.59 2.5 1.843C21.91 10.027 25 13.642 25 18a9 9 0 0 1-.719 3.5c.235-.64.344-1.355.344-1.813c0-.656-.285-1.75-1.344-1.75c-.996 0-3.035 2.075-4.093 2.094c-1.25.024-2.989-2.457-5.47-2.437c-1.948.023-3.48 1.566-3.5 3.218c-.019.934.302 1.618.938 2.063c.426.273.79.469 2.063.469c2.097 0 4.77-2.606 6-2.563c.976.043 2.52 2.407 3.281 2.469c.594.043.898-.227 1.406-.969C22.386 25.086 19.426 27 16 27c-4.984 0-9-4.016-9-9a8.97 8.97 0 0 1 6.25-8.563l.031-.03h.031c1.07-.403 1.626-1.282 2-2.063m3 14.906c-.136.012-.289.05-.468.125c-.36.148-.735.477-.969.688s-.285.39-.156.562s.265.078.625-.219s.57-.562 1.312-.562s.883.285 1.032.562c.148.274.164.305.312.219c.172-.086.273-.195.188-.406s-.247-.61-.5-.782c-.254-.171-.598-.187-.938-.187c-.168 0-.3-.012-.438 0m2.188 2.281a.3.3 0 0 0-.125.063c-.426.316-1.395.687-2.75.687s-1.98-.285-2.406-.625c-.063-.043-.028-.031-.156-.031c-.13 0-.239.07-.344.156c-.106.086-.149.29 0 .438c.933.847 2.48.793 3.625.687c1.144-.105 2.144-.8 2.25-.906c.148-.148.082-.258.062-.344c-.015-.062-.05-.148-.156-.125"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="m14.531 2.781l-.5 2.281s-.125.567-.406 1.188s-.766 1.18-1.031 1.281v.032C8.188 9 5 13.125 5 18c0 6.063 4.938 11 11 11s11-4.938 11-11c0-5.305-3.766-9.754-8.781-10.781c-.086-.02-.89-.582-1.438-1.219s-.937-1.25-.937-1.25zm.781 4.563c.633.738 1.333 1.59 2.5 1.843C21.91 10.027 25 13.642 25 18a9 9 0 0 1-.719 3.5c.235-.64.344-1.355.344-1.813c0-.656-.285-1.75-1.344-1.75c-.996 0-3.035 2.075-4.093 2.094c-1.25.024-2.989-2.457-5.47-2.437c-1.948.023-3.48 1.566-3.5 3.218c-.019.934.302 1.618.938 2.063c.426.273.79.469 2.063.469c2.097 0 4.77-2.606 6-2.563c.976.043 2.52 2.407 3.281 2.469c.594.043.898-.227 1.406-.969C22.386 25.086 19.426 27 16 27c-4.984 0-9-4.016-9-9a8.97 8.97 0 0 1 6.25-8.563l.031-.03h.031c1.07-.403 1.626-1.282 2-2.063m3 14.906c-.136.012-.289.05-.468.125c-.36.148-.735.477-.969.688s-.285.39-.156.562s.265.078.625-.219s.57-.562 1.312-.562s.883.285 1.032.562c.148.274.164.305.312.219c.172-.086.273-.195.188-.406s-.247-.61-.5-.782c-.254-.171-.598-.187-.938-.187c-.168 0-.3-.012-.438 0m2.188 2.281a.3.3 0 0 0-.125.063c-.426.316-1.395.687-2.75.687s-1.98-.285-2.406-.625c-.063-.043-.028-.031-.156-.031c-.13 0-.239.07-.344.156c-.106.086-.149.29 0 .438c.933.847 2.48.793 3.625.687c1.144-.105 2.144-.8 2.25-.906c.148-.148.082-.258.062-.344c-.015-.062-.05-.148-.156-.125"/></svg>
</template>

CSS

.icon-drupal {
  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%22m14.531%202.781l-.5%202.281s-.125.567-.406%201.188s-.766%201.18-1.031%201.281v.032C8.188%209%205%2013.125%205%2018c0%206.063%204.938%2011%2011%2011s11-4.938%2011-11c0-5.305-3.766-9.754-8.781-10.781c-.086-.02-.89-.582-1.438-1.219s-.937-1.25-.937-1.25zm.781%204.563c.633.738%201.333%201.59%202.5%201.843C21.91%2010.027%2025%2013.642%2025%2018a9%209%200%200%201-.719%203.5c.235-.64.344-1.355.344-1.813c0-.656-.285-1.75-1.344-1.75c-.996%200-3.035%202.075-4.093%202.094c-1.25.024-2.989-2.457-5.47-2.437c-1.948.023-3.48%201.566-3.5%203.218c-.019.934.302%201.618.938%202.063c.426.273.79.469%202.063.469c2.097%200%204.77-2.606%206-2.563c.976.043%202.52%202.407%203.281%202.469c.594.043.898-.227%201.406-.969C22.386%2025.086%2019.426%2027%2016%2027c-4.984%200-9-4.016-9-9a8.97%208.97%200%200%201%206.25-8.563l.031-.03h.031c1.07-.403%201.626-1.282%202-2.063m3%2014.906c-.136.012-.289.05-.468.125c-.36.148-.735.477-.969.688s-.285.39-.156.562s.265.078.625-.219s.57-.562%201.312-.562s.883.285%201.032.562c.148.274.164.305.312.219c.172-.086.273-.195.188-.406s-.247-.61-.5-.782c-.254-.171-.598-.187-.938-.187c-.168%200-.3-.012-.438%200m2.188%202.281a.3.3%200%200%200-.125.063c-.426.316-1.395.687-2.75.687s-1.98-.285-2.406-.625c-.063-.043-.028-.031-.156-.031c-.13%200-.239.07-.344.156c-.106.086-.149.29%200%20.438c.933.847%202.48.793%203.625.687c1.144-.105%202.144-.8%202.25-.906c.148-.148.082-.258.062-.344c-.015-.062-.05-.148-.156-.125%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%22m14.531%202.781l-.5%202.281s-.125.567-.406%201.188s-.766%201.18-1.031%201.281v.032C8.188%209%205%2013.125%205%2018c0%206.063%204.938%2011%2011%2011s11-4.938%2011-11c0-5.305-3.766-9.754-8.781-10.781c-.086-.02-.89-.582-1.438-1.219s-.937-1.25-.937-1.25zm.781%204.563c.633.738%201.333%201.59%202.5%201.843C21.91%2010.027%2025%2013.642%2025%2018a9%209%200%200%201-.719%203.5c.235-.64.344-1.355.344-1.813c0-.656-.285-1.75-1.344-1.75c-.996%200-3.035%202.075-4.093%202.094c-1.25.024-2.989-2.457-5.47-2.437c-1.948.023-3.48%201.566-3.5%203.218c-.019.934.302%201.618.938%202.063c.426.273.79.469%202.063.469c2.097%200%204.77-2.606%206-2.563c.976.043%202.52%202.407%203.281%202.469c.594.043.898-.227%201.406-.969C22.386%2025.086%2019.426%2027%2016%2027c-4.984%200-9-4.016-9-9a8.97%208.97%200%200%201%206.25-8.563l.031-.03h.031c1.07-.403%201.626-1.282%202-2.063m3%2014.906c-.136.012-.289.05-.468.125c-.36.148-.735.477-.969.688s-.285.39-.156.562s.265.078.625-.219s.57-.562%201.312-.562s.883.285%201.032.562c.148.274.164.305.312.219c.172-.086.273-.195.188-.406s-.247-.61-.5-.782c-.254-.171-.598-.187-.938-.187c-.168%200-.3-.012-.438%200m2.188%202.281a.3.3%200%200%200-.125.063c-.426.316-1.395.687-2.75.687s-1.98-.285-2.406-.625c-.063-.043-.028-.031-.156-.031c-.13%200-.239.07-.344.156c-.106.086-.149.29%200%20.438c.933.847%202.48.793%203.625.687c1.144-.105%202.144-.8%202.25-.906c.148-.148.082-.258.062-.344c-.015-.062-.05-.148-.156-.125%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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