log icon
log-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- log-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the log icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 136c0 35.35-17.91 64-40 64s-40-28.65-40-64s17.91-64 40-64s40 28.65 40 64" opacity=".2"/><path d="M212 136a12 12 0 1 1-12-12a12 12 0 0 1 12 12m36 0c0 40.37-21.08 72-48 72H56c-26.92 0-48-31.63-48-72s21.08-72 48-72h36.69l37.65-37.66A8 8 0 0 1 136 24h32a8 8 0 0 1 0 16h-28.69l-24 24H200c26.92 0 48 31.63 48 72M56 192h113.51a73.5 73.5 0 0 1-12.67-24H80a8 8 0 0 1 0-16h73.16a111 111 0 0 1-1.16-16c0-22.86 6.76-42.9 17.51-56H56c-12.47 0-23.55 13.26-28.8 32H104a8 8 0 0 1 0 16H24.35q-.34 3.93-.35 8c0 30.36 14.65 56 32 56m176-56c0-30.36-14.65-56-32-56s-32 25.64-32 56s14.65 56 32 56s32-25.64 32-56"/></g></svg>
React
import type { SVGProps } from "react";
export function PhLogDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 136c0 35.35-17.91 64-40 64s-40-28.65-40-64s17.91-64 40-64s40 28.65 40 64" opacity=".2"/><path d="M212 136a12 12 0 1 1-12-12a12 12 0 0 1 12 12m36 0c0 40.37-21.08 72-48 72H56c-26.92 0-48-31.63-48-72s21.08-72 48-72h36.69l37.65-37.66A8 8 0 0 1 136 24h32a8 8 0 0 1 0 16h-28.69l-24 24H200c26.92 0 48 31.63 48 72M56 192h113.51a73.5 73.5 0 0 1-12.67-24H80a8 8 0 0 1 0-16h73.16a111 111 0 0 1-1.16-16c0-22.86 6.76-42.9 17.51-56H56c-12.47 0-23.55 13.26-28.8 32H104a8 8 0 0 1 0 16H24.35q-.34 3.93-.35 8c0 30.36 14.65 56 32 56m176-56c0-30.36-14.65-56-32-56s-32 25.64-32 56s14.65 56 32 56s32-25.64 32-56"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M240 136c0 35.35-17.91 64-40 64s-40-28.65-40-64s17.91-64 40-64s40 28.65 40 64" opacity=".2"/><path d="M212 136a12 12 0 1 1-12-12a12 12 0 0 1 12 12m36 0c0 40.37-21.08 72-48 72H56c-26.92 0-48-31.63-48-72s21.08-72 48-72h36.69l37.65-37.66A8 8 0 0 1 136 24h32a8 8 0 0 1 0 16h-28.69l-24 24H200c26.92 0 48 31.63 48 72M56 192h113.51a73.5 73.5 0 0 1-12.67-24H80a8 8 0 0 1 0-16h73.16a111 111 0 0 1-1.16-16c0-22.86 6.76-42.9 17.51-56H56c-12.47 0-23.55 13.26-28.8 32H104a8 8 0 0 1 0 16H24.35q-.34 3.93-.35 8c0 30.36 14.65 56 32 56m176-56c0-30.36-14.65-56-32-56s-32 25.64-32 56s14.65 56 32 56s32-25.64 32-56"/></g></svg> </template>
CSS
.icon-log-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M240%20136c0%2035.35-17.91%2064-40%2064s-40-28.65-40-64s17.91-64%2040-64s40%2028.65%2040%2064%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M212%20136a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m36%200c0%2040.37-21.08%2072-48%2072H56c-26.92%200-48-31.63-48-72s21.08-72%2048-72h36.69l37.65-37.66A8%208%200%200%201%20136%2024h32a8%208%200%200%201%200%2016h-28.69l-24%2024H200c26.92%200%2048%2031.63%2048%2072M56%20192h113.51a73.5%2073.5%200%200%201-12.67-24H80a8%208%200%200%201%200-16h73.16a111%20111%200%200%201-1.16-16c0-22.86%206.76-42.9%2017.51-56H56c-12.47%200-23.55%2013.26-28.8%2032H104a8%208%200%200%201%200%2016H24.35q-.34%203.93-.35%208c0%2030.36%2014.65%2056%2032%2056m176-56c0-30.36-14.65-56-32-56s-32%2025.64-32%2056s14.65%2056%2032%2056s32-25.64%2032-56%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M240%20136c0%2035.35-17.91%2064-40%2064s-40-28.65-40-64s17.91-64%2040-64s40%2028.65%2040%2064%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M212%20136a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m36%200c0%2040.37-21.08%2072-48%2072H56c-26.92%200-48-31.63-48-72s21.08-72%2048-72h36.69l37.65-37.66A8%208%200%200%201%20136%2024h32a8%208%200%200%201%200%2016h-28.69l-24%2024H200c26.92%200%2048%2031.63%2048%2072M56%20192h113.51a73.5%2073.5%200%200%201-12.67-24H80a8%208%200%200%201%200-16h73.16a111%20111%200%200%201-1.16-16c0-22.86%206.76-42.9%2017.51-56H56c-12.47%200-23.55%2013.26-28.8%2032H104a8%208%200%200%201%200%2016H24.35q-.34%203.93-.35%208c0%2030.36%2014.65%2056%2032%2056m176-56c0-30.36-14.65-56-32-56s-32%2025.64-32%2056s14.65%2056%2032%2056s32-25.64%2032-56%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/log-duotone.svg?color=%231a73e8&size=48