trace from IconPark by ByteDance · Color · Others · Apache-2.0 Free for personal and commercial use.

Name
trace
Set
IconPark
Style
Color
Category
Others
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More others icons from IconPark

Use the trace icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42C33.9411 42 42 33.9411 42 24"/><path stroke-linecap="round" d="M24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33C28.9706 33 33 28.9706 33 24"/><path stroke-linecap="round" d="M24 24.0001L30.3 17.6943"/><path fill="#2F88FF" d="M30.2998 11.4264V17.7H36.6249L41.9999 12.3002H35.7031V6L30.2998 11.4264Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkTrace(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" strokeLinejoin="round" strokeWidth="4"><path strokeLinecap="round" d="M24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42C33.9411 42 42 33.9411 42 24"/><path strokeLinecap="round" d="M24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33C28.9706 33 33 28.9706 33 24"/><path strokeLinecap="round" d="M24 24.0001L30.3 17.6943"/><path fill="#2F88FF" d="M30.2998 11.4264V17.7H36.6249L41.9999 12.3002H35.7031V6L30.2998 11.4264Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="#000" stroke-linejoin="round" stroke-width="4"><path stroke-linecap="round" d="M24 6C14.0589 6 6 14.0589 6 24C6 33.9411 14.0589 42 24 42C33.9411 42 42 33.9411 42 24"/><path stroke-linecap="round" d="M24 15C19.0294 15 15 19.0294 15 24C15 28.9706 19.0294 33 24 33C28.9706 33 33 28.9706 33 24"/><path stroke-linecap="round" d="M24 24.0001L30.3 17.6943"/><path fill="#2F88FF" d="M30.2998 11.4264V17.7H36.6249L41.9999 12.3002H35.7031V6L30.2998 11.4264Z"/></g></svg>
</template>

CSS

.icon-trace {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%206C14.0589%206%206%2014.0589%206%2024C6%2033.9411%2014.0589%2042%2024%2042C33.9411%2042%2042%2033.9411%2042%2024%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2015C19.0294%2015%2015%2019.0294%2015%2024C15%2028.9706%2019.0294%2033%2024%2033C28.9706%2033%2033%2028.9706%2033%2024%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024.0001L30.3%2017.6943%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30.2998%2011.4264V17.7H36.6249L41.9999%2012.3002H35.7031V6L30.2998%2011.4264Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%206C14.0589%206%206%2014.0589%206%2024C6%2033.9411%2014.0589%2042%2024%2042C33.9411%2042%2042%2033.9411%2042%2024%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2015C19.0294%2015%2015%2019.0294%2015%2024C15%2028.9706%2019.0294%2033%2024%2033C28.9706%2033%2033%2028.9706%2033%2024%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M24%2024.0001L30.3%2017.6943%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20d%3D%22M30.2998%2011.4264V17.7H36.6249L41.9999%2012.3002H35.7031V6L30.2998%2011.4264Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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