distance-rounded from Material Symbols Light by Google · Rounded · Activities · Apache-2.0 Free for personal and commercial use.

Name
distance-rounded
Set
Material Symbols Light
Style
Rounded
Category
Activities
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More activities icons from Material Symbols Light

Use the distance icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.42 0-3.96-.616q-1.54-.617-1.54-1.596q0-.436.405-.836t1.118-.693q.177-.096.388-.036q.21.06.306.237q.096.176.024.377t-.249.297q-.327.116-.625.289t-.356.346q.172.497 1.452.864T12 20t3.037-.367t1.451-.864q-.057-.173-.355-.346t-.625-.288q-.177-.096-.25-.297q-.071-.201.025-.378t.307-.237t.387.037q.713.292 1.118.692t.405.836q0 .98-1.54 1.596T12 21m-.484-3.488q-.243-.09-.455-.253q-2.546-2.08-3.803-4.058T6 9.304q0-1.564.541-2.738q.542-1.174 1.407-1.968t1.933-1.196T12 3t2.12.402q1.067.402 1.932 1.196t1.407 1.968T18 9.304q0 1.919-1.258 3.897t-3.804 4.058q-.211.162-.454.252q-.242.091-.484.091t-.485-.09M12 10.789q.671 0 1.143-.463q.472-.462.472-1.153q0-.671-.472-1.143T12 7.558q-.652 0-1.134.472t-.481 1.143q0 .69.481 1.153t1.134.463"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightDistanceRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.42 0-3.96-.616q-1.54-.617-1.54-1.596q0-.436.405-.836t1.118-.693q.177-.096.388-.036q.21.06.306.237q.096.176.024.377t-.249.297q-.327.116-.625.289t-.356.346q.172.497 1.452.864T12 20t3.037-.367t1.451-.864q-.057-.173-.355-.346t-.625-.288q-.177-.096-.25-.297q-.071-.201.025-.378t.307-.237t.387.037q.713.292 1.118.692t.405.836q0 .98-1.54 1.596T12 21m-.484-3.488q-.243-.09-.455-.253q-2.546-2.08-3.803-4.058T6 9.304q0-1.564.541-2.738q.542-1.174 1.407-1.968t1.933-1.196T12 3t2.12.402q1.067.402 1.932 1.196t1.407 1.968T18 9.304q0 1.919-1.258 3.897t-3.804 4.058q-.211.162-.454.252q-.242.091-.484.091t-.485-.09M12 10.789q.671 0 1.143-.463q.472-.462.472-1.153q0-.671-.472-1.143T12 7.558q-.652 0-1.134.472t-.481 1.143q0 .69.481 1.153t1.134.463"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21q-2.42 0-3.96-.616q-1.54-.617-1.54-1.596q0-.436.405-.836t1.118-.693q.177-.096.388-.036q.21.06.306.237q.096.176.024.377t-.249.297q-.327.116-.625.289t-.356.346q.172.497 1.452.864T12 20t3.037-.367t1.451-.864q-.057-.173-.355-.346t-.625-.288q-.177-.096-.25-.297q-.071-.201.025-.378t.307-.237t.387.037q.713.292 1.118.692t.405.836q0 .98-1.54 1.596T12 21m-.484-3.488q-.243-.09-.455-.253q-2.546-2.08-3.803-4.058T6 9.304q0-1.564.541-2.738q.542-1.174 1.407-1.968t1.933-1.196T12 3t2.12.402q1.067.402 1.932 1.196t1.407 1.968T18 9.304q0 1.919-1.258 3.897t-3.804 4.058q-.211.162-.454.252q-.242.091-.484.091t-.485-.09M12 10.789q.671 0 1.143-.463q.472-.462.472-1.153q0-.671-.472-1.143T12 7.558q-.652 0-1.134.472t-.481 1.143q0 .69.481 1.153t1.134.463"/></svg>
</template>

CSS

.icon-distance-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-2.42%200-3.96-.616q-1.54-.617-1.54-1.596q0-.436.405-.836t1.118-.693q.177-.096.388-.036q.21.06.306.237q.096.176.024.377t-.249.297q-.327.116-.625.289t-.356.346q.172.497%201.452.864T12%2020t3.037-.367t1.451-.864q-.057-.173-.355-.346t-.625-.288q-.177-.096-.25-.297q-.071-.201.025-.378t.307-.237t.387.037q.713.292%201.118.692t.405.836q0%20.98-1.54%201.596T12%2021m-.484-3.488q-.243-.09-.455-.253q-2.546-2.08-3.803-4.058T6%209.304q0-1.564.541-2.738q.542-1.174%201.407-1.968t1.933-1.196T12%203t2.12.402q1.067.402%201.932%201.196t1.407%201.968T18%209.304q0%201.919-1.258%203.897t-3.804%204.058q-.211.162-.454.252q-.242.091-.484.091t-.485-.09M12%2010.789q.671%200%201.143-.463q.472-.462.472-1.153q0-.671-.472-1.143T12%207.558q-.652%200-1.134.472t-.481%201.143q0%20.69.481%201.153t1.134.463%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2021q-2.42%200-3.96-.616q-1.54-.617-1.54-1.596q0-.436.405-.836t1.118-.693q.177-.096.388-.036q.21.06.306.237q.096.176.024.377t-.249.297q-.327.116-.625.289t-.356.346q.172.497%201.452.864T12%2020t3.037-.367t1.451-.864q-.057-.173-.355-.346t-.625-.288q-.177-.096-.25-.297q-.071-.201.025-.378t.307-.237t.387.037q.713.292%201.118.692t.405.836q0%20.98-1.54%201.596T12%2021m-.484-3.488q-.243-.09-.455-.253q-2.546-2.08-3.803-4.058T6%209.304q0-1.564.541-2.738q.542-1.174%201.407-1.968t1.933-1.196T12%203t2.12.402q1.067.402%201.932%201.196t1.407%201.968T18%209.304q0%201.919-1.258%203.897t-3.804%204.058q-.211.162-.454.252q-.242.091-.484.091t-.485-.09M12%2010.789q.671%200%201.143-.463q.472-.462.472-1.153q0-.671-.472-1.143T12%207.558q-.652%200-1.134.472t-.481%201.143q0%20.69.481%201.153t1.134.463%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/distance-rounded.svg?color=%231a73e8&size=48