log icon
log-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- log-bold
- Set
- Phosphor
- Style
- Bold
- 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"><path fill="currentColor" d="M216 136a16 16 0 1 1-16-16a16 16 0 0 1 16 16m36 0c0 42.62-22.84 76-52 76H56c-29.16 0-52-33.38-52-76s22.84-76 52-76h35l36.48-36.49A12 12 0 0 1 136 20h32a12 12 0 0 1 0 24h-27l-16 16h75c29.16 0 52 33.38 52 76M56 188h105.77a83.3 83.3 0 0 1-9.09-20H80a12 12 0 0 1 0-24h68.27c-.18-2.63-.27-5.29-.27-8c0-20.3 5.19-38.5 13.77-52H56c-7.85 0-16.23 7.51-21.76 20H104a12 12 0 0 1 0 24H28.35a90 90 0 0 0-.35 8c0 30.64 14.76 52 28 52m172-52c0-30.64-14.76-52-28-52s-28 21.36-28 52s14.76 52 28 52s28-21.36 28-52"/></svg>
React
import type { SVGProps } from "react";
export function PhLogBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 136a16 16 0 1 1-16-16a16 16 0 0 1 16 16m36 0c0 42.62-22.84 76-52 76H56c-29.16 0-52-33.38-52-76s22.84-76 52-76h35l36.48-36.49A12 12 0 0 1 136 20h32a12 12 0 0 1 0 24h-27l-16 16h75c29.16 0 52 33.38 52 76M56 188h105.77a83.3 83.3 0 0 1-9.09-20H80a12 12 0 0 1 0-24h68.27c-.18-2.63-.27-5.29-.27-8c0-20.3 5.19-38.5 13.77-52H56c-7.85 0-16.23 7.51-21.76 20H104a12 12 0 0 1 0 24H28.35a90 90 0 0 0-.35 8c0 30.64 14.76 52 28 52m172-52c0-30.64-14.76-52-28-52s-28 21.36-28 52s14.76 52 28 52s28-21.36 28-52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M216 136a16 16 0 1 1-16-16a16 16 0 0 1 16 16m36 0c0 42.62-22.84 76-52 76H56c-29.16 0-52-33.38-52-76s22.84-76 52-76h35l36.48-36.49A12 12 0 0 1 136 20h32a12 12 0 0 1 0 24h-27l-16 16h75c29.16 0 52 33.38 52 76M56 188h105.77a83.3 83.3 0 0 1-9.09-20H80a12 12 0 0 1 0-24h68.27c-.18-2.63-.27-5.29-.27-8c0-20.3 5.19-38.5 13.77-52H56c-7.85 0-16.23 7.51-21.76 20H104a12 12 0 0 1 0 24H28.35a90 90 0 0 0-.35 8c0 30.64 14.76 52 28 52m172-52c0-30.64-14.76-52-28-52s-28 21.36-28 52s14.76 52 28 52s28-21.36 28-52"/></svg> </template>
CSS
.icon-log-bold {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20136a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m36%200c0%2042.62-22.84%2076-52%2076H56c-29.16%200-52-33.38-52-76s22.84-76%2052-76h35l36.48-36.49A12%2012%200%200%201%20136%2020h32a12%2012%200%200%201%200%2024h-27l-16%2016h75c29.16%200%2052%2033.38%2052%2076M56%20188h105.77a83.3%2083.3%200%200%201-9.09-20H80a12%2012%200%200%201%200-24h68.27c-.18-2.63-.27-5.29-.27-8c0-20.3%205.19-38.5%2013.77-52H56c-7.85%200-16.23%207.51-21.76%2020H104a12%2012%200%200%201%200%2024H28.35a90%2090%200%200%200-.35%208c0%2030.64%2014.76%2052%2028%2052m172-52c0-30.64-14.76-52-28-52s-28%2021.36-28%2052s14.76%2052%2028%2052s28-21.36%2028-52%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M216%20136a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m36%200c0%2042.62-22.84%2076-52%2076H56c-29.16%200-52-33.38-52-76s22.84-76%2052-76h35l36.48-36.49A12%2012%200%200%201%20136%2020h32a12%2012%200%200%201%200%2024h-27l-16%2016h75c29.16%200%2052%2033.38%2052%2076M56%20188h105.77a83.3%2083.3%200%200%201-9.09-20H80a12%2012%200%200%201%200-24h68.27c-.18-2.63-.27-5.29-.27-8c0-20.3%205.19-38.5%2013.77-52H56c-7.85%200-16.23%207.51-21.76%2020H104a12%2012%200%200%201%200%2024H28.35a90%2090%200%200%200-.35%208c0%2030.64%2014.76%2052%2028%2052m172-52c0-30.64-14.76-52-28-52s-28%2021.36-28%2052s14.76%2052%2028%2052s28-21.36%2028-52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/log-bold.svg?color=%231a73e8&size=48